diff options
| author | Brandon Bergren <bdragon@FreeBSD.org> | 2019-11-23 23:41:21 +0000 |
|---|---|---|
| committer | Brandon Bergren <bdragon@FreeBSD.org> | 2019-11-23 23:41:21 +0000 |
| commit | 0ee420b6082c15bcb55765c0b15a72193991ce82 (patch) | |
| tree | 320bb49051c49683ab78bb850ed4c3f1255520ca /lib/libc/powerpc | |
| parent | a638bf2a765eecd2d7789a139416867c44ecf72c (diff) | |
Notes
Diffstat (limited to 'lib/libc/powerpc')
| -rw-r--r-- | lib/libc/powerpc/gen/_ctx_start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/powerpc/gen/_ctx_start.S b/lib/libc/powerpc/gen/_ctx_start.S index 70b4a9d91c8ca..d6445941168dd 100644 --- a/lib/libc/powerpc/gen/_ctx_start.S +++ b/lib/libc/powerpc/gen/_ctx_start.S @@ -48,6 +48,6 @@ addis %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@ha addi %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@l bl PIC_PLT(CNAME(abort)) /* abort */ - END(_cts_start) + END(_ctx_start) .section .note.GNU-stack,"",%progbits |
