summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch b/recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch
deleted file mode 100644
index eb72db9e..00000000
--- a/recipes-devtools/gdbc6x/gdbc6x/0001-coffgen.c-adjust-fall-through-comment-to-work-with-g.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1From 043a40fdc396118e099180b0ce0578ead24cf312 Mon Sep 17 00:00:00 2001
2From: Denys Dmytriyenko <denys@ti.com>
3Date: Fri, 10 Nov 2017 19:12:28 -0500
4Subject: [PATCH] coffgen.c: adjust fall through comment to work with gcc7
5
6Signed-off-by: Denys Dmytriyenko <denys@ti.com>
7---
8 gdbc6x/bfd/coffgen.c | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/gdbc6x/bfd/coffgen.c b/gdbc6x/bfd/coffgen.c
12index 07a527d..665df95 100644
13--- a/gdbc6x/bfd/coffgen.c
14+++ b/gdbc6x/bfd/coffgen.c
15@@ -2116,7 +2116,7 @@ coff_print_symbol (bfd *abfd,
16 auxp->u.auxent.x_scn.x_comdat);
17 break;
18 }
19- /* Otherwise fall through. */
20+ /* Else fall through. */
21 case C_EXT:
22 case C_AIX_WEAKEXT:
23 if (ISFCN (combined->u.syment.n_type))
24@@ -2136,7 +2136,7 @@ coff_print_symbol (bfd *abfd,
25 llnos, next);
26 break;
27 }
28- /* Otherwise fall through. */
29+ /* Else fall through. */
30 default:
31 fprintf (file, "AUX lnno %d size 0x%x tagndx %ld",
32 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
33--
342.7.4
35