diff options
author | Alan Modra <amodra@gmail.com> | 2004-01-18 23:14:13 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-01-18 23:14:13 +0000 |
commit | 3a0875f46cda54b1313afe01adc3d7bb34188a0a (patch) | |
tree | 993f7ed470f893bbf6df69feb45056c1171fa603 /ld/testsuite/ld-i386 | |
parent | 839b32722d3856110b65ab335231ad9ca5ed90f4 (diff) | |
download | gdb-3a0875f46cda54b1313afe01adc3d7bb34188a0a.zip gdb-3a0875f46cda54b1313afe01adc3d7bb34188a0a.tar.gz gdb-3a0875f46cda54b1313afe01adc3d7bb34188a0a.tar.bz2 |
* ld-i386/tlsbin.dd: Adjust for changed sib printing.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r-- | ld/testsuite/ld-i386/tlsbin.dd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-i386/tlsbin.dd b/ld/testsuite/ld-i386/tlsbin.dd index 83c3409..3590122 100644 --- a/ld/testsuite/ld-i386/tlsbin.dd +++ b/ld/testsuite/ld-i386/tlsbin.dd @@ -92,7 +92,7 @@ Disassembly of section .text: # LD -> LE 8049085: 65 a1 00 00 00 00[ ]+mov %gs:0x0,%eax 804908b: 90[ ]+nop * - 804908c: 8d 74 26 00[ ]+lea 0x0\(%esi,1\),%esi + 804908c: 8d 74 26 00[ ]+lea 0x0\(%esi\),%esi 8049090: 90[ ]+nop * 8049091: 90[ ]+nop * 8049092: 8d 90 80 ff ff ff[ ]+lea 0xffffff80\(%eax\),%edx @@ -108,7 +108,7 @@ Disassembly of section .text: # LD -> LE against hidden variables 80490a4: 65 a1 00 00 00 00[ ]+mov %gs:0x0,%eax 80490aa: 90[ ]+nop * - 80490ab: 8d 74 26 00[ ]+lea 0x0\(%esi,1\),%esi + 80490ab: 8d 74 26 00[ ]+lea 0x0\(%esi\),%esi 80490af: 90[ ]+nop * 80490b0: 90[ ]+nop * 80490b1: 8d 90 a0 ff ff ff[ ]+lea 0xffffffa0\(%eax\),%edx |