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: Skip gas/elf/group0c.d for Solaris


Hi,

Solaris sets group signature symbols to weak hidden.  I checked in
this patch to skip gas/elf/group0c.d for Solaris.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/testsuite/ChangeLog,v
retrieving revision 1.2107
diff -u -p -r1.2107 ChangeLog
--- ChangeLog	24 Aug 2012 17:57:51 -0000	1.2107
+++ ChangeLog	24 Aug 2012 18:59:48 -0000
@@ -1,5 +1,9 @@
 2012-08-24  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* gas/elf/group0c.d: Skip Solaris.
+
+2012-08-24  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* gas/i386/ilp32/ilp32.exp (gas_64_check): Renamed to ...
 	(gas_x32_check): This.  Check elf32-x86-64.
 	Remove Solaris check.
Index: gas/elf/group0c.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/elf/group0c.d,v
retrieving revision 1.1
diff -u -p -r1.1 group0c.d
--- gas/elf/group0c.d	23 Oct 2010 18:05:09 -0000	1.1
+++ gas/elf/group0c.d	24 Aug 2012 18:59:48 -0000
@@ -1,6 +1,7 @@
 #readelf: -sW
 #name: group section name
 #source: group0.s
+#not-target: *-*-solaris*
 
 #...
 .*NOTYPE[ 	]+LOCAL[ 	]+DEFAULT[ 	]+[0-9]+[ 	]+\.foo_group


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