From d0625dc2ccd0f720b225e1f50b618845b5ca9b4b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 5 Jun 2015 02:20:20 -0400 Subject: weak symbols: remove the previously used workaround, as it is no longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc. --- arch/nt64/weak/nt64/__fpurge_sym.s | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 arch/nt64/weak/nt64/__fpurge_sym.s (limited to 'arch/nt64/weak/nt64/__fpurge_sym.s') diff --git a/arch/nt64/weak/nt64/__fpurge_sym.s b/arch/nt64/weak/nt64/__fpurge_sym.s deleted file mode 100644 index fab553f..0000000 --- a/arch/nt64/weak/nt64/__fpurge_sym.s +++ /dev/null @@ -1,4 +0,0 @@ - .global fpurge - .def fpurge; .scl 2; .type 32; .endef -fpurge: - jmp __fpurge -- cgit v1.2.3