Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-23 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-22 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-22 | * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD | Andreas Schwab | 2 | -1/+11 | |
relocation read the value from the second GOT slot. | |||||
2011-02-21 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-20 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-19 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-18 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-17 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-17 | Revert the last change to elf64-x86-64.c. | H.J. Lu | 2 | -8/+0 | |
2011-02-16 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-16 | Don't check relocation overflow for x32. | H.J. Lu | 2 | -0/+8 | |
2011-02-16 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_check_relocs): Check relocation overflow only for ABI_64_P. (elf_x86_64_relocate_section): Likewise. | |||||
2011-02-15 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-15 | 2011-02-15 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -1/+8 | |
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment. | |||||
2011-02-15 | * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of | Alan Modra | 2 | -1/+13 | |
toc relocs. Fuss over free(NULL). | |||||
2011-02-14 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-14 | bfd/ld: handle ABI prefixes in version scripts | Mike Frysinger | 2 | -3/+10 | |
The default language in version scripts is supposed to be C, but no symbol demangling is performed on the symbols by default. This makes targets with a symbol prefix to fail with most version scripts out there. So strip away this prefix by default. This fixes many tests (real world and ld's testsuite) for Blackfin targets and doesn't seem to cause regressions for x86_64. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2011-02-13 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-13 | Remove freebsd1 from libtool.m4 macros and config.rpath. | Ralf Wildenhues | 2 | -10/+6 | |
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. bfd/: * configure: Regenerate. gas/: * configure: Regenerate. ld/: * configure: Regenerate. opcodes/: * configure: Regenerate. binutils/: * configure: Regenerate. gprof/: * configure: Regenerate. | |||||
2011-02-12 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-11 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-10 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-09 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-09 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until | Alan Modra | 2 | -19/+27 | |
we are done. When optimising large toc, check that a global symbol on a toc reloc is defined in a kept section. | |||||
2011-02-08 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-08 | PR binutils/12467 | Nick Clifton | 2 | -2/+19 | |
* readelf.c (process_program_headers): Issue a warning if there are no program headers but the file header has a non-zero program header offset. (process_section_headers): Issue a warning if there are no section headers but the file header has a non-zero section header offset. (process_section_groups): Reword the no section message so that it can be distinguished from the one issued by process_section_headers. * elf.c (assign_file_positions_for_load_sections): Set the program header offset and entry size to zero if there are no program headers. | |||||
2011-02-08 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL | Alan Modra | 2 | -26/+32 | |
local_syms when looking for local symbols in .toc. | |||||
2011-02-07 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-06 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-05 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-04 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-03 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-02 | daily update | Alan Modra | 1 | -1/+1 | |
2011-02-01 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-31 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-31 | * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value | Alan Modra | 2 | -5/+35 | |
for toc pointer on any section having makes_toc_func_call set. (check_pasted_section): Ensure pasted .init/.fini fragments use the same toc if any has makes_toc_func_call set. | |||||
2011-01-30 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-29 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-29 | * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs | Joseph Myers | 2 | -0/+6 | |
field. | |||||
2011-01-28 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-27 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-26 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-25 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-24 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-23 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-22 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-22 | bfd/ | Richard Sandiford | 2 | -2/+10 | |
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore common sections too. ld/ * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's private data and GP size. | |||||
2011-01-21 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-20 | daily update | Alan Modra | 1 | -1/+1 | |
2011-01-19 | daily update | Alan Modra | 1 | -1/+1 | |