forked from OSchip/llvm-project
[mips] Fix mips-got16.s following r268900.
$LC0 and $LC1 are no longer present in the symbol table because they are rewritten to .text+offset and .data+offset. llvm-svn: 268911
This commit is contained in:
parent
f9be3bb1d5
commit
dcb98e61c7
|
@ -22,8 +22,6 @@
|
||||||
# CHECK-NEXT: 10028: 8f 88 80 2c lw $8, -32724($gp)
|
# CHECK-NEXT: 10028: 8f 88 80 2c lw $8, -32724($gp)
|
||||||
#
|
#
|
||||||
# CHECK: SYMBOL TABLE:
|
# CHECK: SYMBOL TABLE:
|
||||||
# CHECK: 0001002c .text 00000000 $LC0
|
|
||||||
# CHECK: 00039000 .data 00000000 $LC1
|
|
||||||
# CHECK: 00051008 .data 00000000 .hidden bar
|
# CHECK: 00051008 .data 00000000 .hidden bar
|
||||||
# CHECK: 00000000 *UND* 00000000 foo
|
# CHECK: 00000000 *UND* 00000000 foo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue