aboutsummaryrefslogtreecommitdiff
path: root/bfd/po
AgeCommit message (Collapse)AuthorFilesLines
2001-02-07Change bfd_target_vector from an array to a pointerNick Clifton1-5/+5
2001-02-07Remove elf64-ia64.c from list of backend C files - it is auto-generated.Nick Clifton1-143/+158
2001-01-11Updated ARC assembler from arccores.comNick Clifton1-78/+78
2000-12-21Fixes to allow sources to compile under Solaris 2.8Nick Clifton1-9/+9
2000-12-21Add bfd_get_bits() and bfd_put_bits().Nick Clifton1-5/+5
2000-12-18Definbe extra allowable COFF section flags for ARM_PE target/Nick Clifton1-70/+70
2000-12-12Add link option to allow undefiedn symbols in shared librariesNick Clifton1-45/+45
2000-12-08Generalize DWARF2 and COFF support.Nick Clifton1-159/+159
2000-12-02Add MIPS SB1 machineNick Clifton1-36/+36
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-34/+42
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton2-102/+38
2000-11-30Add support for x86_64-*-linux-gnu* targetNick Clifton2-183/+189
2000-11-02Add support for *-storm-chaos targetNick Clifton1-332/+341
2000-09-29 Define two bfd_targets for absence and presence of leadingHans-Peter Nilsson1-171/+175
underscore on symbols. Make sure to only link same kind. * elf32-cris.c (cris_elf_object_p, cris_elf_final_write_processing, cris_elf_print_private_bfd_data, cris_elf_merge_private_bfd_data): New. (elf_backend_object_p, elf_backend_final_write_processing, bfd_elf32_bfd_print_private_bfd_data, bfd_elf32_bfd_merge_private_bfd_data): Define. <Target vector definition>: Include elf32-target.h twice with different macro settings: (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as bfd_elf32_us_cris_vec. (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris". (elf_symbol_leading_char): First as 0, then '_'. (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h. * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs. * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector. * configure: Regenerate. * targets.c: Declare bfd_elf32_us_cris_vec. * po/bfd.pot: Regenerate.
2000-09-15add support for embedded relocs in m68k ELF portNick Clifton2-130/+131
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton1-48/+87
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-1/+1
ability to support removal of duplciate DWARF@ debug information.
2000-09-02Add .gnu.linkobce.wi. to the list of debug section names.Nick Clifton1-109/+121
Update generated files
2000-07-31Minor formatting fixes.Nick Clifton1-11/+11
2000-07-24Regenerate auto-generated filesNick Clifton2-190/+195
2000-07-20 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.Hans-Peter Nilsson2-228/+249
(ALL_MACHINES_CFILES): Add cpu-cris.c. (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo. (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c. (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules. * Makefile.in: Rebuild. * aclocal.m4: Rebuild. * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris. * archures.c (enum bfd_architecture): Add bfd_arch_cris. (bfd_cris_arch): Declare. (bfd_archures_list): Add bfd_cris_arch. * bfd-in2.h: Rebuild. * config.bfd: (cris-*-*): New target. * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors. * configure: Rebuild. * elf.c (prep_headers): Add bfd_arch_cris. * libbfd.h: Rebuild. * libaout.h (enum machine_type): Add M_CRIS. * reloc.c: Add CRIS relocations. * targets.c (bfd_target bfd_elf32_cris_vec, cris_aout_vec): Declare. (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec. * cpu-cris.c, aout-cris.c, elf32-cris.c: New files. * po/POTFILES.in, po/bfd.pot: Regenerate.
2000-07-18Rename bfd_elf_get_arch_size to bfd_get_arch_sizeNick Clifton1-45/+45
Rename bfd_elf_get_sign_extend_vma to bfd_get_sign_extend_vma
2000-07-10Add set of bfd_mach_ cases for compatibility with older binutilsNick Clifton2-63/+77
2000-07-03Fix formatting of reloc16.cNick Clifton1-16/+16
Regernate generated files.
2000-06-27Fix formatting.Nick Clifton1-39/+39
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2-408/+553
for m68hc11 and m68hc12 processors.
2000-04-24 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.Jeff Law1-0/+2
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-130/+163
xgettext can find it. Regnerate .pot files.
2000-02-27rebuild with current toolsIan Lance Taylor2-228/+755
1999-06-03Update.Richard Henderson2-99/+907
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson3-0/+1147