Remove the leading zero

* ld-elf/var1.d: Remove the leading zero.
This commit is contained in:
H.J. Lu 2012-12-17 17:20:07 +00:00
parent 5bf135a788
commit 4cf0f7850b
2 changed files with 7 additions and 3 deletions

View file

@ -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.

View file

@ -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