Remove the leading zero
* ld-elf/var1.d: Remove the leading zero.
This commit is contained in:
parent
5bf135a788
commit
4cf0f7850b
2 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue