aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Zissulescu <claziss@gmail.com>2018-08-06 16:41:32 +0300
committerClaudiu Zissulescu <claziss@gmail.com>2018-08-06 16:41:32 +0300
commit6af0448446f9212df4dc62e7618174d5d3f5e43e (patch)
tree8b524799186d454a1682de3491e02168059a4339 /bfd/ChangeLog
parent2fd43d7870803bf0713f76118cc0fcb89407e873 (diff)
downloadgdb-6af0448446f9212df4dc62e7618174d5d3f5e43e.zip
gdb-6af0448446f9212df4dc62e7618174d5d3f5e43e.tar.gz
gdb-6af0448446f9212df4dc62e7618174d5d3f5e43e.tar.bz2
[ARC] Update warning reporting.
MWDT compiler doesn't use eflags and makes use of 0x0c section. For those, silence the gnu warning system. bfd/ Claudiu Zissulescu <claziss@synopsys.com> * elf32-arc.c (arc_elf_merge_private_bfd_data): Complain about efalgs only when in/out exists. (elf32_arc_section_from_shdr): Don't complain about 0x0c section type. It is mwdt compiler specific.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 98f0f17..b12e024 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,12 @@
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
+ * elf32-arc.c (arc_elf_merge_private_bfd_data): Complain about
+ efalgs only when in/out exists.
+ (elf32_arc_section_from_shdr): Don't complain about 0x0c
+ section type. It is mwdt compiler specific.
+
+2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
+
* elf32-arc.c (arc_elf_merge_attributes): Fix merge attributes.
2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>