diff options
author | Alan Modra <amodra@gmail.com> | 2015-04-01 13:01:38 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-04-01 13:14:53 +1030 |
commit | 4a0bc59ef6e01733bb70950ad546c66e4c3317ea (patch) | |
tree | 569d9843eac42b48ca717acf0495cf2539ed5abf /ld/ChangeLog | |
parent | 42271ec540461c63c847d2bea6b6e9cc50524966 (diff) | |
download | gdb-4a0bc59ef6e01733bb70950ad546c66e4c3317ea.zip gdb-4a0bc59ef6e01733bb70950ad546c66e4c3317ea.tar.gz gdb-4a0bc59ef6e01733bb70950ad546c66e4c3317ea.tar.bz2 |
Yet another warning fix
Older compilers that warn wrongly will just need -Wno-error. No way
am I going to init every single field, then have to edit this code
whenever bfd_link_hash_entry changes. Another option, making the
struct static, isn't very nice since it means larger binaries and
worse code.
* emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Don't
init ehdr_start_save.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5620dec..6b929aa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2015-04-01 Alan Modra <amodra@gmail.com> + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Don't + init ehdr_start_save. + +2015-04-01 Alan Modra <amodra@gmail.com> + * Makefile.am (eelf32ppcvxworks.c): Depend on ppc32elf.em and ldemul-list.h. (eelf32lppc.c, eelf32lppclinux.c, eelf32lppcnto.c, eelf32lppcsim.c, |