]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix fallout from splitting ldbuildid.[ch] off elf32.em.
authorAlan Modra <amodra@gmail.com>
Wed, 9 Apr 2014 03:55:04 +0000 (13:25 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 9 Apr 2014 04:19:05 +0000 (13:49 +0930)
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.

bfd/ChangeLog
bfd/libcoff.h
ld/ChangeLog
ld/emultempl/nds32elf.em
ld/emultempl/spuelf.em
ld/po/POTFILES.in

index b95d49c6f2f1c37bc3a61b157e8c2d9efaa4369a..e38c6a4d5d4308676060095cb61d669600f20e91 100644 (file)
@@ -1,3 +1,7 @@
+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
index 6cb387ceb831884bc6e18bbcead90193ac4c2e92..19ba7e7cf9b17a68734d605c623efe766b858913 100644 (file)
@@ -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 *);
index b64c2e6af6b527812b48aa14358c48bc35ab63cf..447e4a71ce97db66ec4288134efd8317d6385af1 100644 (file)
@@ -1,3 +1,9 @@
+2014-04-09  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/spuelf.em: Include safe-ctype.h, remove duplicate errno.h.
+       * emultempl/nds32elf.em: Include bfd_stdint.h.
+       * po/POTFILES.in: Regenerate.
+
 2014-04-09  Alan Modra  <amodra@gmail.com>
 
        * emultempl/ppc32elf.em (no_zero_padding, ppc_finish): New functions.
index 417eda5bc3da0633093af0715c3de18e9ecdb917..96e6aa3810b6e1d66bbd7f1ea0b44a5131c8937d 100644 (file)
@@ -25,6 +25,7 @@ fragment <<EOF
 #include "libbfd.h"
 #include "elf-bfd.h"
 #include "elf/nds32.h"
+#include "bfd_stdint.h"
 #include "elf32-nds32.h"
 
 static int relax_fp_as_gp = 1;         /* --mrelax-omit-fp  */
index eaf4de70e4760636d7c6f0e59e6390825f711189..5167b35a75763cc689244e2bcecc694472b5eea8 100644 (file)
@@ -447,7 +447,7 @@ EOF
 
 if grep -q 'ld_elf.*ppc.*_emulation' ldemul-list.h; then
   fragment <<EOF
-#include <errno.h>
+#include "safe-ctype.h"
 #include "filenames.h"
 #include "libiberty.h"
 
index 55cbd13cc3b73abb5cae9e21be1bad898d468811..fcc28944061e5638c4da17760abb3e0b86128bfd 100644 (file)
@@ -3,6 +3,8 @@ elf-hints-local.h
 emultempl/armcoff.em
 emultempl/pe.em
 ld.h
+ldbuildid.c
+ldbuildid.h
 ldcref.c
 ldctor.c
 ldctor.h