From: Costin Lupu Date: Sun, 13 Oct 2019 15:03:32 +0000 (+0300) Subject: Remove the exportsyms.uk file. X-Git-Tag: RELEASE-0.4~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b03bb74146a98b0b529b5b76ef6018e6bacb0e26;p=unikraft%2Flibs%2Fgcc.git Remove the exportsyms.uk file. Signed-off-by: Costin Lupu Reviewed-by: Felipe Huici --- diff --git a/Makefile.uk b/Makefile.uk index ce86cfb..276ab1c 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -95,8 +95,6 @@ LIBBACKTRACE_SRCS-y += $(LIBBACKTRACE_EXTRACTED)/elf.c LIBBACKTRACE_SRCS-y += $(LIBBACKTRACE_EXTRACTED)/mmapio.c LIBBACKTRACE_SRCS-y += $(LIBBACKTRACE_EXTRACTED)/mmap.c -LIBBACKTRACE_EXPORTS = $(LIBGCC_BASE)/libbacktrace/exportsyms.uk - ################################################################################ # libffi code ################################################################################ @@ -119,4 +117,3 @@ LIBFFI_SRCS-y += $(LIBFFI_EXTRACTED)/src/types.c LIBFFI_SRCS-$(CONFIG_ARCH_X86_64) += $(LIBFFI_EXTRACTED)/src/x86/ffi64.c LIBFFI_SRCS-$(CONFIG_ARCH_X86_64) += $(LIBFFI_EXTRACTED)/src/x86/unix64.S -LIBFFI_EXPORTS = $(LIBGCC_BASE)/libffi/exportsyms.uk diff --git a/exportsyms.uk b/exportsyms.uk deleted file mode 100644 index c86c3f3..0000000 --- a/exportsyms.uk +++ /dev/null @@ -1 +0,0 @@ -none \ No newline at end of file diff --git a/libbacktrace/exportsyms.uk b/libbacktrace/exportsyms.uk deleted file mode 100644 index 96f3e86..0000000 --- a/libbacktrace/exportsyms.uk +++ /dev/null @@ -1,6 +0,0 @@ -backtrace_create_state -backtrace_full -backtrace_pcinfo -backtrace_print -backtrace_simple -backtrace_syminfo diff --git a/libffi/exportsyms.uk b/libffi/exportsyms.uk deleted file mode 100644 index c7640a6..0000000 --- a/libffi/exportsyms.uk +++ /dev/null @@ -1,21 +0,0 @@ -ffi_call -ffi_call_go -ffi_prep_cif -ffi_prep_cif_var -ffi_prep_go_closure -ffi_type_complex_double -ffi_type_complex_float -ffi_type_complex_longdouble -ffi_type_double -ffi_type_float -ffi_type_longdouble -ffi_type_pointer -ffi_type_sint16 -ffi_type_sint32 -ffi_type_sint64 -ffi_type_sint8 -ffi_type_uint16 -ffi_type_uint32 -ffi_type_uint64 -ffi_type_uint8 -ffi_type_void