Age | Commit message (Expand) | Author | Files | Lines |
2005-03-20 | 2005-03-20 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -7/+5 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2005-01-31 | * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c, | Ben Elliston | 1 | -35/+0 |
2004-12-16 | include/elf/ | Richard Sandiford | 1 | -177/+215 |
2004-10-21 | bfd/ | H.J. Lu | 1 | -2/+3 |
2004-08-13 | bfd/ | Alan Modra | 1 | -5/+4 |
2004-06-29 | * bfd-in.h (bfd_get_section_limit): Define. | Alan Modra | 1 | -3/+1 |
2004-06-24 | bfd/ | Alan Modra | 1 | -19/+11 |
2004-03-27 | * Makefile.am: Remove all mention of elflink.h. | Alan Modra | 1 | -2/+2 |
2004-03-26 | * elf64-ppc.c (elf_backend_add_symbol_hook): Define. | Alan Modra | 1 | -2/+2 |
2004-03-22 | * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section | Alan Modra | 1 | -4/+5 |
2004-03-20 | bfd/ | H.J. Lu | 1 | -36/+4 |
2003-12-08 | * elf-bfd.h (struct elf_backend_data): Remove "bfd *" and add | Alan Modra | 1 | -4/+4 |
2003-11-27 | * elf32-arm.h: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2003-11-05 | * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return | Alan Modra | 1 | -1/+1 |
2003-09-23 | * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change | Alan Modra | 1 | -28/+27 |
2003-09-04 | Add binutils support for v850e1 processor | Nick Clifton | 1 | -2/+23 |
2003-07-25 | bfd/ | H.J. Lu | 1 | -0/+33 |
2003-06-25 | Correct spelling of "relocatable". | Alan Modra | 1 | -3/+3 |
2003-06-03 | Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure. | Nick Clifton | 1 | -6/+30 |
2003-05-09 | * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from | Alan Modra | 1 | -2/+2 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -341/+341 |
2002-11-28 | include/elf/ChangeLog | Alan Modra | 1 | -12/+12 |
2002-11-03 | * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters | Hans-Peter Nilsson | 1 | -4/+4 |
2002-09-02 | Use helpful names instead of cryptically overloaded bfd_reloc error codes. | Nick Clifton | 1 | -131/+66 |
2002-09-02 | * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded | Alan Modra | 1 | -5/+9 |
2002-08-29 | Add linker relaxation to v850 toolchain | Nick Clifton | 1 | -37/+1048 |
2002-07-23 | * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return | Alan Modra | 1 | -21/+5 |
2002-07-01 | * elflink.h (elf_gc_mark): Pass in the section whose relocs we are | Alan Modra | 1 | -6/+4 |
2002-06-25 | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 1 | -1/+1 |
2002-06-04 | * elf.c (bfd_section_from_shdr): Make "name" const. | Alan Modra | 1 | -3/+3 |
2002-01-17 | * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>): | Alan Modra | 1 | -3/+2 |
2001-12-18 | 2001-12-18 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -25/+0 |
2001-12-17 | Support for more than 64k ELF sections. | Alan Modra | 1 | -23/+18 |
2001-11-23 | * elf.c (_bfd_elf_rela_local_sym): New. | Jakub Jelinek | 1 | -3/+1 |
2001-09-20 | * bfd.c (bfd_archive_filename): New function. | Alan Modra | 1 | -2/+2 |
2001-09-18 | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 1 | -18/+21 |
2001-09-12 | * elf.c (prep_headers): Get the machine code from the elf | Alexandre Oliva | 1 | -1/+2 |
2001-08-25 | Add missing prototypes | Nick Clifton | 1 | -2/+2 |
2001-08-13 | Fix bug in previous delta | Nick Clifton | 1 | -2/+4 |
2001-08-13 | Add missing prototypes. Fix formatting. | Nick Clifton | 1 | -69/+83 |
2001-03-08 | Update copyright notices | Nick Clifton | 1 | -1/+2 |
2001-02-04 | Do not convert reloc addend to PC rel, it will be handled later on. | Nick Clifton | 1 | -1/+16 |
2001-01-23 | 2001-01-23 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -8/+0 |
2000-12-08 | 2000-12-08 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -147/+138 |
2000-03-01 | 2000-03-01 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -2/+2 |
1999-07-12 | * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED | Ian Lance Taylor | 1 | -24/+24 |
1999-07-12 | * Many files: Changes to avoid gcc warnings: Remove unused local | Ian Lance Taylor | 1 | -2/+4 |
1999-06-22 | Catch overflow in 22_PCREL reloc. | Nick Clifton | 1 | -0/+4 |
1999-05-11 | * elf32-v850.c (v850_elf_howto_table): Make partial_inplace false | Jeff Law | 1 | -6/+6 |