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]

Re: PR14962 fix


On Mon, Dec 17, 2012 at 6:55 AM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Mon, Dec 17, 2012 at 5:44 AM, Alan Modra <amodra@gmail.com> wrote:
>> On Sun, Dec 16, 2012 at 04:23:19PM -0800, H.J. Lu wrote:
>>> We need a testcase to verify that it works as
>>> expected.
>>
>> I have one to add, but currently it fails on a number of targets.
>>
>
> I checked in this one for ELF targets.
>

I checked another update.

-- 
H.J.
----
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ChangeLog,v
retrieving revision 1.1649
diff -u -p -r1.1649 ChangeLog
--- ChangeLog	17 Dec 2012 16:56:05 -0000	1.1649
+++ ChangeLog	17 Dec 2012 17:19:42 -0000
@@ -1,3 +1,7 @@
+2012-12-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* ld-elf/var1.d: Remove the leading zero.
+
 2012-12-17  Nick Clifton  <nickc@redhat.com>

 	* ld-elf/frame.exp: Add copyright notice.
Index: ld-elf/var1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/var1.d,v
retrieving revision 1.2
diff -u -p -r1.2 var1.d
--- ld-elf/var1.d	17 Dec 2012 15:37:39 -0000	1.2
+++ ld-elf/var1.d	17 Dec 2012 17:19:42 -0000
@@ -2,9 +2,9 @@
 #nm: -n

 #...
-0[0-9a-f]* D var1
+[0-9a-f]* D var1
 #...
-0[0-9a-f]*3 A var2
+[0-9a-f]*3 A var2
 #...
-0[0-9a-f]* D var3
+[0-9a-f]* D var3
 #pass


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