mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2010-09-08 Rafael Espindola <espindola@google.com>
* Makefile.am (memory_test.stdout): Run readelf with -W * Makefile.in: Regenerate. * testsuite/memory_test.sh: Make the regexps accept both 32 and 64 bit outputs.
This commit is contained in:
@@ -36,13 +36,13 @@ check()
|
||||
}
|
||||
|
||||
check memory_test.stdout \
|
||||
" LOAD 0x001000 0x00000000 0x00000000 0x00002 0x00002 R 0x1000"
|
||||
" LOAD 0x001000 0x0*00000000 0x0*00000000 0x00000\?2 0x00000\?2 R 0x1000"
|
||||
check memory_test.stdout \
|
||||
" LOAD 0x00112c 0x00001000 0x0000012c 0x00002 0x00002 R 0x1000"
|
||||
" LOAD 0x00112c 0x0*00001000 0x0*0000012c 0x00000\?2 0x00000\?2 R 0x1000"
|
||||
check memory_test.stdout \
|
||||
" LOAD 0x002000 0x00005000 0x00005000 0x00002 0x00002 R 0x1000"
|
||||
" LOAD 0x002000 0x0*00005000 0x0*00005000 0x00000\?2 0x00000\?2 R 0x1000"
|
||||
check memory_test.stdout \
|
||||
" LOAD 0x00203c 0x00004000 0x0000603c 0x0002a 0x0002a R E 0x1000"
|
||||
" LOAD 0x00203c 0x0*00004000 0x0*0000603c 0x0000\?2a 0x0000\?2a R E 0x1000"
|
||||
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user