summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
* daily updateAlan Modra2003-09-061-1/+1
|
* daily updateAlan Modra2003-09-051-1/+1
|
* Add binutils support for v850e1 processorNick Clifton2003-09-046-3/+42
|
* daily updateAlan Modra2003-09-041-1/+1
|
* Do not skip section symbols that are used in relocs.Nick Clifton2003-09-032-5/+9
|
* Add *kfreebsd-gnu configuration supportNick Clifton2003-09-034-82/+92
|
* daily updateAlan Modra2003-09-031-1/+1
|
* daily updateAlan Modra2003-09-021-1/+1
|
* daily updateAlan Modra2003-09-011-1/+1
|
* fixed comment for i860_howto_pc26_relocChristian Groessler2003-08-311-2/+1
|
* * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation hereChristian Groessler2003-08-312-2/+47
| | | | instead of returning bfd_reloc_continue.
* * merge.c: Update to ISO C90.Andreas Jaeger2003-08-312-82/+33
|
* daily updateAlan Modra2003-08-311-1/+1
|
* daily updateAlan Modra2003-08-301-1/+1
|
* daily updateAlan Modra2003-08-291-1/+1
|
* daily updateAlan Modra2003-08-281-1/+1
|
* * configure.in: Check for strtoull.Ian Lance Taylor2003-08-275-83/+151
| | | | | * bfd.c (bfd_scan_vma): Use strtoull when available. * configure, config.in: Regenerate.
* * configure.in: Define and substitute BFD_HOST_LONG_LONG.Ian Lance Taylor2003-08-277-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 Christian Groessler <chris@groessler.org>Christian Groessler2003-08-272-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.
* * elf32-frv.c (elf32_frv_relocate_section): UseRichard Sandiford2003-08-272-3/+6
| | | | _bfd_elf_rela_local_sym.
* daily updateAlan Modra2003-08-271-1/+1
|
* 2003-08-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-08-262-7/+4
| | | | * cpu-frv.c: Remove unused enum.
* daily updateAlan Modra2003-08-261-1/+1
|
* 2003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Maciej W. Rozycki2003-08-252-4/+9
| | | | | | * reloc.c: Fix documentation for MIPS ELF relocations. libbfd.h: Regenerate. bfd-in2.h: Regenerate.
* daily updateAlan Modra2003-08-251-1/+1
|
* 2003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-242-0/+10
| | | | * coff-i860.c (CALC_ADDEND): Define to be a no-op.
* 2003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-242-1/+7
| | | | | * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and shift by 2 before storing the relocated value.
* daily updateAlan Modra2003-08-241-1/+1
|
* 2003-08-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt2003-08-232-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.
* * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.Alan Modra2003-08-232-9/+14
|
* daily updateAlan Modra2003-08-231-1/+1
|
* 2003-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-08-222-0/+7
| | | | | * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the .got section at 8 bytes.
* daily updateAlan Modra2003-08-221-1/+1
|
* Fix spelling typo.Nick Clifton2003-08-211-1/+1
|
* Convert to ISO C90. Tidy up formatting.Nick Clifton2003-08-212-313/+243
|
* For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check forNick Clifton2003-08-213-2/+14
| | | | both.
* Updated translationsNick Clifton2003-08-212-3/+7
|
* daily updateAlan Modra2003-08-211-1/+1
|
* * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.Richard Sandiford2003-08-202-0/+6
|
* Better handking for unresolved symbolsNick Clifton2003-08-2027-846/+383
|
* daily updateAlan Modra2003-08-201-1/+1
|
* daily updateAlan Modra2003-08-191-1/+1
|
* 2003-08-18 Andreas Schwab <schwab@suse.de>H.J. Lu2003-08-182-1/+8
| | | | | * libpei.h (bfd_pe_executable_p): Also recognize efi-app executables.
* daily updateAlan Modra2003-08-181-1/+1
|
* * simple.c (bfd_simple_get_relocated_section_contents): MoveHans-Peter Nilsson2003-08-172-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.
* daily updateAlan Modra2003-08-171-1/+1
|
* * elf64-ppc.c: Don't include elf/ppc.h.Alan Modra2003-08-162-1/+4
|
* daily updateAlan Modra2003-08-161-1/+1
|
* daily updateAlan Modra2003-08-151-1/+1
|
* * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMICRichard Sandiford2003-08-142-1/+6
| | | | code to work with 64-bit bfds.