patches/ltrace/0.5.3/110-alpha-support.patch
author "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Thu Aug 18 16:05:48 2011 +0200 (2011-08-18)
changeset 2612 a52574521bea
permissions -rw-r--r--
debug/gdb: update GDB revisions

Update GDB with the latest available revisions.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
     1 diff -ru ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile ltrace-0.5.3/sysdeps/linux-gnu/Makefile
     2 --- ltrace-0.5.3.orig/sysdeps/linux-gnu/Makefile	2009-07-25 17:13:02.000000000 +0200
     3 +++ ltrace-0.5.3/sysdeps/linux-gnu/Makefile	2010-01-01 22:20:45.000000000 +0100
     4 @@ -2,6 +2,7 @@
     5  				-e s/i.86/i386/ \
     6  				-e s/sun4u/sparc64/ \
     7  				-e s/sparc64/sparc/ \
     8 +				-e s/alpha.*/alpha/ \
     9  				-e s/arm.*/arm/ \
    10  				-e s/sa110/arm/ \
    11  				-e s/ppc64/ppc/ \