summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch b/recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch
deleted file mode 100644
index 875d7866..00000000
--- a/recipes-devtools/gdbc6x/gdbc6x/0001-elflink.c-fix-implicit-fallthrough-error-in-gcc7.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1From 1df6aeea82957cab8094043e458cd1ca0741eaef Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Fri, 10 Nov 2017 20:25:40 -0500
4Subject: [PATCH] elflink.c: fix implicit fallthrough error in gcc7
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7---
8 gdbc6x/bfd/elflink.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/gdbc6x/bfd/elflink.c b/gdbc6x/bfd/elflink.c
12index 7dcafd6..e173399 100644
13--- a/gdbc6x/bfd/elflink.c
14+++ b/gdbc6x/bfd/elflink.c
15@@ -7698,6 +7698,7 @@ eval_symbol (bfd_vma *result,
16
17 case 'S':
18 symbol_is_section = TRUE;
19+ /* FALLTHRU */
20 case 's':
21 ++sym;
22 symlen = strtol (sym, (char **) symp, 10);
23--
242.7.4
25