Age | Commit message (Expand) | Author | Files | Lines |
2003-12-08 | * elf-bfd.h (struct elf_backend_data): Remove "bfd *" and add | Alan Modra | 1 | -3/+6 |
2003-11-27 | * elf32-arm.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-11-05 | * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return | Alan Modra | 1 | -11/+3 |
2003-11-03 | * elf-bfd.h (struct elf_backend_data): Remove plt_header_size. | Daniel Jacobowitz | 1 | -1/+0 |
2003-08-20 | Better handking for unresolved symbols | Nick Clifton | 1 | -34/+6 |
2003-08-11 | * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols | Jakub Jelinek | 1 | -1/+1 |
2003-08-07 | * elfxx-target.h: Remove PTR cast. | Alan Modra | 1 | -1/+1 |
2003-07-04 | bfd/ | Jakub Jelinek | 1 | -1/+1 |
2003-06-25 | Correct spelling of "relocatable". | Alan Modra | 1 | -2/+2 |
2003-06-19 | * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32 | Alan Modra | 1 | -1/+1 |
2003-05-30 | bfd/ | Jakub Jelinek | 1 | -2/+2 |
2003-05-09 | * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from | Alan Modra | 1 | -1/+1 |
2003-03-19 | * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count | Jakub Jelinek | 1 | -14/+47 |
2003-02-17 | Fix the behaviour of --allow-shlib-undefined, so that it does what it claims | Nick Clifton | 1 | -24/+19 |
2003-02-04 | bfd | Alan Modra | 1 | -1/+1 |
2003-01-24 | bfd/ | Jakub Jelinek | 1 | -1/+49 |
2003-01-23 | include/elf/ChangeLog | Alan Modra | 1 | -6/+32 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -197/+197 |
2002-11-28 | include/elf/ChangeLog | Alan Modra | 1 | -33/+31 |
2002-11-12 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero | Alan Modra | 1 | -4/+3 |
2002-11-11 | * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct | Alan Modra | 1 | -4/+4 |
2002-11-05 | * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of | Alan Modra | 1 | -5/+9 |
2002-09-24 | * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE | Jakub Jelinek | 1 | -1/+2 |
2002-07-23 | * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return | Alan Modra | 1 | -21/+5 |
2002-07-11 | * elf32-i386.c (elf_i386_relocate_section): Don't complain about | Alan Modra | 1 | -2/+4 |
2002-07-10 | * elf.c: (assign_section_numbers) Set sh_entsize for .stab only | Alan Modra | 1 | -0/+26 |
2002-06-25 | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 1 | -1/+1 |
2002-06-08 | * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash | Alan Modra | 1 | -1/+1 |
2002-06-05 | * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field. | Alan Modra | 1 | -0/+1 |
2002-04-16 | * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table | Alan Modra | 1 | -3/+2 |
2002-04-04 | 2002-04-04 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -3/+3 |
2002-04-03 | * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic | Jakub Jelinek | 1 | -1/+13 |
2002-04-01 | * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New. | Richard Henderson | 1 | -110/+52 |
2002-02-19 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable | Jakub Jelinek | 1 | -2/+6 |
2002-01-30 | Fixes for better translation into other languages | Nick Clifton | 1 | -13/+7 |
2001-12-21 | * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for | Jakub Jelinek | 1 | -7/+24 |
2001-12-18 | 2001-12-18 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -22/+0 |
2001-12-07 | * elf.c (_bfd_elf_rela_local_sym): Only call | Jakub Jelinek | 1 | -15/+5 |
2001-11-23 | * elf32-sparc.c (elf32_sparc_relocate_section): Don't clear | Jakub Jelinek | 1 | -1/+9 |
2001-11-23 | * elf.c (_bfd_elf_rela_local_sym): New. | Jakub Jelinek | 1 | -3/+1 |
2001-11-15 | * elf64-sparc.c (sparc64_elf_relocate_section): Disregard | Alexandre Oliva | 1 | -0/+10 |
2001-11-11 | 2001-11-11 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-11-10 | * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEF | Alan Modra | 1 | -1/+1 |
2001-11-07 | * Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo. | Jakub Jelinek | 1 | -1/+1 |
2001-09-25 | * elf64-sparc.c (sparc64_elf_build_plt): Fix .plt[32768+] slot | Jakub Jelinek | 1 | -2/+2 |
2001-09-24 | * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entire | Alan Modra | 1 | -4/+5 |
2001-09-20 | * bfd.c (bfd_archive_filename): New function. | Alan Modra | 1 | -20/+26 |
2001-09-20 | coordinate info->symbolic and info->allow_shlib_undefined | Nick Clifton | 1 | -1/+2 |
2001-09-18 | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 1 | -65/+76 |
2001-08-23 | * elf-bfd.h (enum elf_reloc_type_class): New. | Jakub Jelinek | 1 | -16/+23 |