aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2003-09-102003-09-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
* 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 Anglin1-0/+22
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-08 * archures.c: Add new machine names for hppa.Joel Brobecker1-0/+6
* bfd-in2.h: Regenerate. * cpu-hppa.c: Use the new machine names.
2003-09-06 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): RemoveStephane Carrez1-0/+7
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 Carrez1-0/+9
(elf_backend_special_sections): Define.a PR savannah/4950: * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors section is read-only.
2003-09-04Add binutils support for v850e1 processorNick Clifton1-0/+12
2003-09-03Do not skip section symbols that are used in relocs.Nick Clifton1-0/+5
2003-09-03Add *kfreebsd-gnu configuration supportNick Clifton1-0/+6
2003-08-31 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation hereChristian Groessler1-0/+5
instead of returning bfd_reloc_continue.
2003-08-31 * merge.c: Update to ISO C90.Andreas Jaeger1-0/+4
2003-08-27 * configure.in: Check for strtoull.Ian Lance Taylor1-0/+4
* 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 Taylor1-0/+8
* 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-272003-08-27 Christian Groessler <chris@groessler.org>Christian Groessler1-0/+8
* 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): UseRichard Sandiford1-0/+5
_bfd_elf_rela_local_sym.
2003-08-262003-08-26 Michael Snyder <msnyder@redhat.com>Michael Snyder1-0/+4
* cpu-frv.c: Remove unused enum.
2003-08-252003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Maciej W. Rozycki1-0/+6
* reloc.c: Fix documentation for MIPS ELF relocations. libbfd.h: Regenerate. bfd-in2.h: Regenerate.
2003-08-242003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+4
* coff-i860.c (CALC_ADDEND): Define to be a no-op.
2003-08-242003-08-24 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+5
* elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and shift by 2 before storing the relocated value.
2003-08-232003-08-23 Jason Eckhardt <jle@rice.edu>Jason Eckhardt1-0/+14
[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 Modra1-8/+12
2003-08-222003-08-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
* elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the .got section at 8 bytes.
2003-08-21Fix spelling typo.Nick Clifton1-1/+1
2003-08-21Convert to ISO C90. Tidy up formatting.Nick Clifton1-0/+4
2003-08-21For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check forNick Clifton1-0/+6
both.
2003-08-21Updated translationsNick Clifton1-0/+4
2003-08-20 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.Richard Sandiford1-0/+4
2003-08-20Better handking for unresolved symbolsNick Clifton1-0/+42
2003-08-182003-08-18 Andreas Schwab <schwab@suse.de>H.J. Lu1-0/+5
* libpei.h (bfd_pe_executable_p): Also recognize efi-app executables.
2003-08-17 * simple.c (bfd_simple_get_relocated_section_contents): MoveHans-Peter Nilsson1-0/+6
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-16 * elf64-ppc.c: Don't include elf/ppc.h.Alan Modra1-0/+4
2003-08-14 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMICRichard Sandiford1-0/+5
code to work with 64-bit bfds.
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra1-0/+7
* Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE. (POTFILES.in): Remove target. * Makefile.in: Regenerate.
2003-08-12 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.Alan Modra1-0/+6
(ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs, use the function sym from the previous reloc.
2003-08-11 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbolsJakub Jelinek1-0/+17
fatal if -pie. * elf32-s390.c (elf_s390_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. * elf64-s390.c (elf_s390_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error on undefined symbols if -pie. * elf32-sh.c (sh_elf_relocate_section): Likewise.
2003-08-11 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.oAlan Modra1-1/+7
branch to __libc_start_main.
2003-08-08Add MSP430 variantsNick Clifton1-0/+7
2003-08-07 * elfxx-target.h: Remove PTR cast.Alan Modra1-0/+30
* targets.c (bfd_target): Make backend_data const void *. * elf-bfd.h: Constify all occurrences of struct elf_backend_data. * elf-m10300.c: Likewise. * elf.c: Likewise. * elf32-hppa.c: Likewise. * elf32-i386.c: Likewise. * elf32-m68hc1x.c: Likewise. * elf32-ppc.c: Likewise. * elf32-s390.c: Likewise. * elf32-sh.c: Likewise. * elf32-sh64.c: Likewise. * elf32-sparc.c: Likewise. * elf32-xtensa.c: Likewise. * elf64-mips.c: Likewise. * elf64-ppc.c: Likewise. * elf64-s390.c: Likewise. * elf64-sh64.c: Likewise. * elf64-sparc.c: Likewise. * elf64-x86-64.c: Likewise. * elfcode.h: Likewise. * elfcore.h: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elfxx-ia64.c: Likewise. * elfxx-mips.c: Likewise. * elfxx-mips.h: Likewise. * elf.c (prep_headers): Remove useless check for null backend_data. * bfd-in2.h: Regenerate.
2003-08-07 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra1-0/+14
(NAME): Use ## rather than CONCAT4 macro. * elfcode.h: Remove one remaining PARAMS macro. * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes. * elf-strtab.c: Likewise. * elf-hppa.h: Likewise. * elf32-hppa.h: Likewise. * elf32-hppa.c: Likewise. (elf32_hppa_add_symbol_hook): Delete. (elf_backend_add_symbol_hook): Don't define. * libhppa.h: Convert to C90. Replace INLINE with inline.
2003-08-06 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.Alan Modra1-0/+11
(ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against function descriptors, but warn. (ppc_build_one_stub): Remove a couple of vars. Move code creating stub syms so that we can avoid a stub sym if we already have a plt sym. Do not redefine an existing symbol. (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for glink.
2003-08-06Updated French translationsNick Clifton1-0/+4
2003-08-06Fix typoNick Clifton1-1/+1
2003-08-06 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss withAlan Modra1-0/+5
SEC_LINKER_CREATED.
2003-08-05 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.Daniel Jacobowitz1-0/+5
(elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
2003-08-05Detect and issue a warning message if the line number table could not be read.Nick Clifton1-0/+5
2003-08-04Prefix .gnu.warning section messages with "warning: ".Nick Clifton1-0/+5
2003-08-04 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.Alan Modra1-0/+11
* elfcore.h: Likewise. * elflink.c: Likewise. * elflink.h: Likewise. * elf.c (sym_is_global): Remove INLINE. (align_file_position): Replace INLINE with inline. * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE. (elf_file_p): Replace INLINE with inline.
2003-08-02 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.Kaz Kojima1-0/+4
* ld-sh/shared-2.d, ld-sh/textrel1.s, ld-sh/textrel2.s: New test.
2003-08-012003-08-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+4
* elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
2003-08-012003-08-01 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
* elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use ElfNN_External_Rela instead of Elf64_External_Rela.
2003-08-01Add code to catch obsolete configurations and warn about them unlessNick Clifton1-0/+6
--enable-obsolete is used. Use this to mark vax-vms port as obsolete.