rpms/gdb/F-12 gdb-bz539590-gnu-ifunc.patch, 1.2, 1.3 gdb.spec, 1.420, 1.421

Jan Kratochvil jkratoch at fedoraproject.org
Thu Jan 21 21:29:14 UTC 2010


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1957

Modified Files:
	gdb-bz539590-gnu-ifunc.patch gdb.spec 
Log Message:
* Thu Jan 21 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-28.fc12
- GNU IFUNCs compilation fixup for ppc*.


gdb-bz539590-gnu-ifunc.patch:
 alpha-linux-tdep.c                 |    4 +
 amd64-linux-tdep.c                 |    3 
 arm-linux-tdep.c                   |    3 
 configure.tgt                      |    2 
 elfread.c                          |    8 +-
 frv-linux-tdep.c                   |   21 ++++++
 frv-tdep.c                         |    2 
 frv-tdep.h                         |    3 
 gdbtypes.c                         |    9 ++
 gdbtypes.h                         |   13 ++++
 hppa-linux-tdep.c                  |   21 ++++++
 hppa-tdep.c                        |    2 
 hppa-tdep.h                        |    4 +
 i386-linux-tdep.c                  |    3 
 ia64-linux-tdep.c                  |    4 +
 infcall.c                          |   14 +++-
 linux-tdep.c                       |   43 +++++++++++++
 linux-tdep.h                       |    7 ++
 m32r-linux-tdep.c                  |    4 +
 minsyms.c                          |   19 +++++-
 mips-linux-tdep.c                  |    4 +
 mn10300-linux-tdep.c               |    4 +
 parse.c                            |    5 +
 ppc-linux-tdep.c                   |   16 ++++-
 solib-svr4.c                       |    3 
 sparc-linux-tdep.c                 |    4 +
 sparc64-linux-tdep.c               |    4 +
 symmisc.c                          |    3 
 symtab.c                           |    2 
 symtab.h                           |    4 +
 testsuite/gdb.base/gnu-ifunc-lib.c |   54 +++++++++++++++++
 testsuite/gdb.base/gnu-ifunc.c     |   36 +++++++++++
 testsuite/gdb.base/gnu-ifunc.exp   |  115 +++++++++++++++++++++++++++++++++++++
 xtensa-linux-tdep.c                |    4 +
 34 files changed, 430 insertions(+), 17 deletions(-)

Index: gdb-bz539590-gnu-ifunc.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-bz539590-gnu-ifunc.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gdb-bz539590-gnu-ifunc.patch	21 Jan 2010 20:07:27 -0000	1.2
+++ gdb-bz539590-gnu-ifunc.patch	21 Jan 2010 21:29:14 -0000	1.3
@@ -961,3 +961,14 @@ Index: gdb-7.0.1/gdb/xtensa-linux-tdep.c
  }
  
  /* Provide a prototype to silence -Wmissing-prototypes.  */
+--- gdb-7.0.1/gdb/configure.tgt-orig	2009-08-06 12:28:38.000000000 +0200
++++ gdb-7.0.1/gdb/configure.tgt	2010-01-21 21:28:38.000000000 +0100
+@@ -374,7 +374,7 @@ powerpc-*-aix* | rs6000-*-*)
+ 	;;
+ powerpc-*-linux* | powerpc64-*-linux*)
+ 	# Target: PowerPC running Linux
+-	gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \
++	gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o linux-tdep.o ppc-sysv-tdep.o \
+ 			solib.o solib-svr4.o solib-spu.o spu-multiarch.o \
+ 			corelow.o symfile-mem.o"
+ 	gdb_sim=../sim/ppc/libsim.a


Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -p -r1.420 -r1.421
--- gdb.spec	21 Jan 2010 20:07:27 -0000	1.420
+++ gdb.spec	21 Jan 2010 21:29:14 -0000	1.421
@@ -36,7 +36,7 @@ Version: 7.0.1
 
 # The release always contains a leading reserved number, start it at 1.
 # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
-Release: 27%{?_with_upstream:.upstream}%{dist}
+Release: 28%{?_with_upstream:.upstream}%{dist}
 
 License: GPLv3+
 Group: Development/Debuggers
@@ -1018,6 +1018,9 @@ fi
 %endif
 
 %changelog
+* Thu Jan 21 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-28.fc12
+- GNU IFUNCs compilation fixup for ppc*.
+
 * Thu Jan 21 2010 Jan Kratochvil <jan.kratochvil at redhat.com> - 7.0.1-27.fc12
 - Fix GNU IFUNCs - indirect functions - support (BZ 539590).
 



More information about the scm-commits mailing list