From 5539543092c89ff1d219585f11d3f9e5a0c8c74f Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 2 Feb 2019 02:00:26 -0500 Subject: __ntapi_tt_seh_frame(): apply hidden visibility. --- src/seh/nt32/ntapi_tt_seh_frame.s | 6 ------ src/seh/nt64/ntapi_tt_seh_frame.s | 6 ------ 2 files changed, 12 deletions(-) (limited to 'src/seh') diff --git a/src/seh/nt32/ntapi_tt_seh_frame.s b/src/seh/nt32/ntapi_tt_seh_frame.s index 661d690..bca2021 100644 --- a/src/seh/nt32/ntapi_tt_seh_frame.s +++ b/src/seh/nt32/ntapi_tt_seh_frame.s @@ -13,9 +13,3 @@ ___ntapi_tt_seh_frame: movl 16(%esp),%eax jmp *%eax - - .section .got$___ntapi_tt_seh_frame,"r" - .global __imp____ntapi_tt_seh_frame -__imp____ntapi_tt_seh_frame: - .long ___ntapi_tt_seh_frame - .linkonce discard diff --git a/src/seh/nt64/ntapi_tt_seh_frame.s b/src/seh/nt64/ntapi_tt_seh_frame.s index 11e6aef..74ad099 100644 --- a/src/seh/nt64/ntapi_tt_seh_frame.s +++ b/src/seh/nt64/ntapi_tt_seh_frame.s @@ -35,9 +35,3 @@ __ntapi_tt_seh_frame: ret .seh_endproc - - .section .got$__ntapi_tt_seh_frame,"r" - .global __imp___ntapi_tt_seh_frame -__imp___ntapi_tt_seh_frame: - .quad __ntapi_tt_seh_frame - .linkonce discard -- cgit v1.2.3