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.
This commit is contained in:
parent
81b1ec4ff6
commit
e30d16e9ec
6 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 *);
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue