Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daily update | Alan Modra | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-12 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | * elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry into the | Nick Clifton | 2006-01-11 | 2 | -3/+9 |
| | | | | newly (re)allocated map array. | ||||
* | daily update | Alan Modra | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | Update date in copyright notice | Nick Clifton | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | Add comma after HIGH3ADJ | Nick Clifton | 2006-01-09 | 2 | -1/+5 |
| | |||||
* | daily update | Alan Modra | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-07 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-03 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-02 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2006-01-01 | 1 | -1/+1 |
| | |||||
* | * elf64-ppc.c (ppc64_elf_action_discarded): Return 0 | Jakub Jelinek | 2006-01-01 | 2 | -1/+9 |
| | | | | for .toc1 section. | ||||
* | * elf32-sh.c (sh_elf_relocate_section): Don't reset relocation | Kaz Kojima | 2005-12-31 | 2 | -1/+8 |
| | | | | for R_SH_REL32 in shared objects if the symbol is locally called. | ||||
* | * elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs against | Alan Modra | 2005-12-31 | 2 | -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-30 Eric Christopher <echristo@apple.com> | Eric Christopher | 2005-12-31 | 2 | -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. | ||||
* | daily update | Alan Modra | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | * configure.host (hppa*64*-*-hpux*): Set host64 to true. | Dave Anglin | 2005-12-30 | 2 | -2/+8 |
| | |||||
* | daily update | Alan Modra | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | (bfd_hash_set_default_size): Add more entries to the hash_size_primes table. | Nick Clifton | 2005-12-29 | 2 | -1/+4 |
| | |||||
* | (_bfd_link_section_stabs): Use bfd_hash_table_init rather than | Nick Clifton | 2005-12-29 | 2 | -3/+8 |
| | | | | | bfd_hash_table_init_n(...,251) so that the size of the hash table can be controlled by the user. | ||||
* | daily update | Alan Modra | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executable | Dave Anglin | 2005-12-27 | 2 | -1/+6 |
| | | | | instead of !info->shared. | ||||
* | 2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de> | Jan-Benedict Glaw | 2005-12-27 | 2 | -0/+8 |
| | | | | | | * vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define. (HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux hosted binutils. | ||||
* | * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing | Nathan Sidwell | 2005-12-27 | 2 | -12/+10 |
| | | | | object files from different mt variants. | ||||
* | Add support for RDOS targets. | Nick Clifton | 2005-12-27 | 2 | -0/+8 |
| | |||||
* | (lookup_symbol_in_function_table): Check for a function name before passing | Nick Clifton | 2005-12-27 | 2 | -0/+6 |
| | | | | it to strcmp. | ||||
* | * elf.c (elf_find_function): Don't ignore section syms. | Alan Modra | 2005-12-27 | 2 | -8/+9 |
| | | | | Simplify filename logic. | ||||
* | missed copyright 2005 addition | Alan Modra | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | * elf32-ppc.c (add_stub_sym): Pass info rather than htab. | Alan Modra | 2005-12-27 | 2 | -11/+24 |
| | | | | | Use different names for pic vs non-pic, '.' instead of '_'. (allocate_dynrelocs): Adjust add_stub_sym call. | ||||
* | * elf.c (bfd_section_from_shdr): Treat invalid reloc sections as | Alan Modra | 2005-12-27 | 2 | -6/+12 |
| | | | | normal sections rather than returning false. | ||||
* | * coff-h8300.c (h8300_reloc16_extra_cases): Use input section | Alan Modra | 2005-12-27 | 8 | -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. | ||||
* | * Makefile.am: Run "make dep-am". | Alan Modra | 2005-12-27 | 4 | -10/+16 |
| | | | | | * Makefile.in: Regenerate. * po/SRC-POTFILES.in: Regenerate. | ||||
* | daily update | Alan Modra | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2005-12-24 | 1 | -1/+1 |
| | |||||
* | * aix5ppc-core.c: Remove duplicate prototypes. | Alan Modra | 2005-12-24 | 6 | -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. | ||||
* | daily update | Alan Modra | 2005-12-23 | 1 | -1/+1 |
| | |||||
* | PR 1150 | Nick Clifton | 2005-12-23 | 6 | -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. | ||||
* | * corefile.c (generic_core_file_matches_executable_p): New function. | Joel Brobecker | 2005-12-23 | 17 | -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. | ||||
* | daily update | Alan Modra | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2005-12-21 | 1 | -1/+1 |
| | |||||
* | daily update | Alan Modra | 2005-12-20 | 1 | -1/+1 |
| |