Age | Commit message (Expand) | Author | Files | Lines |
2004-09-16 | * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags | Alan Modra | 1 | -36/+27 |
2004-08-13 | bfd/ | Alan Modra | 1 | -3/+2 |
2004-06-24 | bfd/ | Alan Modra | 1 | -41/+32 |
2004-03-27 | * Makefile.am: Remove all mention of elflink.h. | Alan Modra | 1 | -6/+6 |
2004-03-26 | * elf64-ppc.c (elf_backend_add_symbol_hook): Define. | Alan Modra | 1 | -2/+2 |
2004-03-25 | bfd/ | Alan Modra | 1 | -11/+11 |
2004-03-20 | bfd/ | H.J. Lu | 1 | -4/+5 |
2003-12-08 | * elf-bfd.h (struct elf_backend_data): Remove "bfd *" and add | Alan Modra | 1 | -5/+5 |
2003-12-01 | * elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg. | Alan Modra | 1 | -1/+1 |
2003-11-05 | * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return | Alan Modra | 1 | -1/+1 |
2003-11-03 | * elf-bfd.h (struct elf_backend_data): Remove plt_header_size. | Daniel Jacobowitz | 1 | -1/+0 |
2003-10-15 | [bfd] | Kaz Kojima | 1 | -0/+24 |
2003-10-13 | * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the | Kaz Kojima | 1 | -2/+4 |
2003-09-23 | * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change | Alan Modra | 1 | -4/+2 |
2003-08-20 | Better handking for unresolved symbols | Nick Clifton | 1 | -1/+5 |
2003-08-07 | * elfxx-target.h: Remove PTR cast. | Alan Modra | 1 | -2/+2 |
2003-07-25 | bfd/ | H.J. Lu | 1 | -0/+9 |
2003-07-25 | * elf32-sh.c: Convert to C90. Replace PTR with void *. | Kaz Kojima | 1 | -172/+112 |
2003-06-25 | Correct spelling of "relocatable". | Alan Modra | 1 | -14/+14 |
2003-06-03 | * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section | Kaz Kojima | 1 | -2/+2 |
2003-05-09 | * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from | Alan Modra | 1 | -1/+1 |
2003-04-23 | bfd: | Joern Rennecke | 1 | -1/+1 |
2003-04-15 | Replace occurrances of 'Hitachi' with 'Renesas'. | Nick Clifton | 1 | -2/+2 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -305/+314 |
2002-11-28 | include/elf/ChangeLog | Alan Modra | 1 | -24/+22 |
2002-11-28 | * elf32-sh.c (sh_elf_relocate_section): Don't complain about | Kaz Kojima | 1 | -1/+8 |
2002-10-25 | Add some string section merging support. | Jim Wilson | 1 | -0/+29 |
2002-10-16 | * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo, | Alan Modra | 1 | -3/+31 |
2002-10-11 | Fix numerous occurrences of | Alan Modra | 1 | -6/+11 |
2002-10-10 | * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le): | Stephen Clarke | 1 | -2/+2 |
2002-08-23 | * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy | Alan Modra | 1 | -11/+16 |
2002-08-23 | * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT | Alan Modra | 1 | -0/+20 |
2002-08-23 | * bfd/elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize | Alan Modra | 1 | -1/+1 |
2002-08-16 | * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect | Stephen Clarke | 1 | -0/+3 |
2002-07-07 | * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx, | Alan Modra | 1 | -64/+21 |
2002-07-01 | * elflink.h (elf_gc_mark): Pass in the section whose relocs we are | Alan Modra | 1 | -10/+8 |
2002-06-25 | * aout-adobe.c: Don't compare against "true" or "false. | Alan Modra | 1 | -1/+1 |
2002-06-08 | * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static. | Alan Modra | 1 | -2/+2 |
2002-06-06 | elf_swap_symbol_in args should be "const PTR", not "const PTR *". | Alan Modra | 1 | -2/+2 |
2002-06-05 | * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field. | Alan Modra | 1 | -1/+2 |
2002-06-04 | * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove | Alan Modra | 1 | -5/+1 |
2002-06-03 | * elf32-arc.c: Fix formatting. | Kazu Hirata | 1 | -10/+10 |
2002-04-16 | * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table | Alan Modra | 1 | -1/+2 |
2002-04-04 | 2002-04-04 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -2/+2 |
2002-03-28 | * linker.c (link_action): Ignore duplicate warning syms. | Alan Modra | 1 | -0/+3 |
2002-02-22 | * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my | Jakub Jelinek | 1 | -1/+1 |
2002-02-19 | * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable | Jakub Jelinek | 1 | -6/+4 |
2002-02-11 | * elf32-sh.c: Added missing prototypes. | Alexandre Oliva | 1 | -5/+22 |
2002-02-08 | Contribute sh64-elf. | Alexandre Oliva | 1 | -0/+4193 |