diff --git a/gdb-bz539590-gnu-ifunc.patch b/gdb-bz539590-gnu-ifunc.patch index 7a57877..84627f4 100644 --- a/gdb-bz539590-gnu-ifunc.patch +++ b/gdb-bz539590-gnu-ifunc.patch @@ -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 diff --git a/gdb.spec b/gdb.spec index b5e9a00..5479c97 100644 --- a/gdb.spec +++ b/gdb.spec @@ -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 - 7.0.1-28.fc12 +- GNU IFUNCs compilation fixup for ppc*. + * Thu Jan 21 2010 Jan Kratochvil - 7.0.1-27.fc12 - Fix GNU IFUNCs - indirect functions - support (BZ 539590).