mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add new symbols.
2004-10-26 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: Add new symbols. * abicheck.sh: Don't include symbols which are just in the symbols list for .defs file compatibility.
This commit is contained in:
parent
18de636289
commit
45698f6ecf
@ -1,3 +1,8 @@
|
||||
2004-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* abicheck.sh: Don't include symbols which are just in the
|
||||
symbols list for .defs file compatibility.
|
||||
|
||||
2004-10-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
cpp -P -DG_OS_UNIX -DINCLUDE_INTERNAL_SYMBOLS ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' | sort > expected-abi
|
||||
cpp -P -DG_OS_UNIX ${srcdir:-.}/gobject.symbols | sed -e '/^$/d' | sort > expected-abi
|
||||
nm -D .libs/libgobject-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
|
||||
diff -u expected-abi actual-abi && rm expected-abi actual-abi
|
||||
|
Loading…
Reference in New Issue
Block a user