[ELF][MIPS] Update comments in test cases. NFC

This is a follow-up to the r332374.

llvm-svn: 333516
This commit is contained in:
Simon Atanasyan 2018-05-30 08:48:53 +00:00
parent 64fcb04950
commit ad6142d57b
2 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,7 @@
# REL-NEXT: 0030 3c080000 2108010c 8f82ffcc
# ^-- %hi(_gp_disp)
# ^-- %lo(_gp_disp)
# ^-- 8 - (0x10c - 0x100)
# ^-- 8 - (0x13c - 0x100)
# G - (GP - .got)
# REL: Contents of section .reginfo:
@ -40,7 +40,8 @@
# REL: Contents of section .data:
# REL-NEXT: 00f0 fffffef4
# ^-- 0-0x10c
# ^-- 0x30-0x13c
# foo - GP
# REL: 00000030 .text 00000000 foo
# REL: 00000000 *ABS* 00000000 .hidden _gp_disp
@ -60,7 +61,8 @@
# ABS: Contents of section .data:
# ABS-NEXT: 00f0 fffffe30
# ^-- 0-0x200
# ^-- 0x30-0x200
# foo - GP
# ABS: 00000030 .text 00000000 foo
# ABS: 00000000 *ABS* 00000000 .hidden _gp_disp

View File

@ -41,4 +41,4 @@ foo:
# CHECK: Name: _gp (5)
# CHECK-NEXT: Value: 0x80E0
# ^-- 0xE0 + 0x7ff0
# ^-- 0xF0 + 0x7ff0