Age | Commit message (Expand) | Author | Files | Lines |
2001-09-27 | * elf32-i386.c (elf_i386_check_relocs): Update comment since we | Alan Modra | 2 | -119/+96 |
2001-09-27 | * elf32-i386.c (allocate_dynrelocs): Don't create a .plt entry | Alan Modra | 2 | -29/+39 |
2001-09-27 | Revert most of previous delta. Do not call bfd_archive_filename on output | Nick Clifton | 2 | -9/+8 |
2001-09-27 | Replace bfd_get_filename with bfd_archive_filename in error message. | Nick Clifton | 2 | -32/+40 |
2001-09-26 | * elf32-i386 (elf_i386_copy_indirect_symbol): New function. | Alan Modra | 3 | -142/+233 |
2001-09-26 | * bfd.c (_bfd_default_error_handlerl): Define using VPARAMS, | Alan Modra | 2 | -38/+11 |
2001-09-25 | * elf64-sparc.c (sparc64_elf_build_plt): Fix .plt[32768+] slot | Jakub Jelinek | 2 | -2/+7 |
2001-09-25 | 2001-09-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -10/+14 |
2001-09-25 | * elf32-i386.c: Add comment re linker function names and ordering. | Alan Modra | 2 | -132/+153 |
2001-09-25 | * elf32-hppa.c: Rename all occurrences of "hplink" to "htab" | Alan Modra | 2 | -211/+208 |
2001-09-25 | * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove all | Alan Modra | 2 | -361/+292 |
2001-09-25 | * elf-bfd.h (struct bfd_elf_section_data): Add "local_dynrel" | Alan Modra | 3 | -117/+224 |
2001-09-24 | * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entire | Alan Modra | 17 | -86/+115 |
2001-09-22 | * elfcode.h (elf_object_p): Allow for no section header at all in | Alan Modra | 2 | -22/+34 |
2001-09-21 | Fix compile time warnings | Nick Clifton | 9 | -19/+49 |
2001-09-21 | * Makefile.am: Run "make dep-am". | Alan Modra | 8 | -601/+675 |
2001-09-20 | * bfd.c (bfd_archive_filename): New function. | Alan Modra | 50 | -387/+463 |
2001-09-20 | coordinate info->symbolic and info->allow_shlib_undefined | Nick Clifton | 17 | -19/+59 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 21 | -67/+90 |
2001-09-18 | * bfdint.texi: Replace reference to bfd_read with bfd_bread. | Alan Modra | 2 | -3/+8 |
2001-09-18 | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 183 | -12305/+13588 |
2001-09-18 | Fix typo | Nick Clifton | 2 | -1/+5 |
2001-09-17 | 2001-09-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -5/+17 |
2001-09-14 | Fix bug emitting R_SPARC_UA32 relocs into shared objects | Nick Clifton | 2 | -1/+6 |
2001-09-14 | Add support for arm-openbsd target | Nick Clifton | 2 | -1/+5 |
2001-09-14 | /bfd/ChangeLog | Thiemo Seufer | 2 | -7/+20 |
2001-09-13 | * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD. | Alexandre Oliva | 2 | -0/+5 |
2001-09-13 | * elf.c (prep_headers): Get the machine code from the elf | Alexandre Oliva | 1 | -1/+2 |
2001-09-12 | * elf.c (prep_headers): Get the machine code from the elf | Alexandre Oliva | 11 | -120/+56 |
2001-09-11 | * elf64-alpha.c (elf64_alpha_section_flags): New. | Richard Henderson | 2 | -1/+24 |
2001-09-11 | * elf64-alpha.c (elf64_alpha_relocate_section): Do not | Richard Henderson | 2 | -3/+16 |
2001-09-11 | 2001-09-11 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+6 |
2001-09-09 | * elf64-alpha.c: Delete all unused ERIC_neverdef and rth_notdef code. | Richard Henderson | 2 | -438/+7 |
2001-09-09 | * elf64-alpha.c (elf64_alpha_relax_with_lituse): Nop out gpdisp | Richard Henderson | 2 | -8/+35 |
2001-09-09 | * elf64-alpha.c (elf64_alpha_relocate_section): Soft fail | Richard Henderson | 2 | -3/+24 |
2001-09-08 | * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULAR | Alan Modra | 3 | -6813/+6833 |
2001-09-07 | * elf32-mips.c (mips_elf_calculate_relocation): Fix overflow handling | Thiemo Seufer | 2 | -1/+6 |
2001-09-06 | * elf64-mips.c (mips_elf64_howto_table_rel): Fix relocation HOWTO | Thiemo Seufer | 2 | -6953/+6908 |
2001-09-06 | Fix import symbols for AIX. | Tom Rix | 5 | -14/+48 |
2001-09-05 | * elf64-alpha.c (SKIP_HOWTO): New. | Richard Henderson | 5 | -237/+74 |
2001-09-04 | * elf32-h8300.c (elf32_h8_relax_section): New function. | Jeff Law | 2 | -0/+867 |
2001-09-04 | * elf32-h8300.c (special): New function. | Jeff Law | 2 | -12/+65 |
2001-09-01 | * vms-tir.c: Add missing prototypes. | Andreas Jaeger | 5 | -5/+34 |
2001-08-31 | 2001-08-31 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+14 |
2001-08-31 | 2001-08-31 Eric Christopher <echristo@redhat.com> | Eric Christopher | 6 | -34/+32 |
2001-08-31 | * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory | Jakub Jelinek | 2 | -3/+9 |
2001-08-31 | amend entry to mention only if not USE_REL | Nick Clifton | 1 | -1/+1 |
2001-08-31 | Do not rightshift recomputed addend during relocatable link if not USE_REL. | Nick Clifton | 2 | -3/+5 |
2001-08-31 | Fix off-by-one error whilst sweeping vtable relocs | Nick Clifton | 2 | -3/+10 |
2001-08-30 | 2001-08-30 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -5/+12 |