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/binutils-2_31-branch] ld-x86-64/pr23486b.d: Swap pr23486a.s and pr23486a.s


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

commit a69de9c7cf6b9ce51eab20fc0d6499459a0e2ca8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun Aug 12 05:39:00 2018 -0700

    ld-x86-64/pr23486b.d: Swap pr23486a.s and pr23486a.s
    
    Swap pr23486a.s and pr23486a.s so that pr23486b.d differs from pr23486a.d.
    
    	* testsuite/ld-x86-64/pr23486b.d: Swap pr23486a.s and pr23486a.s.
    
    (cherry picked from commit 988daa317c01a610b5298bbcd80be8642ee66094)

Diff:
---
 ld/ChangeLog                      | 4 ++++
 ld/testsuite/ld-x86-64/pr23486b.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index b814d67..fb979d7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
 2018-08-12  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* testsuite/ld-x86-64/pr23486b.d: Swap pr23486a.s and pr23486a.s.
+
+2018-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
 	PR ld/23428
 	* testsuite/ld-elf/dummy.s: New file.
 	* testsuite/ld-elf/linux-x86.S: Add X86_FEATURE_1_AND property.
diff --git a/ld/testsuite/ld-x86-64/pr23486b.d b/ld/testsuite/ld-x86-64/pr23486b.d
index dc2b7bf..dd0fe88 100644
--- a/ld/testsuite/ld-x86-64/pr23486b.d
+++ b/ld/testsuite/ld-x86-64/pr23486b.d
@@ -1,5 +1,5 @@
-#source: pr23486a.s
 #source: pr23486b.s
+#source: pr23486a.s
 #as: --64 -defsym __64_bit__=1
 #ld: -r -m elf_x86_64
 #readelf: -n


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