summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* binutils: add files that would be in a releasebaserock/bootstrap-pass2Richard Maw2012-05-22153-0/+87105
| | | | | | To reduce the dependencies, bison and flex output has been added, along with documentation, as it was easier to run `make distclean` than dig through makefiles to find the files that need to be flexed
* binutils: import morphologyRichard Maw2012-05-211-0/+15
|
* bfd/Tristan Gingold2011-06-275-4/+10
| | | | | | | | 2011-06-27 Tristan Gingold <gingold@adacore.com> * configure.in: Bump version to 2.21.1 * Makefile.am (RELEASE): Set. * configure, Makefile.in: Regenerate.
* daily updateAlan Modra2011-06-271-1/+1
|
* daily updateAlan Modra2011-06-261-1/+1
|
* daily updateAlan Modra2011-06-251-1/+1
|
* PR ld/12921Alan Modra2011-06-242-17/+26
| | | | | | * elf.c (assign_file_positions_for_load_sections): Don't align sh_offset for all SHT_NOBITS sections here, just .tbss sections that don't get a PT_LOAD.
* daily updateAlan Modra2011-06-241-1/+1
|
* daily updateAlan Modra2011-06-231-1/+1
|
* daily updateAlan Modra2011-06-221-1/+1
|
* * elflink.c (_bfd_elf_merge_symbol): Allow type changes forAlan Modra2011-06-212-5/+15
| | | | plugin symbols. Fix segfault on linker scrip defined syms.
* daily updateAlan Modra2011-06-211-1/+1
|
* daily updateAlan Modra2011-06-201-1/+1
|
* daily updateAlan Modra2011-06-191-1/+1
|
* daily updateAlan Modra2011-06-181-1/+1
|
* * object.cc (Sized_relobj::do_layout): Keep warning sections whenIan Lance Taylor2011-06-172-3/+7
| | | | making a shared library.
* daily updateAlan Modra2011-06-171-1/+1
|
* daily updateAlan Modra2011-06-161-1/+1
|
* daily updateAlan Modra2011-06-151-1/+1
|
* daily updateAlan Modra2011-06-141-1/+1
|
* daily updateAlan Modra2011-06-131-1/+1
|
* daily updateAlan Modra2011-06-121-1/+1
|
* daily updateAlan Modra2011-06-111-1/+1
|
* daily updateAlan Modra2011-06-101-1/+1
|
* * script-sections.ccIan Lance Taylor2011-06-092-0/+17
| | | | | (Orphan_output_section::set_section_addresses): For a relocatable link set address to 0.
* daily updateAlan Modra2011-06-091-1/+1
|
* daily updateAlan Modra2011-06-081-1/+1
|
* daily updateAlan Modra2011-06-071-1/+1
|
* daily updateAlan Modra2011-06-061-1/+1
|
* daily updateAlan Modra2011-06-051-1/+1
|
* daily updateAlan Modra2011-06-041-1/+1
|
* PR binutils/12665Nick Clifton2011-06-033-4/+10
| | | | | * configure.ac: Correct for minimum CLOOG version. * configure: Regenerate.
* daily updateAlan Modra2011-06-031-1/+1
|
* daily updateAlan Modra2011-06-021-1/+1
|
* PR binutils/12820Alan Modra2011-05-313-2/+13
| | | | | * configure.in (BUILD_INSTALL_MISC): Only add embedspu once. * configure: Regenerate.
* daily updateAlan Modra2011-05-311-1/+1
|
* PR binutils/12820Alan Modra2011-05-303-22/+96
| | | | | | | | | | * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to.. (bin_SCRIPTS): ..here. (EXTRA_SCRIPTS): Define. (EXTRA_DIST): Add embedspu.sh. (DISTCLEANFILES): Add embedspu. (embedspu): Depend on Makefile. Replace sed "s" command with "c". * Makefile.in: Regenerate.
* daily updateAlan Modra2011-05-301-1/+1
|
* * binary.cc (Binary_to_elf::sized_convert): Don't crash if theIan Lance Taylor2011-05-292-5/+17
| | | | binary input file is empty.
* formattingAlan Modra2011-05-290-0/+0
|
* formattingAlan Modra2011-05-291-5/+5
|
* PR 12365Alan Modra2011-05-2943-135/+603
| | | | | | | | | | PR 12613 PR 12632 PR 12739 PR 12753 PR 12760 PR 12763 Apply fix from mainline along with assorted other small fixes.
* PR 12365Alan Modra2011-05-2921-65/+244
| | | | | | | | | | PR 12613 PR 12632 PR 12739 PR 12753 PR 12760 PR 12763 Apply fix from mainline along with assorted other small fixes.
* daily updateAlan Modra2011-05-291-1/+1
|
* daily updateAlan Modra2011-05-281-1/+1
|
* daily updateAlan Modra2011-05-271-1/+1
|
* daily updateAlan Modra2011-05-261-1/+1
|
* Handle STT_GNU_IFUNC symols when building shared library.H.J. Lu2011-05-2519-35/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bfd/ 2012-05-25 H.J. Lu <hongjiu.lu@intel.com> Backport from mainline 2012-01-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/12366 PR ld/12371 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly handle symbols marked with regular reference, but not non-GOT reference when building shared library. * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle local and global STT_GNU_IFUNC symols when building shared library. * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise. ld/testsuite/ 2012-05-25 H.J. Lu <hongjiu.lu@intel.com> Backport from mainline 2012-01-06 H.J. Lu <hongjiu.lu@intel.com> PR ld/12366 PR ld/12371 * ld-ifunc/ifunc-10-i386.s: Add more tests. * ld-ifunc/ifunc-10-x86-64.s: Likewise. * ld-ifunc/ifunc-11-i386.s: Likewise. * ld-ifunc/ifunc-11-x86-64.s: Likewise. * ld-ifunc/ifunc-12-i386.d: New. * ld-ifunc/ifunc-12-i386.s: Likewise. * ld-ifunc/ifunc-12-x86-64.d: Likewise. * ld-ifunc/ifunc-12-x86-64.s: Likewise. * ld-ifunc/ifunc-13-i386.d: Likewise. * ld-ifunc/ifunc-13-x86-64.d: Likewise. * ld-ifunc/ifunc-13a-i386.s: Likewise. * ld-ifunc/ifunc-13a-x86-64.s: Likewise. * ld-ifunc/ifunc-13b-i386.s: Likewise. * ld-ifunc/ifunc-13b-x86-64.s: Likewise.
* daily updateAlan Modra2011-05-251-1/+1
|
* daily updateAlan Modra2011-05-241-1/+1
|