diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-09-18 00:31:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-09-18 00:31:02 +0000 |
commit | 2904037a9543877332009a4910cc8a82a33cc3ec (patch) | |
tree | 9b799509e769b0601601a2279393288345e3ecc4 /gold/testsuite | |
parent | 2596d5b18265cb79aefa1b1afd32b025d18e1265 (diff) | |
download | gdb-2904037a9543877332009a4910cc8a82a33cc3ec.zip gdb-2904037a9543877332009a4910cc8a82a33cc3ec.tar.gz gdb-2904037a9543877332009a4910cc8a82a33cc3ec.tar.bz2 |
* testsuite/memory_test.sh: Adjust for change of 2010-09-10.
Diffstat (limited to 'gold/testsuite')
-rwxr-xr-x | gold/testsuite/memory_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/memory_test.sh b/gold/testsuite/memory_test.sh index 8ff801e..5c172f4 100755 --- a/gold/testsuite/memory_test.sh +++ b/gold/testsuite/memory_test.sh @@ -42,7 +42,7 @@ check memory_test.stdout \ check memory_test.stdout \ " LOAD 0x002000 0x0*00005000 0x0*00005000 0x00000\?2 0x00000\?2 R 0x1000" check memory_test.stdout \ - " LOAD 0x00203c 0x0*00004000 0x0*0000603c 0x0000\?2a 0x0000\?2a R E 0x1000" + " LOAD 0x00203c 0x0*00004000 0x0*0000603c 0x00000\?2 0x00000\?2 R 0x1000" exit 0 |