This is the mail archive of the binutils@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]

PATCH: Don't skip ld-elf/eh[1-4].d for x32


Hi,

I checked in this patch not to skip ld-elf/eh[1-4].d for x32.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.1549
diff -u -p -r1.1549 ChangeLog
--- ChangeLog	22 May 2012 21:42:50 -0000	1.1549
+++ ChangeLog	22 May 2012 21:51:22 -0000
@@ -1,5 +1,12 @@
 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* ld-elf/eh1.d: Don't skip x86_64-*-linux-gnux32.
+	* ld-elf/eh2.d: Likewise.
+	* ld-elf/eh3.d: Likewise.
+	* ld-elf/eh4.d: Likewise.
+
+2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* ld-x86-64/ilp32-11.s Add ".space 0x1000" before func.
 	(func): Make it global and hidden.
 	* ld-x86-64/ilp32-11.d: Updated.
Index: ld-elf/eh1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/eh1.d,v
retrieving revision 1.8
diff -u -p -r1.8 eh1.d
--- ld-elf/eh1.d	4 May 2012 20:01:02 -0000	1.8
+++ ld-elf/eh1.d	22 May 2012 21:51:22 -0000
@@ -3,7 +3,6 @@
 #as: --64
 #ld: -melf_x86_64 -Ttext 0x400078
 #readelf: -wf
-#notarget: x86_64-*-linux-gnux32
 #target: x86_64-*-*
 
 Contents of the .eh_frame section:
Index: ld-elf/eh2.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/eh2.d,v
retrieving revision 1.8
diff -u -p -r1.8 eh2.d
--- ld-elf/eh2.d	4 May 2012 20:01:02 -0000	1.8
+++ ld-elf/eh2.d	22 May 2012 21:51:22 -0000
@@ -3,7 +3,6 @@
 #as: --64
 #ld: -melf_x86_64 -Ttext 0x400078
 #readelf: -wf
-#notarget: x86_64-*-linux-gnux32
 #target: x86_64-*-*
 
 Contents of the .eh_frame section:
Index: ld-elf/eh3.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/eh3.d,v
retrieving revision 1.8
diff -u -p -r1.8 eh3.d
--- ld-elf/eh3.d	4 May 2012 20:01:02 -0000	1.8
+++ ld-elf/eh3.d	22 May 2012 21:51:22 -0000
@@ -3,7 +3,6 @@
 #as: --64
 #ld: -melf_x86_64 -Ttext 0x400078
 #readelf: -wf
-#notarget: x86_64-*-linux-gnux32
 #target: x86_64-*-*
 
 Contents of the .eh_frame section:
Index: ld-elf/eh4.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/eh4.d,v
retrieving revision 1.10
diff -u -p -r1.10 eh4.d
--- ld-elf/eh4.d	22 May 2012 18:42:37 -0000	1.10
+++ ld-elf/eh4.d	22 May 2012 21:51:22 -0000
@@ -3,7 +3,6 @@
 #as: --64
 #ld: -melf_x86_64 -shared -Ttext 0x400
 #readelf: -wf
-#notarget: x86_64-*-linux-gnux32
 #target: x86_64-*-*
 
 Contents of the .eh_frame section:


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