Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-19 | 2003-09-18 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 6 | -351/+501 | |
* acinclude.m4: Include ../config/accross.m4. * aclocal.m4: Regenerated. * configure.host (HOST_64BIT_TYPE): Remove if it is set to long or long long. (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long. (host64): Remove if HOST_64BIT_TYPE is set to long. * configure.in (HOST_64BIT_TYPE): Set according to the size of long and long long. (HOST_U_64BIT_TYPE): Likewise. (host64): Likewise. * configure: Regenerated. | |||||
2003-09-19 | * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note) | Alan Modra | 2 | -6/+11 | |
since some ABIs round up the size of the struct. | |||||
2003-09-19 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-18 | 2003-09-18 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -2/+11 | |
* elflink.c (_bfd_elf_merge_symbol): Allow type change if the old symbol is undefined and the new symbol is defined. | |||||
2003-09-18 | * simple.c (bfd_simple_get_relocated_section_contents): Use | Andreas Schwab | 2 | -1/+7 | |
_bfd_generic_link_hash_table_create instead of bfd_link_hash_table_create. | |||||
2003-09-18 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-17 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-16 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-15 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-14 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-13 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-12 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-11 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-10 | 2003-09-10 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 2 | -2/+7 | |
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections started with ".sbss" or "".sdata" as SHF_IA_64_SHORT. | |||||
2003-09-10 | * elf32-hppa.c (struct elf32_hppa_link_hash_entry, | Dave Anglin | 2 | -144/+112 | |
hppa_link_hash_newfunc, hppa_build_one_stub, elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static, allocate_dynrelocs, elf32_hppa_size_dynamic_sections, elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code for generating import stubs for calls to statically linked PIC functions. (hppa_type_of_stub): Don't generate an import stub for calls to statically linked pic functions. Generate import stubs for calls in a shared object, to functions not in a regular file, and to defined weak functions. Add new argument INFO. (hppa_build_one_stub): Don't undef ADDIL_DP. (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag. (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub. (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a non-shared link. Convert instructions that use the the linkage table pointer, or a facsimile thereof, to use the global data pointer when the reloc has been changed. | |||||
2003-09-10 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-09 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-08 | * archures.c: Add new machine names for hppa. | Joel Brobecker | 4 | -6/+20 | |
* bfd-in2.h: Regenerate. * cpu-hppa.c: Use the new machine names. | |||||
2003-09-08 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-07 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-06 | * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove | Stephane Carrez | 3 | -63/+22 | |
all_local_syms member. * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms to get the local symbols. | |||||
2003-09-06 | * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11. | Stephane Carrez | 3 | -2/+31 | |
(elf_backend_special_sections): Define.a PR savannah/4950: * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors section is read-only. | |||||
2003-09-06 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-05 | daily update | Alan Modra | 1 | -1/+1 | |
2003-09-04 | Add binutils support for v850e1 processor | Nick Clifton | 6 | -3/+42 | |
2003-09-04 | daily update | Alan Modra | 1 | -1/+1 | |
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 | |