mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 21:29:20 +02:00
Make work again.
2005-03-14 Matthias Clasen <mclasen@redhat.com> * abicheck.sh: Make work again. * gsourceclosure.c: Fix a typo.
This commit is contained in:
committed by
Matthias Clasen
parent
fc28997f23
commit
c0ad28bae6
@@ -1,5 +1,9 @@
|
||||
2005-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* abicheck.sh: Make work again.
|
||||
|
||||
* gsourceclosure.c: Fix a typo.
|
||||
|
||||
Make PLT-reduction work with gcc4, and don't include
|
||||
everything in gobjectalias.h:
|
||||
|
||||
|
@@ -5,7 +5,7 @@ egrep '^#([^i]|if).*[^\]$' "${top_builddir:-..}/glibconfig.h" > glibconfig.cpp
|
||||
INCLUDES="-include ${top_builddir:-..}/config.h"
|
||||
INCLUDES="$INCLUDES -include glibconfig.cpp"
|
||||
|
||||
cpp -P $INCLUDES ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
||||
cpp -P -DALL_FILES $INCLUDES ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE$//' | sort > expected-abi
|
||||
rm glibconfig.cpp
|
||||
|
||||
nm -D .libs/libgobject-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
|
||||
|
@@ -191,5 +191,5 @@ g_source_set_closure (GSource *source,
|
||||
}
|
||||
}
|
||||
|
||||
#define __G_SOURCE_CLOSURE_C__
|
||||
#define __G_SOURCECLOSURE_C__
|
||||
#include "gobjectaliasdef.c"
|
||||
|
Reference in New Issue
Block a user