]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog-2015
Yet another warning fix
authorAlan Modra <amodra@gmail.com>
Wed, 1 Apr 2015 02:31:38 +0000 (13:01 +1030)
committerAlan Modra <amodra@gmail.com>
Wed, 1 Apr 2015 02:44:53 +0000 (13:14 +1030)
commit4a0bc59ef6e01733bb70950ad546c66e4c3317ea
tree569d9843eac42b48ca717acf0495cf2539ed5abf
parent42271ec540461c63c847d2bea6b6e9cc50524966
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.
ld/ChangeLog
ld/emultempl/elf32.em