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