mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
i386: Update tests for -z separate-code
"-z separate-code" generates: 0x00002080 00200000 00000000 00000000 00000000 . .............. There is a space ' ', instead of '.'. Update these tests to expect ".*". * testsuite/ld-i386/pr19636-1a.d: Updated. * testsuite/ld-i386/pr19636-1b.d: Likewise. * testsuite/ld-i386/pr19636-1j.d: Likewise. * testsuite/ld-i386/pr19636-1k.d: Likewise. * testsuite/ld-i386/pr19636-2a.d: Likewise. * testsuite/ld-i386/pr19636-2b.d: Likewise.
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
2018-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/ld-i386/pr19636-1a.d: Updated.
|
||||
* testsuite/ld-i386/pr19636-1b.d: Likewise.
|
||||
* testsuite/ld-i386/pr19636-1j.d: Likewise.
|
||||
* testsuite/ld-i386/pr19636-1k.d: Likewise.
|
||||
* testsuite/ld-i386/pr19636-2a.d: Likewise.
|
||||
* testsuite/ld-i386/pr19636-2b.d: Likewise.
|
||||
|
||||
2018-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/ld-i386/i386.exp: Add -z noseparate-code.
|
||||
|
@ -13,4 +13,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
@ -16,4 +16,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
@ -10,4 +10,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
@ -17,4 +17,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
@ -16,4 +16,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
@ -17,4 +17,4 @@ Hex dump of section '.got':
|
||||
0x[0-9a-f]+ [0 ]+\.+
|
||||
|
||||
Hex dump of section '.got.plt':
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .\.+
|
||||
0x[0-9a-f]+ +[0-9a-f]+ +[0 ]+ .*
|
||||
|
Reference in New Issue
Block a user