]> xenbits.xensource.com Git - unikraft/libs/gcc.git/commitdiff
Remove the exportsyms.uk file.
authorCostin Lupu <costin.lupu@cs.pub.ro>
Sun, 13 Oct 2019 15:03:32 +0000 (18:03 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Tue, 15 Oct 2019 07:07:01 +0000 (09:07 +0200)
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk
exportsyms.uk [deleted file]
libbacktrace/exportsyms.uk [deleted file]
libffi/exportsyms.uk [deleted file]

index ce86cfb8a0fe885c07775c4958f4c1274c5dd026..276ab1c78e2610871d6f56dacba939fa21453795 100644 (file)
@@ -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 (file)
index c86c3f3..0000000
+++ /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 (file)
index 96f3e86..0000000
+++ /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 (file)
index c7640a6..0000000
+++ /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