aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2006-01-16split changelogsAlan Modra3-10317/+10333
2006-01-16daily updateAlan Modra1-1/+1
2006-01-15daily updateAlan Modra1-1/+1
2006-01-14daily updateAlan Modra1-1/+1
2006-01-13daily updateAlan Modra1-1/+1
2006-01-12daily updateAlan Modra1-1/+1
2006-01-11daily updateAlan Modra1-1/+1
2006-01-11* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into theNick Clifton2-3/+9
newly (re)allocated map array.
2006-01-10daily updateAlan Modra1-1/+1
2006-01-09daily updateAlan Modra1-1/+1
2006-01-09Update date in copyright noticeNick Clifton1-1/+1
2006-01-09Add comma after HIGH3ADJNick Clifton2-1/+5
2006-01-08daily updateAlan Modra1-1/+1
2006-01-07daily updateAlan Modra1-1/+1
2006-01-06daily updateAlan Modra1-1/+1
2006-01-05daily updateAlan Modra1-1/+1
2006-01-04daily updateAlan Modra1-1/+1
2006-01-03daily updateAlan Modra1-1/+1
2006-01-02daily updateAlan Modra1-1/+1
2006-01-01daily updateAlan Modra1-1/+1
2006-01-01 * elf64-ppc.c (ppc64_elf_action_discarded): Return 0Jakub Jelinek2-1/+9
for .toc1 section.
2005-12-31 * elf32-sh.c (sh_elf_relocate_section): Don't reset relocationKaz Kojima2-1/+8
for R_SH_REL32 in shared objects if the symbol is locally called.
2005-12-31 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs againstAlan Modra2-17/+37
opd section sym when opd has been edited. Use correct addend when determining branch 'y' bit and branch overflow. Adjust and save opd relocs for ld -r too.
2005-12-312005-12-30 Eric Christopher <echristo@apple.com>Eric Christopher2-4/+15
* elfxx-mips.c (mips_elf_record_global_got_symbol): Add assert to verify we have a got. (_bfd_mips_elf_check_relocs): Add R_MIPS_TLS_GOTTPREL to relocs needing a GOT.
2005-12-30daily updateAlan Modra1-1/+1
2005-12-30 * configure.host (hppa*64*-*-hpux*): Set host64 to true.Dave Anglin2-2/+8
2005-12-29daily updateAlan Modra1-1/+1
2005-12-29(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.Nick Clifton2-1/+4
2005-12-29(_bfd_link_section_stabs): Use bfd_hash_table_init rather thanNick Clifton2-3/+8
bfd_hash_table_init_n(...,251) so that the size of the hash table can be controlled by the user.
2005-12-28daily updateAlan Modra1-1/+1
2005-12-27daily updateAlan Modra1-1/+1
2005-12-27 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executableDave Anglin2-1/+6
instead of !info->shared.
2005-12-272005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>Jan-Benedict Glaw2-0/+8
* vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils.
2005-12-27 * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixingNathan Sidwell2-12/+10
object files from different mt variants.
2005-12-27Add support for RDOS targets.Nick Clifton2-0/+8
2005-12-27(lookup_symbol_in_function_table): Check for a function name before passingNick Clifton2-0/+6
it to strcmp.
2005-12-27 * elf.c (elf_find_function): Don't ignore section syms.Alan Modra2-8/+9
Simplify filename logic.
2005-12-27missed copyright 2005 additionAlan Modra1-1/+1
2005-12-27 * elf32-ppc.c (add_stub_sym): Pass info rather than htab.Alan Modra2-11/+24
Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call.
2005-12-27 * elf.c (bfd_section_from_shdr): Treat invalid reloc sections asAlan Modra2-6/+12
normal sections rather than returning false.
2005-12-27 * coff-h8300.c (h8300_reloc16_extra_cases): Use input sectionAlan Modra8-38/+47
"output_offset" instead of link order "offset". * coff-h8500.c (extra_case): Likewise. * coff-w65.c (w65_reloc16_extra_cases): Likewise. * coff-z80.c (extra_case): Likewise. * coff-z8k.c (extra_case): Likewise. * linker.c (default_indirect_link_order): Likewise, "size" too. * ecoff.c (ecoff_indirect_link_order): Likewise.
2005-12-27 * Makefile.am: Run "make dep-am".Alan Modra4-10/+16
* Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate.
2005-12-26daily updateAlan Modra1-1/+1
2005-12-25daily updateAlan Modra1-1/+1
2005-12-24daily updateAlan Modra1-1/+1
2005-12-24 * aix5ppc-core.c: Remove duplicate prototypes.Alan Modra6-23/+26
(xcoff64_core_file_matches_executable_p): Provide implementation for !AIX_5_CORE. * corefile.c (generic_core_file_matches_executable_p): Correct syntax error in prototype. * libbfd-in.h (generic_core_file_matches_executable_p): Delete. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate.
2005-12-23daily updateAlan Modra1-1/+1
2005-12-23PR 1150Nick Clifton6-16/+61
* elf-bfd.h (struct elf_backend_data): New field 'elf_backend_ignore_undef_symbol'. * elfxx-target.h (elf_backend_ignore_undef_symbol): Define to NULL if not already defined. (elfNN_bed): Initialise the elf_backend_ignore_undef_symbol field. * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): New function. * elfxx-mips.h (elf_backend_ignore_undef_symbol): Define and prototype. * elflink.c (elf_link_output_extsym): Check elf_backend_ignore_undef_symbol before reporting an undefined symbol in a shared library.
2005-12-23 * corefile.c (generic_core_file_matches_executable_p): New function.Joel Brobecker17-140/+125
* libbfd-in.h (generic_core_file_matches_executable_p): Add declaration. * libbfd.h: Regenerate. * hpux-core.c: ANSIfy function declarations and prototypes. (thread_section_p): Manually expand bfd_section_name macro to make it clear that parameter ABFD is not used. (hpux_core_core_file_matches_executable_p): Delete, replaced by macro pointing to generic_core_file_matches_executable_p. * aix386-core.c: Replace core_file_matches_executable_p null implementation by generic_core_file_matches_executable_p by using a macro. * aix5ppc-core.c: Likewise. * cisco-core.c: Likewise. * hppabsd-core.c: Likewise. * irix-core.c: Likewise. * lynx-core.c: Likewise. * mach-o.c: Likewise. * netbsd-core.c: Likewise. * osf-core.c: Likewise. * ptrace-core.c: Likewise. * sco5-core.c: Likewise. * trad-core.c: Likewise.
2005-12-22daily updateAlan Modra1-1/+1