summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-08-11 04:10:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-08-11 04:10:18 +0000
commitf4437de139e5d20219c84f54b9e8c20dbf32ceb7 (patch)
tree6b5a81ad36c60f7fe985d7c40eb61abec1f9e556 /gdk-pixbuf/ChangeLog
parent4a465af574c6e0f3ded49578492364ca2ad9a6fe (diff)
downloadgdk-pixbuf-f4437de139e5d20219c84f54b9e8c20dbf32ceb7.tar.gz
Add hidden aliases for exported symbols which are used internally in order
Tue Aug 10 23:53:59 2004 Matthias Clasen <maclas@gmx.de> Add hidden aliases for exported symbols which are used internally in order to get rid of many PLT entries. (#145519, Arjan van de Ven) * gdk/Makefile.am: Add rules to generate gdk_pixbuf.def and gdk-pixbuf-alias.h from gdk-pixbuf.symbols, and make make check check the abi with abicheck.sh. * gdk/gdk-pixbuf.symbols: New file. Definition of the gdk-pixbuf ABI. The file can be processed by cpp to filter out certain subsets of symbols. * gdk/abicheck.sh: New file. Script to check the actually symbols exported from libgdk_pibuf.2.0.so against the symbols found in gdk-pixbuf.symbols. * gdk/makegdkpixbufalias.pl: New file. Perl script to generate the header containing the alias definitions for internally used exported symbols from a list of symbols. * *.c: Include gdk-pixbuf-alias.h
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index 13f0466a6..adf4104b6 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,27 @@
+Tue Aug 10 23:53:59 2004 Matthias Clasen <maclas@gmx.de>
+
+ Add hidden aliases for exported symbols which are
+ used internally in order to get rid of many PLT
+ entries. (#145519, Arjan van de Ven)
+
+ * gdk/Makefile.am: Add rules to generate gdk_pixbuf.def and
+ gdk-pixbuf-alias.h from gdk-pixbuf.symbols, and make make
+ check check the abi with abicheck.sh.
+
+ * gdk/gdk-pixbuf.symbols: New file. Definition of the gdk-pixbuf
+ ABI. The file can be processed by cpp to filter out certain
+ subsets of symbols.
+
+ * gdk/abicheck.sh: New file. Script to check the actually
+ symbols exported from libgdk_pibuf.2.0.so against the symbols
+ found in gdk-pixbuf.symbols.
+
+ * gdk/makegdkpixbufalias.pl: New file. Perl script to generate the
+ header containing the alias definitions for internally used
+ exported symbols from a list of symbols.
+
+ * *.c: Include gdk-pixbuf-alias.h
+
2004-08-06 Hans Breuer <hans@breuer.org>
* gdk_pixbuf.def makefile.msc : updated