diff options
author | Alan Modra <amodra@gmail.com> | 2014-04-09 13:25:04 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-04-09 13:49:05 +0930 |
commit | e30d16e9ecd56cd2557b30ae1116946d772944b3 (patch) | |
tree | 9fef2df6c691c66591210b45bd40669aa5f899c0 /bfd | |
parent | 81b1ec4ff645501f0ea7fc32af34e96e1972b5c1 (diff) | |
download | gdb-e30d16e9ecd56cd2557b30ae1116946d772944b3.zip gdb-e30d16e9ecd56cd2557b30ae1116946d772944b3.tar.gz gdb-e30d16e9ecd56cd2557b30ae1116946d772944b3.tar.bz2 |
Fix fallout from splitting ldbuildid.[ch] off elf32.em.
bfd/
* libcoff.h: Regenerate.
ld/
* emultempl/spuelf.em: Include safe-ctype.h, remove duplicate errno.h.
* emultempl/nds32elf.em: Include bfd_stdint.h.
* po/POTFILES.in: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/libcoff.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b95d49c..e38c6a4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2014-04-09 Alan Modra <amodra@gmail.com> + * libcoff.h: Regenerate. + +2014-04-09 Alan Modra <amodra@gmail.com> + * elf32-ppc.c (ppc_elf_relocate_section): Remove bctr from list of safe ppc476 insns at end of page. Also remove non-branch insns. Expand comments. diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 6cb387c..19ba7e7 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -124,7 +124,7 @@ typedef struct pe_tdata bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *); flagword real_flags; - /* build-id info. */ + /* Build-id info. */ struct { bfd_boolean (*after_write_object_contents) (bfd *); |