summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Collapse)AuthorAgeFilesLines
...
* daily updateAlan Modra2013-09-211-1/+1
|
* * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonicalAlan Modra2013-09-202-5/+15
| | | | | ppc host match. Support little-endian powerpc linux hosts. Regenerate binutils configure files.
* daily updateAlan Modra2013-09-201-1/+1
|
* daily updateAlan Modra2013-09-191-1/+1
|
* bfd/Tristan Gingold2013-09-183-11/+16
| | | | | | | 2013-09-18 Tristan Gingold <gingold@adacore.com> * configure.in: Bump version to 2.24.51 * configure: Regenerate.
* daily updateAlan Modra2013-09-181-1/+1
|
* 2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>Steve Ellcey2013-09-172-0/+8
| | | | | * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle EF_MIPS_FP64.
* daily updateAlan Modra2013-09-171-1/+1
|
* daily updateAlan Modra2013-09-161-1/+1
|
* daily updateAlan Modra2013-09-151-1/+1
|
* daily updateAlan Modra2013-09-141-1/+1
|
* daily updateAlan Modra2013-09-131-1/+1
|
* daily updateAlan Modra2013-09-121-1/+1
|
* daily updateAlan Modra2013-09-111-1/+1
|
* daily updateAlan Modra2013-09-101-1/+1
|
* daily updateAlan Modra2013-09-091-1/+1
|
* daily updateAlan Modra2013-09-081-1/+1
|
* daily updateAlan Modra2013-09-071-1/+1
|
* daily updateAlan Modra2013-09-061-1/+1
|
* daily updateAlan Modra2013-09-051-1/+1
|
* daily updateAlan Modra2013-09-041-1/+1
|
* daily updateAlan Modra2013-09-031-1/+1
|
* daily updateAlan Modra2013-09-021-1/+1
|
* daily updateAlan Modra2013-09-011-1/+1
|
* 2013-08-31 John David Anglin <dave.anglin@bell.net>Dave Anglin2013-08-312-1/+6
| | | | | * elf64-hppa.c (elf_hppa_final_link_relocate): Add missing '%' to format string.
* daily updateAlan Modra2013-08-311-1/+1
|
* daily updateAlan Modra2013-08-301-1/+1
|
* * elf64-x86-64.c (elf_x86_64_check_tls_transition): AllowJakub Jelinek2013-08-292-20/+111
| | | | | | | | | | | | | | | | | | | 64-bit -mcmodel=large -fpic TLS GD and LD sequences. (elf_x86_64_relocate_section): Handle -mcmodel=large -fpic TLS GD and LD sequences in GD->LE, GD->IE and LD->LE transitions. ld/testsuite/ * ld-x86-64/x86-64.exp: Add tlsld3, tlsgd7 and tlsgd8 tests. * ld-x86-64/tlspic1.s: Add -mcmodel=large -fpic TLS GD and LD sequences. * ld-x86-64/tlspic.dd: Adjusted. * ld-x86-64/tlspic.rd: Adjusted. * ld-x86-64/tlspic-nacl.rd: Adjusted. * ld-x86-64/tlsld3.dd: New test. * ld-x86-64/tlsld3.s: New file. * ld-x86-64/tlsgd7.dd: New test. * ld-x86-64/tlsgd7.s: New file. * ld-x86-64/tlsgd8.dd: New test. * ld-x86-64/tlsgd8.s: New file.
* daily updateAlan Modra2013-08-291-1/+1
|
* daily updateAlan Modra2013-08-281-1/+1
|
* * elf-bfd.h (struct elf_backend_data): Remove as_needed_cleanup.Alan Modra2013-08-275-25/+52
| | | | | | | | | | | | | Add notice_as_needed. * elf64-ppc.c (elf_backend_as_needed_cleanup): Don't define. (elf_backend_notice_as_needed): Define. (ppc64_elf_as_needed_cleanup): Rename and adjust.. (ppc64_elf_notice_as_needed): ..to this. * elflink.c (_bfd_elf_notice_as_needed): New function, extracted.. (elf_link_add_object_symbols): ..from here. * elfxx-target.h (elf_backend_as_needed_cleanup): Don't define. (elf_backend_notice_as_needed): Define.. (elfNN_bed): ..and use here.
* daily updateAlan Modra2013-08-271-1/+1
|
* bfd/Roland McGrath2013-08-264-3/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | * archures.c (bfd_mach_i386_nacl, bfd_mach_i386_i386_nacl): New macros. (bfd_mach_x86_64_nacl, bfd_mach_x64_32_nacl): New macros. * cpu-i386.c (bfd_arch_i386_onebyte_nop_fill): New function. (bfd_i386_nacl_arch): New variable. (bfd_x86_64_nacl_arch, bfd_x64_32_nacl_arch): New variables. (bfd_x64_32_arch_intel_syntax): Link them into the list. * bfd-in2.h: Regenerate. ld/ * emulparams/elf_i386_nacl.sh (ARCH): Set to i386:nacl. * emulparams/elf_x86_64_nacl.sh (ARCH): Set to i386:x86-64:nacl. * emulparams/elf32_x86_64_nacl.sh (ARCH): Set to i386:x64-32:nacl. ld/testsuite/ * ld-x86-64/x86-64.exp (Mixed x86_64 and i386 input test 1): Loosen string match to admit i386:x86-64*. (Mixed x86_64 and i386 input test 2): Likewise. * ld-x86-64/ilp32-2.d: Likewise. * ld-x86-64/ilp32-3.d: Likewise. * ld-x86-64/lp64-2.d: Likewise. * ld-x86-64/lp64-3.d: Likewise. * ld-x86-64/ia32-2.d: Likewise, and i386.* too. * ld-x86-64/ia32-3.d: Likewise.
* bfd/Roland McGrath2013-08-266-83/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * elf-nacl.c (nacl_modify_segment_map): Fix logic reordering the elf_segment_map list. If an executable segment is page-aligned but does not end with a full page, then append a fake section into the segment map entry that pads out the page. (nacl_final_write_processing): New function. Write the code fill laid out in nacl_modify_segment_map. * elf-nacl.h: Declare it. * elf32-arm.c (elf32_arm_nacl_final_write_processing): New function. (elf_backend_final_write_processing): Define it for NaCl backend. * elf32-i386.c (elf_backend_final_write_processing): Likewise. * elf64-x86-64.c (elf_backend_final_write_processing): Likewise. * elf-nacl.c (segment_eligible_for_headers): Rename MAXPAGESIZE parameter to MINPAGESIZE. (nacl_modify_segment_map): Use minpagesize instead of maxpagesize. * elf32-arm.c (ELF_MINPAGESIZE, ELF_COMMONPAGESIZE): Set to 0x10000 for NaCl targets. ld/testsuite/ * ld-x86-64/ilp32-4-nacl.d: Loosen .shstrtab line regexp to match any file offset. * ld-x86-64/tlsbin-nacl.rd: Update expected code segment PT_LOAD. * ld-x86-64/tlsbindesc-nacl.rd: Likewise. * ld-scripts/rgn-at3.d: XFAIL for *-*-nacl* targets. * ld-scripts/rgn-over8-ok.d: Likewise.
* daily updateAlan Modra2013-08-261-1/+1
|
* daily updateAlan Modra2013-08-251-1/+1
|
* * elf32-tilepro.c (tilepro_elf_finish_dynamic_sections): Don'tMaciej W. Rozycki2013-08-244-7/+18
| | | | | | | set GOT's entry size if there is no ELF section data. * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise. * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_sections): Likewise.
* daily updateAlan Modra2013-08-241-1/+1
|
* Add get_elf_x86_64_arch_dataH.J. Lu2013-08-232-4/+12
| | | | | | * elf64-x86-64.c (get_elf_x86_64_arch_data): New. (get_elf_x86_64_backend_data): Use it. (elf_x86_64_size_dynamic_sections): Likewise.
* PR binutils/15834Nick Clifton2013-08-234-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Fix typos: --- bfd/bfdio.c | 2 +- bfd/elf32-spu.c | 2 +- bfd/elfnn-aarch64.c | 2 +- binutils/od-xcoff.c | 2 +- config/tcl.m4 | 2 +- gas/config/tc-ia64.c | 2 +- gas/config/tc-sparc.c | 2 +- gas/config/tc-z80.c | 12 ++++++------ gas/doc/c-i386.texi | 6 +++--- gas/doc/c-m32r.texi | 2 +- gas/testsuite/gas/d10v/instruction_packing.d | 2 +- gas/testsuite/gas/z80/atend.d | 2 +- gold/object.h | 2 +- include/gdb/remote-sim.h | 2 +- include/opcode/ChangeLog | 2 +- include/opcode/i960.h | 2 +- ld/testsuite/ld-mips-elf/mips16-pic-1.inc | 2 +- opcodes/aarch64-asm.c | 2 +- opcodes/aarch64-dis.c | 2 +- opcodes/msp430-dis.c | 2 +-
* daily updateAlan Modra2013-08-231-1/+1
|
* daily updateAlan Modra2013-08-221-1/+1
|
* 2013-08-21 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-08-213-26/+89
| | | | | | | * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Also count .ovrflo sections. * coffcode.h (coff_compute_section_file_positions): Force match between file offset and vma offset.
* Fix typoNick Clifton2013-08-211-1/+1
|
* * elflink.c (_bfd_elf_merge_symbol): Set *poldbfd, *poldweak,Alan Modra2013-08-212-44/+48
| | | | and *poldalignment before exiting when !relocs_compatible.
* * elflink.c (_bfd_elf_define_linkage_sym): Don't set STV_INTERNALAlan Modra2013-08-212-3/+9
| | | | symbols to STV_HIDDEN.
* daily updateAlan Modra2013-08-211-1/+1
|
* daily updateAlan Modra2013-08-201-1/+1
|
* daily updateAlan Modra2013-08-191-1/+1
|
* daily updateAlan Modra2013-08-181-1/+1
|