]> git.ipfire.org Git - thirdparty/binutils-gdb.git/log
thirdparty/binutils-gdb.git
12 years agodaily update
Alan Modra [Fri, 23 Nov 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 22 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 21 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Roland McGrath [Wed, 21 Nov 2012 20:14:42 +0000 (20:14 +0000)] 
bfd/
* elf-nacl.c (segment_nonexecutable_and_has_contents): Renamed to ...
(segment_eligible_for_headers): ... this.  Take new arguments
MAXPAGESIZE and SIZEOF_HEADERS.  Return false if the first section's
start address doesn't leave space for the headers.
(nacl_modify_segment_map): Update caller.

12 years ago* ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
Roland McGrath [Wed, 21 Nov 2012 19:32:32 +0000 (19:32 +0000)] 
* ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
to PR ld/13802.

12 years agodaily update
Alan Modra [Tue, 20 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agogas/
Roland McGrath [Tue, 20 Nov 2012 17:58:31 +0000 (17:58 +0000)] 
gas/
* config/tc-arm.c (arm_symbol_chars): New variable.
* config/tc-arm.h (tc_symbol_chars): New macro, defined to that.

gas/testsuite/
* gas/arm/macro-pld.s: New file.
* gas/arm/macro-pld.d: New file.

12 years agoThis commit was manufactured by cvs2svn to create branch 'binutils-
nobody [Tue, 20 Nov 2012 17:53:47 +0000 (17:53 +0000)] 
This commit was manufactured by cvs2svn to create branch 'binutils-
2_23-branch'.

Cherrypick from master 2012-11-20 17:53:46 UTC Roland McGrath <roland@gnu.org> 'gas/':
    gas/testsuite/gas/arm/macro-pld.d
    gas/testsuite/gas/arm/macro-pld.s

12 years agoFix opcode for 64-bit jecxz
H.J. Lu [Tue, 20 Nov 2012 14:30:51 +0000 (14:30 +0000)] 
Fix opcode for 64-bit jecxz

gas/testsuite/

PR gas/14859
* gas/i386/x86-64-opcode.s: Add jecxz.
* gas/i386/x86-64-opcode.d: Updated.

opcodes/

PR gas/14859
* i386-opc.tbl: Fix opcode for 64-bit jecxz.
* i386-tbl.h: Regenerated.

12 years agogas/ChangeLog
Yufeng Zhang [Tue, 20 Nov 2012 10:41:56 +0000 (10:41 +0000)] 
gas/ChangeLog

2012-11-20  Yufeng Zhang  <yufeng.zhang@arm.com>

* config/tc-aarch64.c (first_error_fmt): Add ATTRIBUTE_UNUSED to the
local variable "ret".

12 years agoFix TLS LD to LE optimization for x32
H.J. Lu [Tue, 20 Nov 2012 05:57:53 +0000 (05:57 +0000)] 
Fix TLS LD to LE optimization for x32

PR gold/14858
* x86_64.cc (Relocate::tls_ld_to_le): Support x32.

12 years agodaily update
Alan Modra [Mon, 19 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agobfd/ChangeLog
Yufeng Zhang [Mon, 19 Nov 2012 18:46:03 +0000 (18:46 +0000)] 
bfd/ChangeLog

2012-11-19  Joey Ye  <joey.ye@arm.com>

* elf32-arm.c (elf32_arm_final_link_relocate,
case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Align address of
the place being relocated.
(elf32_arm_final_link_relocate, case R_ARM_THM_PC8): Align address
of the place being relocated and truncate addend.
(Pa): New macro.

12 years agodaily update
Alan Modra [Sun, 18 Nov 2012 23:00:07 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 17 Nov 2012 23:00:06 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 16 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 15 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Roland McGrath [Thu, 15 Nov 2012 00:33:28 +0000 (00:33 +0000)] 
bfd/
* elf32-arm.c (elf32_arm_nacl_plt0_entry): Use bic rather than bfc
instruction for data sandboxing.

gold/
* arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
than bfc instruction for data sandboxing.

12 years agodaily update
Alan Modra [Wed, 14 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agoAssemble all sources files in each test
H.J. Lu [Wed, 14 Nov 2012 15:54:05 +0000 (15:54 +0000)] 
Assemble all sources files in each test

* ld-elf/shared.exp (build_cxx_tests): Move out the commented out
test.

* lib/ld-lib.exp (run_ld_link_exec_tests): Assemble all sources
files in each test.

12 years agodaily update
Alan Modra [Tue, 13 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Tristan Gingold [Tue, 13 Nov 2012 15:22:47 +0000 (15:22 +0000)] 
bfd/
2012-11-13  Tristan Gingold  <gingold@adacore.com>

* Makefile.am (RELEASE): Unset.
* Makefile.in: Regenerate.

12 years ago*** empty log message ***
Tristan Gingold [Tue, 13 Nov 2012 14:51:37 +0000 (14:51 +0000)] 
*** empty log message ***

12 years agobfd/
Tristan Gingold [Tue, 13 Nov 2012 14:40:40 +0000 (14:40 +0000)] 
bfd/
2012-11-13  Tristan Gingold  <gingold@adacore.com>

* configure.in: Bump version to 2.23.1
* Makefile.am (RELEASE): Set.
* configure, Makefile.in: Regenerate.

12 years agodaily update
Alan Modra [Mon, 12 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Tristan Gingold [Mon, 12 Nov 2012 09:04:13 +0000 (09:04 +0000)] 
bfd/
2012-11-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

PR target/14788
* elf32-s390.c (elf_s390_relocate_section): Set elf.dynobj for
local ifunc symbols.
* elf64-s390.c (elf_s390_relocate_section): Likewise.

12 years agodaily update
Alan Modra [Sun, 11 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years ago2012-11-07 James Murray <jsm@jsm-net.demon.co.uk>
Sean Keys [Sun, 11 Nov 2012 03:44:49 +0000 (03:44 +0000)] 
2012-11-07  James Murray <jsm@jsm-net.demon.co.uk>

* config/tc-m68hc11.c: Fix R_M68HC12_16B relocation for movb/w

12 years agodaily update
Alan Modra [Sat, 10 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 9 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agogas/
Tristan Gingold [Fri, 9 Nov 2012 14:41:32 +0000 (14:41 +0000)] 
gas/
2012-10-09  Nagajyothi Eggone  <nagajyothi.eggone@amd.com>

* config/tc-i386.c (cpu_arch): Add CPU_BDVER3_FLAGS.
* doc/c-i386.texi: Add -march=bdver3 option.

gas/testsuite/
2012-10-09  Nagajyothi Eggone  <nagajyothi.eggone@amd.com>

* gas/i386/i386.exp: Run bdver3 test cases.
* gas/i386/nops-1-bdver3.d: New.
* gas/i386/arch-10-bdver3.d: New.
* gas/i386/x86-64-nops-1-bdver3.d: New.
* gas/i386/x86-64-arch-2-bdver3.d: New.

opcodes/
2012-10-09  Nagajyothi Eggone  <nagajyothi.eggone@amd.com>

* i386-gen.c (cpu_flag_init): Add CPU_BDVER3_FLAGS.
* i386-init.h: Regenerated.

12 years agodaily update
Alan Modra [Thu, 8 Nov 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 7 Nov 2012 23:00:11 +0000 (23:00 +0000)] 
daily update

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:36:16 +0000 (17:36 +0000)] 
gold/
* i386.cc (Target_i386::relocate_for_relocatable): Remove extraneous
typename from last change.

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:34:23 +0000 (17:34 +0000)] 
gold/
* target.h (Sized_target::relocate_for_relocatable): Use Elf_Off
for offset_in_output_section parameter.
(Sized_target::relocate_special_relocatable): Likewise.
* arm.cc (Target_arm::relocate_for_relocatable): Likewise.
(Target_arm::relocate_special_relocatable): Likewise.
* i386.cc (Target_i386::relocate_for_relocatable): Likewise.
* powerpc.cc (Target_powerpc::relocate_for_relocatable): Likewise.
* sparc.cc (Target_sparc::relocate_for_relocatable): Likewise.
* target-reloc.h (relocate_for_relocatable): Likewise.
* testsuite/testfile.cc (Target_test): Likewise.
* tilegx.cc (Target_tilegx::relocate_for_relocatable): Likewise.
* x86_64.cc (Target_x86_64::relocate_for_relocatable): Likewise.

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:33:49 +0000 (17:33 +0000)] 
gold/
* system.h: Move inclusion of <clocale> to after <libintl.h> in
[ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:33:11 +0000 (17:33 +0000)] 
gold/
* descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
parameter, which is unused in the [!F_SETFD] case.

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:31:30 +0000 (17:31 +0000)] 
gold/
* dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
SYMNDX to off_t before comparing it to this->data_size().
* output.cc (Output_symtab_xindex::endian_do_write): Likewise.
* incremental.cc (Output_section_incremental_inputs::do_write):
Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.

12 years agogold/
Roland McGrath [Wed, 7 Nov 2012 17:30:46 +0000 (17:30 +0000)] 
gold/
* nacl.cc: Include "libiberty.h" for vasprintf declaration.

12 years agodaily update
Alan Modra [Tue, 6 Nov 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agold/testsuite/
Tristan Gingold [Tue, 6 Nov 2012 08:22:19 +0000 (08:22 +0000)] 
ld/testsuite/
2012-10-16  Sofiane Naci  <sofiane.naci@arm.com>

* ld-aarch64/tlsle-symbol-offset.s: New file.
* ld-aarch64/tlsle-symbol-offset.d: New file.
* ld-aarch64/aarch64-elf.exp: Add tlsle-symbol-offset test.

12 years agodaily update
Alan Modra [Mon, 5 Nov 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years ago * configure.in: Apply 2012-09-10 change to config.in here.
Alan Modra [Mon, 5 Nov 2012 12:39:45 +0000 (12:39 +0000)] 
* configure.in: Apply 2012-09-10 change to config.in here.

12 years agodaily update
Alan Modra [Sun, 4 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 3 Nov 2012 23:00:11 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 2 Nov 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 1 Nov 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 31 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years ago PR binutils/14779
Nick Clifton [Wed, 31 Oct 2012 11:45:12 +0000 (11:45 +0000)] 
PR binutils/14779
* configure.in: Add checks for wchar.h and mbstate_t.
* config.in: Regenerate.
* configure: Regenerate.
* readelf.c: Conditionally include wchar.h.
(print_symbol): Conditionally use mbstate_t.

12 years agodaily update
Alan Modra [Mon, 29 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years ago* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
Sean Keys [Mon, 29 Oct 2012 19:55:39 +0000 (19:55 +0000)] 
* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
R_XGATE_16

12 years ago* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
Sean Keys [Mon, 29 Oct 2012 18:22:55 +0000 (18:22 +0000)] 
* elf32-xgate.c(elf_xgate_howto_table): Fix src and dest mask for
R_XGATE_16

12 years agoThis commit was manufactured by cvs2svn to create branch 'binutils-
nobody [Mon, 29 Oct 2012 09:25:16 +0000 (09:25 +0000)] 
This commit was manufactured by cvs2svn to create branch 'binutils-
2_23-branch'.

Cherrypick from master 2012-10-29 09:25:15 UTC Alan Modra <amodra@gmail.com> ' * gas/cfi/cfi.exp: Remove redundant ppc test.  Exclude':
    gas/testsuite/gas/i386/arch-10-bdver3.d
    gas/testsuite/gas/i386/nops-1-bdver3.d
    gas/testsuite/gas/i386/x86-64-arch-2-bdver3.d
    gas/testsuite/gas/i386/x86-64-nops-1-bdver3.d
    gas/testsuite/gas/ppc/altivec2.d
    gas/testsuite/gas/ppc/altivec2.s
    gas/testsuite/gas/z8k/translate-ops.d
    gas/testsuite/gas/z8k/translate-ops.s
    ld/testsuite/ld-aarch64/tlsle-symbol-offset.d
    ld/testsuite/ld-aarch64/tlsle-symbol-offset.s

12 years agodaily update
Alan Modra [Sun, 28 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 27 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 26 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 25 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 24 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Tue, 23 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Mon, 22 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Tristan Gingold [Mon, 22 Oct 2012 14:08:05 +0000 (14:08 +0000)] 
bfd/
2012-10-22  Tristan Gingold  <gingold@adacore.com>

* configure.in: Bump version to 2.23.0
* Makefile.am (RELEASE): Unset.
* configure, Makefile.in: Regenerate.

12 years agobinutils/
Tristan Gingold [Mon, 22 Oct 2012 12:01:39 +0000 (12:01 +0000)] 
binutils/
2012-10-21  H.J. Lu  <hongjiu.lu@intel.com>

* objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
bfd_mach_x64_32_intel_syntax.

12 years agodaily update
Alan Modra [Sun, 21 Oct 2012 23:00:11 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 20 Oct 2012 23:00:11 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 19 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agobfd/
Tristan Gingold [Fri, 19 Oct 2012 13:02:22 +0000 (13:02 +0000)] 
bfd/
2012-10-16  Sofiane Naci  <sofiane.naci@arm.com>

* elf64-aarch64.c (elf64_aarch64_tls_howto_table): Fix shift value for
R_AARCH64_TLSIE_LD_GOTTPREL_PREL19, R_AARCH64_TLSLE_MOVW_TPREL_G2,
R_AARCH64_TLSLE_MOVW_TPREL_G1, R_AARCH64_TLSLE_MOVW_TPREL_G1_NC,
R_AARCH64_TLSLE_ADD_TPREL_HI12.
(elf64_aarch64_tlsdesc_howto_table): Fix shift value for
R_AARCH64_TLSDESC_LD64_PREL19 and R_AARCH64_TLSDESC_OFF_G1.
(elf64_aarch64_final_link_relocate): Add signed_addend when resolving
AARCH64_TLSLE_*_TPREL_* relocations.

12 years agodaily update
Alan Modra [Thu, 18 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 17 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Tue, 16 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Mon, 15 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sun, 14 Oct 2012 23:00:08 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 13 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 12 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 11 Oct 2012 23:00:12 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 10 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Tue, 9 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Mon, 8 Oct 2012 23:00:11 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sun, 7 Oct 2012 23:00:10 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 6 Oct 2012 23:00:09 +0000 (23:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 6 Oct 2012 00:00:09 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 5 Oct 2012 00:00:07 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 4 Oct 2012 00:00:09 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 3 Oct 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Tue, 2 Oct 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Mon, 1 Oct 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sun, 30 Sep 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 29 Sep 2012 00:00:09 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 28 Sep 2012 00:00:07 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 27 Sep 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Wed, 26 Sep 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Tue, 25 Sep 2012 00:00:10 +0000 (00:00 +0000)] 
daily update

12 years agobfd/
Tristan Gingold [Mon, 24 Sep 2012 12:24:44 +0000 (12:24 +0000)] 
bfd/
2012-09-20  Walter Lee  <walt@tilera.com>

* elf32-tilepro.c (tilepro_elf_relocate_section): Adjust got
relocations with value of hgot.
* elfxx-tilegx.c (tilegx_elf_relocate_section): Ditto.

12 years agobfd/
Tristan Gingold [Mon, 24 Sep 2012 12:22:49 +0000 (12:22 +0000)] 
bfd/
2012-09-18  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/14591
* elf-bfd.h (_bfd_elf_merge_symbol): Add an argument to return
if the old symbol is weak.

* elf32-sh-symbian.c (sh_symbian_relocate_section): Update
_bfd_elf_merge_symbol call.

* elflink.c (_bfd_elf_merge_symbol): Add an argument to return
if the old symbol is weak.
(_bfd_elf_add_default_symbol): Update _bfd_elf_merge_symbol
call.
(elf_link_add_object_symbols): Don't update symbol type from a
weak definition.  Update symbol type from a common symbol when
overriding a weak symbol.

ld/testsuite/
2012-09-18  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/14591
* ld-elf/comm-data.exp (run_ld_link_tests): Add comm-data3a and
comm-data3b tests.

* ld-ifunc/ifunc.exp (run_ld_link_exec_tests): New.

* ld-elf/comm-data3.sd: New file.
* ld-elf/comm-data3a.s: Likewise.
* ld-elf/comm-data3b.s: Likewise.
* ld-ifunc/ifunc-17a-i386.d: Likewise.
* ld-ifunc/ifunc-17a-x86-64.d: Likewise.
* ld-ifunc/ifunc-17a.s: Likewise.
* ld-ifunc/ifunc-17b-i386.d: Likewise.
* ld-ifunc/ifunc-17b-x86-64.d: Likewise.
* ld-ifunc/ifunc-17b.s: Likewise.
* ld-ifunc/ifunc-common-1.out: Likewise.
* ld-ifunc/ifunc-common-1a.c: Likewise.
* ld-ifunc/ifunc-common-1b.c: Likewise.

12 years agodaily update
Alan Modra [Mon, 24 Sep 2012 00:00:11 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sun, 23 Sep 2012 00:00:10 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Sat, 22 Sep 2012 00:00:10 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Fri, 21 Sep 2012 00:00:09 +0000 (00:00 +0000)] 
daily update

12 years agodaily update
Alan Modra [Thu, 20 Sep 2012 00:00:08 +0000 (00:00 +0000)] 
daily update

12 years agoFix ChangeLog gliches.
Tristan Gingold [Wed, 19 Sep 2012 14:12:27 +0000 (14:12 +0000)] 
Fix ChangeLog gliches.

12 years agoThis commit was manufactured by cvs2svn to create branch 'binutils-
nobody [Wed, 19 Sep 2012 00:53:31 +0000 (00:53 +0000)] 
This commit was manufactured by cvs2svn to create branch 'binutils-
2_23-branch'.

Cherrypick from master 2012-09-19 00:53:30 UTC H.J. Lu <hjl.tools@gmail.com> 'Properly handle common symbol and weak function':
    ld/testsuite/ld-elf/comm-data3.sd
    ld/testsuite/ld-elf/comm-data3a.s
    ld/testsuite/ld-elf/comm-data3b.s
    ld/testsuite/ld-ifunc/ifunc-17a-i386.d
    ld/testsuite/ld-ifunc/ifunc-17a-x86-64.d
    ld/testsuite/ld-ifunc/ifunc-17a.s
    ld/testsuite/ld-ifunc/ifunc-17b-i386.d
    ld/testsuite/ld-ifunc/ifunc-17b-x86-64.d
    ld/testsuite/ld-ifunc/ifunc-17b.s
    ld/testsuite/ld-ifunc/ifunc-common-1.out
    ld/testsuite/ld-ifunc/ifunc-common-1a.c
    ld/testsuite/ld-ifunc/ifunc-common-1b.c