diff options
Diffstat (limited to 'test/ELF/mips-xgot-order.s')
-rw-r--r-- | test/ELF/mips-xgot-order.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/mips-xgot-order.s b/test/ELF/mips-xgot-order.s index b235c0c6b09c..911731c713cd 100644 --- a/test/ELF/mips-xgot-order.s +++ b/test/ELF/mips-xgot-order.s @@ -20,10 +20,10 @@ # CHECK-NEXT: 20018: 20 42 00 00 addi $2, $2, 0 # CHECK: Contents of section .got: -# CHECK-NEXT: 40000 00000000 80000000 00030000 00040000 +# CHECK-NEXT: 30010 00000000 80000000 00030000 00040000 # ^ %hi(loc) # ^ redundant entry -# CHECK-NEXT: 40010 00020010 00020000 00030000 +# CHECK-NEXT: 30020 00020010 00020000 00030000 # ^ %got(bar) # ^ %got_hi/lo(start) # ^ %got_hi/lo(loc) |