diff options
author | Alan Modra <amodra@gmail.com> | 2003-10-23 09:03:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-10-23 09:03:02 +0000 |
commit | 5aa04fdff8518bdf9e0d5517ad66213407fef9ab (patch) | |
tree | b043386138db2897c780b14ac2a05d05bb3c6f73 /ld/testsuite/ld-powerpc/tlstoc.d | |
parent | 0d4792f716ceaa86e4069e0e7b69f9f2037e591e (diff) | |
download | gdb-5aa04fdff8518bdf9e0d5517ad66213407fef9ab.zip gdb-5aa04fdff8518bdf9e0d5517ad66213407fef9ab.tar.gz gdb-5aa04fdff8518bdf9e0d5517ad66213407fef9ab.tar.bz2 |
* ld-powerpc/tlsexetoc.d: Correct.
* ld-powerpc/tlstoc.d: Correct.
Diffstat (limited to 'ld/testsuite/ld-powerpc/tlstoc.d')
-rw-r--r-- | ld/testsuite/ld-powerpc/tlstoc.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-powerpc/tlstoc.d b/ld/testsuite/ld-powerpc/tlstoc.d index b6b2dfe..c111a5d 100644 --- a/ld/testsuite/ld-powerpc/tlstoc.d +++ b/ld/testsuite/ld-powerpc/tlstoc.d @@ -15,13 +15,13 @@ Disassembly of section \.text: .* <_start>: .* 3c 6d 00 00 addis r3,r13,0 .* 60 00 00 00 nop -.* 38 63 90 58 addi r3,r3,-28584 +.* 38 63 90 40 addi r3,r3,-28608 .* 3c 6d 00 00 addis r3,r13,0 .* 60 00 00 00 nop .* 38 63 10 00 addi r3,r3,4096 .* 3c 6d 00 00 addis r3,r13,0 .* 60 00 00 00 nop -.* 38 63 90 58 addi r3,r3,-28584 +.* 38 63 90 48 addi r3,r3,-28600 .* 3c 6d 00 00 addis r3,r13,0 .* 60 00 00 00 nop .* 38 63 10 00 addi r3,r3,4096 @@ -31,7 +31,7 @@ Disassembly of section \.text: .* e9 22 80 40 ld r9,-32704\(r2\) .* 7d 49 18 2a ldx r10,r9,r3 .* 3d 2d 00 00 addis r9,r13,0 -.* a1 49 90 a0 lhz r10,-28512\(r9\) +.* a1 49 90 68 lhz r10,-28568\(r9\) .* 89 4d 90 70 lbz r10,-28560\(r13\) .* 3d 2d 00 00 addis r9,r13,0 .* 99 49 90 78 stb r10,-28552\(r9\) |