diff options
Diffstat (limited to 'test/ELF/mips-gp-disp.s')
| -rw-r--r-- | test/ELF/mips-gp-disp.s | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/ELF/mips-gp-disp.s b/test/ELF/mips-gp-disp.s index a08829c18bd4..7a0fd6409d18 100644 --- a/test/ELF/mips-gp-disp.s +++ b/test/ELF/mips-gp-disp.s @@ -11,17 +11,20 @@ # REQUIRES: mips -# INT-SO-NOT: Name: _gp_disp +# INT-SO: Name: _gp_disp +# INT-SO-NEXT: Value: +# INT-SO-NEXT: Size: +# INT-SO-NEXT: Binding: Local # EXT-SO: Name: _gp_disp -# EXT-SO-NEXT: Value: 0x20010 +# EXT-SO-NEXT: Value: 0x20000 # DIS: Disassembly of section .text: # DIS-NEXT: __start: # DIS-NEXT: 10000: 3c 08 00 01 lui $8, 1 # DIS-NEXT: 10004: 21 08 7f f0 addi $8, $8, 32752 # ^-- 0x37ff0 & 0xffff -# DIS: 00027ff0 *ABS* 00000000 _gp +# DIS: 00027ff0 .got 00000000 .hidden _gp # REL: Relocations [ # REL-NEXT: ] |
