diff options
author | Nick Clifton <nickc@redhat.com> | 2017-07-10 13:18:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-07-10 13:18:05 +0100 |
commit | adce5b398df497da54e67772233be1b4849666ed (patch) | |
tree | 5ee8ed1e2979327afd34dafbf6c02534269bbe12 /bfd/ChangeLog | |
parent | 77c501bcea87d4606367ddd87affddf9aed1aa57 (diff) | |
download | gdb-adce5b398df497da54e67772233be1b4849666ed.zip gdb-adce5b398df497da54e67772233be1b4849666ed.tar.gz gdb-adce5b398df497da54e67772233be1b4849666ed.tar.bz2 |
Fix compile time warning about duplicate case values for powerpc-aix target.
* coffcode.h (coff_slurp_symbol_table): Do not include an entry
for C_AIX_WEAKEXT if it has the same value as C_WEAKEXT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8e91b1d..111afcb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-07-10 Nick Clifton <nickc@redhat.com> + + * coffcode.h (coff_slurp_symbol_table): Do not include an entry + for C_AIX_WEAKEXT if it has the same value as C_WEAKEXT. + 2017-07-07 John Baldwin <jhb@FreeBSD.org> * elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PTLWPINFO. |