* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate. * po/SRC-POTFILES.in: Regenerate.
This commit is contained in:
parent
5f33339467
commit
08e0ee059e
4 changed files with 14 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2002-05-31 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* bfd-in2.h: Regenerate.
|
||||
* libbfd.h: Regenerate.
|
||||
* po/SRC-POTFILES.in: Regenerate.
|
||||
|
||||
* elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
|
||||
space for bss .plt.
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically
|
||||
generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c" and
|
||||
"section.c".
|
||||
generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c",
|
||||
"section.c", "archures.c", "reloc.c", "syms.c", "bfd.c", "archive.c",
|
||||
"corefile.c", "targets.c" and "format.c".
|
||||
Run "make headers" in your build bfd/ to regenerate. */
|
||||
|
||||
/* Main header file for the bfd library -- portable access to object files.
|
||||
|
|
|
@ -1247,6 +1247,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
|
|||
"BFD_RELOC_XSTORMY16_REL_12",
|
||||
"BFD_RELOC_XSTORMY16_24",
|
||||
"BFD_RELOC_XSTORMY16_FPTR16",
|
||||
"BFD_RELOC_VAX_GLOB_DAT",
|
||||
"BFD_RELOC_VAX_JMP_SLOT",
|
||||
"BFD_RELOC_VAX_RELATIVE",
|
||||
"@@overflow: BFD_RELOC_UNUSED@@",
|
||||
};
|
||||
#endif
|
||||
|
|
|
@ -65,6 +65,7 @@ cpu-avr.c
|
|||
cpu-cris.c
|
||||
cpu-d10v.c
|
||||
cpu-d30v.c
|
||||
cpu-dlx.c
|
||||
cpu-fr30.c
|
||||
cpu-h8300.c
|
||||
cpu-h8500.c
|
||||
|
@ -124,6 +125,7 @@ elf32-avr.c
|
|||
elf32-cris.c
|
||||
elf32-d10v.c
|
||||
elf32-d30v.c
|
||||
elf32-dlx.c
|
||||
elf32-fr30.c
|
||||
elf32-gen.c
|
||||
elf32-h8300.c
|
||||
|
@ -131,6 +133,7 @@ elf32-hppa.c
|
|||
elf32-hppa.h
|
||||
elf32-i370.c
|
||||
elf32-i386.c
|
||||
elf32-i386qnx.c
|
||||
elf32-i860.c
|
||||
elf32-i960.c
|
||||
elf32-m32r.c
|
||||
|
@ -151,6 +154,7 @@ elf32-sh.c
|
|||
elf32-sh64.c
|
||||
elf32-sparc.c
|
||||
elf32-v850.c
|
||||
elf32-vax.c
|
||||
elf32-xstormy16.c
|
||||
elf32.c
|
||||
elf64-alpha.c
|
||||
|
|
Loading…
Reference in a new issue