summaryrefslogtreecommitdiff
path: root/gdk/abicheck.sh
Commit message (Collapse)AuthorAgeFilesLines
* Distcheck fixesMatthias Clasen2010-06-081-1/+1
|
* Fix up abi checkingMatthias Clasen2010-06-071-1/+1
| | | | | The abicheck script was hardcoding assumptions about XI2 being used, making it fail on e.g. RHEL5.
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-111-1/+1
| | | | They are added by the binutils gold linker.
* Fix abicheck scriptsMatthias Clasen2010-05-101-1/+1
|
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
| | | | | | | | 2006-09-10 Matthias Clasen <mclasen@redhat.com> * Commit a patch by Behdad to fix typos, omissions and other errors in the symbol aliasing, and add checks for local PLT entries. (#354687, Behdad Esfahbod)
* Make this work on more platforms.Matthias Clasen2006-01-141-1/+1
| | | | | | 2006-01-13 Matthias Clasen <mclasen@redhat.com> * */abicheck.sh: Make this work on more platforms.
* Tighten up ABI checking a bitMatthias Clasen2005-08-071-2/+2
|
* Make make check happierMatthias Clasen2005-06-151-1/+1
|
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+1
| | | | | | | | | | | | | | | | | 2005-03-15 Matthias Clasen <mclasen@redhat.com> Make PLT-reduction work with gcc4, and don't include everything in gdkalias.h: * gdk/gdk.symbols: Group symbols by header and source file. * gdk/makegdkalias.pl: Protect definitions by the same preprocessor symbols used to guard the headers. Move the alias declarations to a separate file which is produced when calling makegdkalias.pl -def * gdk/Makefile.am (gdkaliasdef.c): Add a rule to generate this file. * gdk/*.c, gdk/x11/*.c: Include gdkalias.h after the other headers, include gdkaliasdef.c at the bottom.
* gdk/abicheck.sh filter out G_GNUC stuff when doing the compare.Manish Singh2004-11-251-1/+1
| | | | | | | | | | Thu Nov 25 14:32:35 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: filter out G_GNUC stuff when doing the compare. * gtk/gtkmenuitem.c (gtk_menu_shell_button_release): add GTK_MENU_ITEM() cast.
* gdk/abicheck.sh don't hardcode lengths for cut, instead split on the thirdManish Singh2004-11-161-1/+1
| | | | | | | | Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: don't hardcode lengths for cut, instead split on the third field.
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-251-2/+2
|
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+5
Mon Aug 9 15:41:17 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.def and gdkalias.h from gdk.symbols, and make make check check the abi with abicheck.sh. * gdk/gdk.symbols: New file. Definition of the GDK 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-x11.2.0.so against the symbols found in gdk.symbols. * gdk/makegdkalias.pl: New file. Perl script to generate the header containing the alias definitions for internally used exported symbols from a list of symbols. * gdk/*.c, gdk/x11/*.c: Include gdkalias.h