[PowerPC] Fix typo in _ctx_start on ppc32
Theoretically, this was breaking the size calculation for the symbol. Noticed when doing a readthrough. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D22525
This commit is contained in:
@@ -48,6 +48,6 @@
|
|||||||
addis %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@ha
|
addis %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@ha
|
||||||
addi %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@l
|
addi %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@l
|
||||||
bl PIC_PLT(CNAME(abort)) /* abort */
|
bl PIC_PLT(CNAME(abort)) /* abort */
|
||||||
END(_cts_start)
|
END(_ctx_start)
|
||||||
|
|
||||||
.section .note.GNU-stack,"",%progbits
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
|||||||
Reference in New Issue
Block a user