This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Don't run ld-scripts/pr20302 on linuxaout


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=56a30421eea2253213a567bbe23d67c77c2c6a0f

commit 56a30421eea2253213a567bbe23d67c77c2c6a0f
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Jun 28 19:02:08 2016 +0930

    Don't run ld-scripts/pr20302 on linuxaout
    
    	PR ld/20302
    	* testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.

Diff:
---
 ld/ChangeLog                      | 5 +++++
 ld/testsuite/ld-scripts/pr20302.d | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index be31872..c59fe65 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-28  Alan Modra  <amodra@gmail.com>
+
+	PR ld/20302
+	* testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
+
 2016-06-28  Maciej W. Rozycki  <macro@imgtec.com>
 
 	* testsuite/ld-mips-elf/mips16-branch-2.d: New test.
diff --git a/ld/testsuite/ld-scripts/pr20302.d b/ld/testsuite/ld-scripts/pr20302.d
index ec655dd..36fd53e 100644
--- a/ld/testsuite/ld-scripts/pr20302.d
+++ b/ld/testsuite/ld-scripts/pr20302.d
@@ -1,7 +1,7 @@
 #ld: -Tdata=0x1000 -Tdata=0x2000 -Tcross2.t
 #source: align2a.s
 #objdump: -h
-#notarget: rx-*-* *-*-aout *-*-netbsd x86_64-*-cygwin *-*-vms
+#notarget: rx-*-* *-*-*aout *-*-netbsd x86_64-*-cygwin *-*-vms
 # RX uses non standard section names.
 # AOUT and NETBSD  have fixed address for the data section.
 # x86_64 Cygwin biases all start addresses to be > 2Gb.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]