From 336050181da000ffff40ae88c4592c3ca3054818 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 18 Nov 2010 16:24:15 +0100 Subject: [PATCH] - Drop gdb-6.8-glibc-headers-compat.patch: GNU/Linux irrelevant (Tom Tromey). --- gdb-6.8-glibc-headers-compat.patch | 14 -------------- gdb.spec | 10 ++++------ 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 gdb-6.8-glibc-headers-compat.patch diff --git a/gdb-6.8-glibc-headers-compat.patch b/gdb-6.8-glibc-headers-compat.patch deleted file mode 100644 index 39b3b31..0000000 --- a/gdb-6.8-glibc-headers-compat.patch +++ /dev/null @@ -1,14 +0,0 @@ -../../libiberty/strsignal.c:552: error: conflicting types for 'psignal' -/usr/include/signal.h:141: error: previous declaration of 'psignal' was here - ---- gdb-6.8/libiberty/strsignal.c-orig 2007-01-31 00:13:04.000000000 +0100 -+++ gdb-6.8/libiberty/strsignal.c 2008-06-17 16:30:13.000000000 +0200 -@@ -549,7 +549,7 @@ followed by a newline. - #ifndef HAVE_PSIGNAL - - void --psignal (int signo, char *message) -+psignal (int signo, const char *message) - { - if (signal_names == NULL) - { diff --git a/gdb.spec b/gdb.spec index cf7131e..c52bca1 100644 --- a/gdb.spec +++ b/gdb.spec @@ -27,7 +27,7 @@ Version: 7.2.50.20101117 # 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: 1%{?_with_upstream:.upstream}%{dist} +Release: 2%{?_with_upstream:.upstream}%{dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and GFDL and BSD and Public Domain Group: Development/Debuggers @@ -398,10 +398,6 @@ Patch318: gdb-6.8-gcc35998-ada-memory-trash.patch #=fedoratest Patch320: gdb-6.5-section-num-fixup-test.patch -# Fix compatibility with recent glibc headers. -#=push -Patch324: gdb-6.8-glibc-headers-compat.patch - # Create a single binary `gdb' autodetecting --tui by its argv[0]. #=push+work: IIRC Tom told argv[0] should not be used by GNU programs, also drop libgdb.a. Patch326: gdb-6.8-tui-singlebinary.patch @@ -769,7 +765,6 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c %patch317 -p1 %patch318 -p1 %patch320 -p1 -%patch324 -p1 %patch326 -p1 %patch329 -p1 %patch330 -p1 @@ -1180,6 +1175,9 @@ fi %endif %changelog +* Thu Nov 18 2010 Jan Kratochvil - 7.2.50.20101117-2.fc15 +- Drop gdb-6.8-glibc-headers-compat.patch: GNU/Linux irrelevant (Tom Tromey). + * Thu Nov 18 2010 Jan Kratochvil - 7.2.50.20101117-1.fc15 - Rebase to FSF GDB 7.2.50.20101117 (which is a 7.3 pre-release).