Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-03 | Do not skip section symbols that are used in relocs. | Nick Clifton | 2 | -5/+9 | |
2003-09-03 | Add *kfreebsd-gnu configuration support | Nick Clifton | 4 | -82/+92 | |
2003-09-03 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-02 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-01 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-31 | fixed comment for i860_howto_pc26_reloc | Christian Groessler | 1 | -2/+1 | |
2003-08-31 | * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here | Christian Groessler | 2 | -2/+47 | |
instead of returning bfd_reloc_continue. | |||||
2003-08-31 | * merge.c: Update to ISO C90. | Andreas Jaeger | 2 | -82/+33 | |
2003-08-31 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-30 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-29 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-28 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-27 | * configure.in: Check for strtoull. | Ian Lance Taylor | 5 | -83/+151 | |
* bfd.c (bfd_scan_vma): Use strtoull when available. * configure, config.in: Regenerate. | |||||
2003-08-27 | * configure.in: Define and substitute BFD_HOST_LONG_LONG. | Ian Lance Taylor | 7 | -119/+176 | |
* bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than __GNUC__ when deciding whether to use long long for BFD_HOST_64_BIT. * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate. | |||||
2003-08-27 | 2003-08-27 Christian Groessler <chris@groessler.org> | Christian Groessler | 2 | -6/+206 | |
* elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc, i860_howto_splitn_reloc, i860_howto_highadj_reloc): New functions. (elf32_i860_howto_table): Insert the new functions as 'special_function's in the proper reloc type entries. | |||||
2003-08-27 | * elf32-frv.c (elf32_frv_relocate_section): Use | Richard Sandiford | 2 | -3/+6 | |
_bfd_elf_rela_local_sym. | |||||
2003-08-27 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-26 | 2003-08-26 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -7/+4 | |
* cpu-frv.c: Remove unused enum. | |||||
2003-08-26 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-25 | 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl> | Maciej W. Rozycki | 2 | -4/+9 | |
* reloc.c: Fix documentation for MIPS ELF relocations. libbfd.h: Regenerate. bfd-in2.h: Regenerate. | |||||
2003-08-25 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-24 | 2003-08-24 Jason Eckhardt <jle@rice.edu> | Jason Eckhardt | 2 | -0/+10 | |
* coff-i860.c (CALC_ADDEND): Define to be a no-op. | |||||
2003-08-24 | 2003-08-24 Jason Eckhardt <jle@rice.edu> | Jason Eckhardt | 2 | -1/+7 | |
* elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and shift by 2 before storing the relocated value. | |||||
2003-08-24 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-23 | 2003-08-23 Jason Eckhardt <jle@rice.edu> | Jason Eckhardt | 2 | -6/+313 | |
[bfd/ChangeLog] * coff-i860.c (coff_i860_reloc_nyi): New function. (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH, LOWn, SPLITn, and BRADDR. (RTYPE2HOWTO): Check that the r_type is within the howto_table before trying to access the entry. (coff_i860_rtype_to_howto): Likewise. (coff_i860_reloc_type_lookup): New function. (i860_reloc_processing): New function. (coff_bfd_reloc_type_lookup): Define macro. (RELOC_PROCESSING): Define macro. Minor formatting adjustments. [include/coff/ChangeLog] * coff/i860.h (COFF860_R_PAIR, COFF860_R_LOW0, COFF860_R_LOW1, COFF860_R_LOW2, COFF860_R_LOW3, COFF860_R_LOW4, COFF860_R_SPLIT0, COFF860_R_SPLIT1, COFF860_R_SPLIT2, COFF860_R_HIGHADJ, COFF860_R_BRADDR): Define new relocation constants and document. Minor formatting adjustments. | |||||
2003-08-23 | * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner. | Alan Modra | 2 | -9/+14 | |
2003-08-23 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-22 | 2003-08-22 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -0/+7 | |
* elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the .got section at 8 bytes. | |||||
2003-08-22 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-21 | Fix spelling typo. | Nick Clifton | 1 | -1/+1 | |
2003-08-21 | Convert to ISO C90. Tidy up formatting. | Nick Clifton | 2 | -313/+243 | |
2003-08-21 | For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check for | Nick Clifton | 3 | -2/+14 | |
both. | |||||
2003-08-21 | Updated translations | Nick Clifton | 2 | -3/+7 | |
2003-08-21 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-20 | * elf64-mips.c (elf_backend_copy_indirect_symbol): Define. | Richard Sandiford | 2 | -0/+6 | |
2003-08-20 | Better handking for unresolved symbols | Nick Clifton | 27 | -846/+383 | |
2003-08-20 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-19 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-18 | 2003-08-18 Andreas Schwab <schwab@suse.de> | H.J. Lu | 2 | -1/+8 | |
* libpei.h (bfd_pe_executable_p): Also recognize efi-app executables. | |||||
2003-08-18 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-17 | * simple.c (bfd_simple_get_relocated_section_contents): Move | Hans-Peter Nilsson | 2 | -12/+32 | |
reloc_done hack to before first bfd_section_size call. Change all returns to use new wrapper macro RETURN, restoring sec->reloc_done. | |||||
2003-08-17 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-16 | * elf64-ppc.c: Don't include elf/ppc.h. | Alan Modra | 2 | -1/+4 | |
2003-08-16 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-15 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-14 | * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC | Richard Sandiford | 2 | -1/+6 | |
code to work with 64-bit bfds. | |||||
2003-08-14 | * dep-in.sed: Remove libintl.h. | Alan Modra | 4 | -25/+18 | |
* Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE. (POTFILES.in): Remove target. * Makefile.in: Regenerate. | |||||
2003-08-14 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-13 | daily update | Alan Modra | 1 | -1/+1 | |
2003-08-12 | * elf64-ppc.c (ppc64_elf_next_input_section): Update comment. | Alan Modra | 2 | -1/+18 | |
(ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs, use the function sym from the previous reloc. |