Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-12-21 | Fixes to allow sources to compile under Solaris 2.8 | Nick Clifton | 1 | -9/+9 | |
2000-12-21 | Add bfd_get_bits() and bfd_put_bits(). | Nick Clifton | 1 | -5/+5 | |
2000-12-18 | Definbe extra allowable COFF section flags for ARM_PE target/ | Nick Clifton | 1 | -70/+70 | |
2000-12-12 | Add link option to allow undefiedn symbols in shared libraries | Nick Clifton | 1 | -45/+45 | |
2000-12-08 | Generalize DWARF2 and COFF support. | Nick Clifton | 1 | -159/+159 | |
2000-12-02 | Add MIPS SB1 machine | Nick Clifton | 1 | -36/+36 | |
2000-12-02 | Add MIPS V and MIPS 64 machine numbers | Nick Clifton | 1 | -34/+42 | |
2000-12-01 | Add MIPS32 as a seperate MIPS architecture | Nick Clifton | 2 | -102/+38 | |
2000-11-30 | Add support for x86_64-*-linux-gnu* target | Nick Clifton | 2 | -183/+189 | |
2000-11-02 | Add support for *-storm-chaos target | Nick Clifton | 1 | -332/+341 | |
2000-09-29 | Define two bfd_targets for absence and presence of leading | Hans-Peter Nilsson | 1 | -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-15 | add support for embedded relocs in m68k ELF port | Nick Clifton | 2 | -130/+131 | |
2000-09-06 | Regenerate files using fixed aclocal install. | Nick Clifton | 1 | -48/+87 | |
2000-09-02 | Increase minor version number (to 2.10.91) to help tools detect the new | Nick Clifton | 1 | -1/+1 | |
ability to support removal of duplciate DWARF@ debug information. | |||||
2000-09-02 | Add .gnu.linkobce.wi. to the list of debug section names. | Nick Clifton | 1 | -109/+121 | |
Update generated files | |||||
2000-07-31 | Minor formatting fixes. | Nick Clifton | 1 | -11/+11 | |
2000-07-24 | Regenerate auto-generated files | Nick Clifton | 2 | -190/+195 | |
2000-07-20 | * Makefile.am (ALL_MACHINES): Add cpu-cris.lo. | Hans-Peter Nilsson | 2 | -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-18 | Rename bfd_elf_get_arch_size to bfd_get_arch_size | Nick Clifton | 1 | -45/+45 | |
Rename bfd_elf_get_sign_extend_vma to bfd_get_sign_extend_vma | |||||
2000-07-10 | Add set of bfd_mach_ cases for compatibility with older binutils | Nick Clifton | 2 | -63/+77 | |
2000-07-03 | Fix formatting of reloc16.c | Nick Clifton | 1 | -16/+16 | |
Regernate generated files. | |||||
2000-06-27 | Fix formatting. | Nick Clifton | 1 | -39/+39 | |
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 2 | -408/+553 | |
for m68hc11 and m68hc12 processors. | |||||
2000-04-24 | * elf64-hppa.c, elf64-hppa.h: New files with PA64 support. | Jeff Law | 1 | -0/+2 | |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -130/+163 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 2 | -228/+755 | |
1999-06-03 | Update. | Richard Henderson | 2 | -99/+907 | |
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 3 | -0/+1147 | |