Remove ABI checking scripts

Before this commit, the only difference between the expected and actual
ABI were the addition of _init and _fini symbols in each module (now
that regexp-based export control is not catching those).
This commit is contained in:
Ryan Lortie
2013-01-13 23:31:45 -05:00
parent 304950a7ac
commit dbf447292d
11 changed files with 1 additions and 4007 deletions

View File

@@ -10,7 +10,6 @@ AM_CPPFLAGS = \
EXTRA_DIST += \
makefile.msc.in \
gmoduleconf.h.in \
gmodule.symbols \
gmodule-dl.c \
gmodule-dld.c \
gmodule-dyld.c \

View File

@@ -1,14 +0,0 @@
g_module_build_path
g_module_close
g_module_error
g_module_make_resident
#ifndef _WIN64
g_module_name PRIVATE
#endif
g_module_name_utf8
#ifndef _WIN64
g_module_open PRIVATE
#endif
g_module_open_utf8
g_module_supported
g_module_symbol