%define cvsdate 20030710 # Define this if you want to skip the strip step and preserve debug info. # Useful for testing. #define __spec_install_post /usr/lib/rpm/brp-compress || : Summary: A GNU source-level debugger for C, C++ and other languages. %ifarch ppc64 Name: gdb64 %else Name: gdb %endif # Daily snapshot of gdb taken from FSF mainline cvs, after the 5.3 branchpoint. Version: 5.3.90 Release: 0.%{cvsdate}.41 License: GPL Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/branch/gdb+dejagnu-5.3.90_20030710.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-root URL: http://sources.redhat.com/gdb/ # ChangeLogs patches. Patch0: gdb-5.3.90-ChangeLog.patch # ChangeLogs patches for testsuite. Patch1: gdb-5.3.90-ChangeLog-testsuite.patch # bring the current snapshot in sync with the head of the gdb-6 branch Patch2: gdb-5.3.90-sync-20030806.patch ####### start patches from the previous RPM. # patch from previous release (Jim Blandy). Patch3: gdb-5.3.90-symtab.patch # New TLS specific tests (ezannoni@redhat.com). Patch4: gdb-5.3.90-tlstst.patch # selftest.exp version check (Red Hat specific) Patch5: gdb-5.3.90-selftest.patch # Fix for ia64 watchpoint checking. Patch6: gdb-5.3.90-ia64-watchpoint.patch ####### end patches from the previous RPM. # Patch to finish ppc64 support. (jimb@redhat.com) # Should be soon obsoleted by a new FSF snapshot Patch7: gdb-5.3.90-ppc64-jul2003.patch # Patch to redefine the setup_kfail and kfail procedures in the testsuite. # Kfail was introduced in dejagnu-1.4.3 and we still use dejagnu-1.4.2 Patch8: gdb-5.3.90-kfail-jul2003.patch # Remove one case in completion.exp, completing on Makefile, which is not # always there. Patch9: gdb-5.3.90-completion-tst-jul2003.patch # Patch to escape correctly full pathnames in testsuite. Patch10: gdb-5.3.90-tsts-jul2003.patch # Patch to match the proper target triplet for xfails. (Red Hat specific) Patch11: gdb-5.3.90-signals-tst-jul2003.patch # Patch to remove config.h use in pthreads.c test. Patch12: gdb-5.3.90-pthreads-tst-jul2003.patch # Patch to add i386 support to x86-64 Patch13: gdb-5.3.90-x86i386base-aug2003.patch # Patch to undeprecate ia64. Patch14: gdb-5.3.90-ia64-undeprecated-aug2003.patch # Patch to print libthread_db version, and enable Patch15: gdb-5.3.90-threadver-aug2003.patch # Patch to support ia64 in gdb.asm testsuite Patch16: gdb-5.3.90-ia64-inc-asm-testsuite-aug2003.patch # Patch to fix problem with reading separate debug info files. Patch17: gdb-5.3.90-symfile-aug2003.patch # Patch to handle new output from gdb in relocate.exp. Patch18: gdb-5.3.90-relocatetst-aug2003.patch # Patch to fix the info files for the annotation docs. Patch19: gdb-5.3.90-annotate-aug2003.patch # Patch to fix ia64 unwinding of pc. Patch20: gdb-5.3.90-ia64-unwind-pc-aug2003.patch # Patch to accept slightly different output in testsuite. Patch21: gdb-5.3.90-annota2-tst-aug2003.patch # Multiple patches for ia64. Patch22: gdb-5.3.90-ia64-latest-aug2003.patch # Patch to accept instruction reordering due to optimization when # stepping through code. Patch23: gdb-5.3.90-selftest-aug2003.patch # Accept multiple outputs from backtrace. Patch24: gdb-5.3.90-linuxdp-tst-aug2003.patch # Skip x86 and ppc64 redzone Patch25: gdb-5.3.90-redzone-aug2003.patch # ptrace i386 TLS on x86-64 Patch26: gdb-5.3.90-x86i386tls-aug2003.patch # new unit test for separate debug info. Patch27: gdb-5.3.90-sepdebug-tst-aug2003.patch # Don't use old deprecated macro. Patch28: gdb-5.3.90-miregs-sep2003.patch # ChangeLog for mi patches. Patch29: gdb-5.3.90-ChangeLog-mi.patch # Get around CFI and GCC probs Patch30: gdb-5.3.90-cfi4gcc-sep2003.patch # Fix PPC32 use-struct-convention Patch31: gdb-5.3.90-ppc32usestruct-sep2003.patch # Fix problems with gdb exiting when an error occurs while quitting Patch32: gdb-5.3.90-killed-sep2003.patch # Fix ppc32 push_dummy_call Patch33: gdb-5.3.90-ppc32pushdummycall-sep2003.patch # Hack around ppc64's messed up msymbol table Patch34: gdb-5.3.90-ppc64msymbolbphack-sep2003.patch # Fix ppc64 function return (round 1 of ???) Patch35: gdb-5.3.90-ppc64returnvalue-sep2003.patch # Fix ppc32 return values Patch36: gdb-5.3.90-ppc32returnvalue-sep2003.patch # Fix ppc64 function calls Patch37: gdb-5.3.90-ppc64pushdummycall-sep2003.patch # Fix quit_force Patch38: gdb-5.3.90-killed2-sep2003.patch # Fix problem with gcore on single threads programs. Patch39: gdb-5.3.90-gcore-sep2003.patch BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu Prereq: info %description GDB, the GNU debugger, allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. %prep # This allows the tarball name to be different from our version-release name. %setup -q -n gdb+dejagnu-%{version}_%{cvsdate} # Apply patches defined above. %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p1 %patch20 -p1 %patch21 -p1 %patch22 -p1 %patch23 -p1 %patch24 -p1 %patch25 -p1 %patch26 -p1 %patch27 -p1 %patch28 -p1 %patch29 -p1 %patch30 -p1 %patch31 -p1 %patch32 -p1 %patch33 -p1 %patch34 -p1 %patch35 -p1 %patch36 -p1 %patch37 -p1 %patch38 -p1 %patch39 -p1 # Change the version that gets printed at GDB startup, so it is RedHat # specific. cat > gdb/version.in << _FOO Red Hat Linux (%{version}-%{release}rh) _FOO # We don't need these. We'll test with the installed versions of # expect/dejagnu. rm -fr dejagnu tcl expect %build # Identify the build directory with the version of gdb as well as # the architecture, to allow for mutliple versions to be installed and built. cd .. rm -fr gdb+dejagnu-%{version}_%{cvsdate}-build-%{_target_platform} mkdir gdb+dejagnu-%{version}_%{cvsdate}-build-%{_target_platform} cd gdb+dejagnu-%{version}_%{cvsdate}-build-%{_target_platform} # FIXME: The configure option # --enable-gdb-build-warnings=,-Werror below can conflict with # user settings. For instance, passing a combination of -Wall and -O0 # from the file rpmrc will always cause at least one warning, and stop # the compilation. # The whole configury line needs to be cleaned up. export CFLAGS="$RPM_OPT_FLAGS" enable_build_warnings="" %ifarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 enable_build_warnings="--enable-gdb-build-warnings=,-Werror" %endif $RPM_BUILD_DIR/gdb+dejagnu-%{version}_%{cvsdate}/configure \ --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --mandir=%{_mandir} \ --infodir=%{_infodir}\ $enable_build_warnings \ --with-separate-debug-dir=/usr/lib/debug \ %{_target_platform} make make info # For now do testing only on these platforms. The testsuite on x86_64 is not # in good shape. %ifarch %{ix86} x86_64 s390x s390 ppc ia64 ppc64 echo ====================TESTING========================= cd gdb/testsuite make -k check || : test -r gdb.log && cat gdb.log | bzip2 -1 | uuencode gdb-%{_target_platform}.log.bz2 || : cd ../.. echo ====================TESTING END===================== %endif cd .. # Copy the /gdb/NEWS file to the directory above it. cp $RPM_BUILD_DIR/gdb+dejagnu-%{version}_%{cvsdate}/gdb/NEWS $RPM_BUILD_DIR/gdb+dejagnu-%{version}_%{cvsdate} %install cd ../gdb+dejagnu-%{version}_%{cvsdate}-build-%{_target_platform} rm -rf $RPM_BUILD_ROOT %makeinstall # install the gcore script in /usr/bin cp $RPM_BUILD_DIR/gdb+dejagnu-%{version}_%{cvsdate}/gdb/gdb_gcore.sh $RPM_BUILD_ROOT%{_prefix}/bin/gcore chmod 755 $RPM_BUILD_ROOT%{_prefix}/bin/gcore #FIXME: For the moment, rename the gdb binary to gdb64 on the ppc64 #architecture. %ifarch ppc64 mv $RPM_BUILD_ROOT%{_prefix}/bin/gdb $RPM_BUILD_ROOT%{_prefix}/bin/gdb64 %endif # Remove the files that are part of a gdb build but that are owned and # provided by other packages. # These are part of binutils rm -rf $RPM_BUILD_ROOT/usr/share/locale/ rm -f $RPM_BUILD_ROOT%{_infodir}/bfd* $RPM_BUILD_ROOT%{_infodir}/standard* rm -f $RPM_BUILD_ROOT%{_infodir}/configure* rm -rf $RPM_BUILD_ROOT/usr/include/ $RPM_BUILD_ROOT/%{_libdir}/lib{bfd*,opcodes*,iberty*} # Delete this too because the dir file will be updated at rpm install time. # We don't want a gdb specific one overwriting the system wide one. rm -f $RPM_BUILD_ROOT%{_infodir}/dir %clean rm -rf $RPM_BUILD_ROOT %post # This step is part of the installation of the RPM. Not to be confused # with the 'make install ' of the build (rpmbuild) process. [ -f %{_infodir}/annotate.info ] && /sbin/install-info %{_infodir}/annotate.info %{_infodir}/dir || : [ -f %{_infodir}/annotate.info.gz ] && /sbin/install-info %{_infodir}/annotate.info.gz %{_infodir}/dir || : [ -f %{_infodir}/gdb.info ] && /sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir || : [ -f %{_infodir}/gdb.info.gz ] && /sbin/install-info %{_infodir}/gdb.info.gz %{_infodir}/dir || : [ -f %{_infodir}/gdbint.info ] && /sbin/install-info %{_infodir}/gdbint.info %{_infodir}/dir || : [ -f %{_infodir}/gdbint.info.gz ] && /sbin/install-info %{_infodir}/gdbint.info.gz %{_infodir}/dir || : [ -f %{_infodir}/mmalloc.info ] && /sbin/install-info %{_infodir}/mmalloc.info %{_infodir}/dir || : [ -f %{_infodir}/mmalloc.info.gz ] && /sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir || : [ -f %{_infodir}/stabs.info ] && /sbin/install-info %{_infodir}/stabs.info %{_infodir}/dir || : [ -f %{_infodir}/stabs.info.gz ] && /sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir || : %preun if [ $1 = 0 ]; then [ -f %{_infodir}/annotate.info ] && /sbin/install-info --delete %{_infodir}/annotate.info %{_infodir}/dir || : [ -f %{_infodir}/annotate.info.gz ] && /sbin/install-info --delete %{_infodir}/annotate.info.gz %{_infodir}/dir || : [ -f %{_infodir}/gdb.info ] && /sbin/install-info --delete %{_infodir}/gdb.info %{_infodir}/dir || : [ -f %{_infodir}/gdb.info.gz ] && /sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir || : [ -f %{_infodir}/gdbint.info ] && /sbin/install-info --delete %{_infodir}/gdbint.info %{_infodir}/dir || : [ -f %{_infodir}/gdbint.info.gz ] && /sbin/install-info --delete %{_infodir}/gdbint.info.gz %{_infodir}/dir || : [ -f %{_infodir}/mmalloc.info ] && /sbin/install-info --delete %{_infodir}/mmalloc.info %{_infodir}/dir || : [ -f %{_infodir}/mmalloc.info.gz ] && /sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir || : [ -f %{_infodir}/stabs.info ] && /sbin/install-info --delete %{_infodir}/stabs.info %{_infodir}/dir || : [ -f %{_infodir}/stabs.info.gz ] && /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir || : fi %files %defattr(-,root,root) %doc COPYING COPYING.LIB README NEWS /usr/bin/* %{_libdir}/libmmalloc.a* %{_mandir}/*/* %{_infodir}/annotate.info* %{_infodir}/gdb.info* %{_infodir}/gdbint.info* %{_infodir}/stabs.info* %{_infodir}/mmalloc.info* # don't include the files in include, they are part of binutils %changelog * Wed Oct 15 2003 Elena Zannoni 0.20030710.41 - Bump up version number. * Wed Sep 24 2003 Elena Zannoni 0.20030710.40 - Fix problem with gcore and single threaded programs. (bugzilla 103531) * Mon Sep 22 2003 Jeff Johnston 0.20030710.39 - Fix call to quit_target from quit_force. * Sun Sep 21 2003 Andrew Cagney 0.20030710.38 - Fix PPC64 push dummy call. - Re-fix PPC64 return value (had wrong / old patch). * Sat Sep 20 2003 Andrew Cagney 0.20030710.37 - Fix PPC32 return values. * Sat Sep 20 2003 Andrew Cagney 0.20030710.36 - Rewrite ppc64 retun value methods so that they (hopefully) match the SysV spec. - Enable ppc64 testsuite. * Thu Sep 18 2003 Andrew Cagney 0.20030710.35 - Hack around problem "break main" vs "break .main" when there is only a minimal ppc64 symbol table. The former is a function descriptor and not where you want the breakpoint to go. Only convert descriptors to pointers when the address is in the ".opd" section. * Wed Sep 17 2003 Andrew Cagney 0.20030710.34 - Fix ppc32 push_dummy_call. * Tue Sep 16 2003 Andrew Cagney 0.20030710.33 - Pack gdb.sum and gdb.log using uuencode and bzip. * Tue Sep 16 2003 Jeff Johnston 0.20030710.32 - Catch errors when quitting so exit of gdb still occurs. * Mon Sep 15 2003 Andrew Cagney 0.20030710.31 - Fix ppc32 use_struct_convention. * Thu Sep 11 2003 Andrew Cagney 0.20030710.30 - Mods to dwarf2-frame.c to work around a lack of GCC/CFI info. * Thu Sep 11 2003 Elena Zannoni 0.20030710.29 - Bump up version number. * Wed Sep 10 2003 Elena Zannoni 0.20030710.28 - Fix a core dump with MI. - Add new ChangeLog patch for mi changes. * Thu Sep 04 2003 Elena Zannoni 0.20030710.27 - Change the name of the package to gdb64 in ppc64 case. * Tue Aug 26 2003 Elena Zannoni 0.20030710.26 - Add testcase for separate debug info. * Tue Aug 26 2003 Andrew Cagney 0.20030710.25 - fix i386 on x86-64 TLS - add "base-aug2003" suffix to older x86i386 patch * Tue Aug 26 2003 Andrew Cagney 0.20030710.24 - skip the ppc64 and x86-64 frame redzone. * Fri Aug 22 2003 Elena Zannoni 0.20030710.23 - Relax one testcase in selftest.exp a bit. - Accept different output as well in thread bt (platform dependent). - Enable testsuite run for ia64, ppc, s390 and s390x. They are in reasonably good shape. * Thu Aug 21 2003 Jeff Johnston 0.20030710.22 - Multiple ia64 fixes. - Fix ia64 printing of function pointers. - Fix ia64 prologue examination to ignore predicated insns if we haven't found the return address yet. - Skip dump.exp testcase for ia64 * Thu Aug 21 2003 Elena Zannoni 0.20030710.21 - Bump release number. * Wed Aug 20 2003 Elena Zannoni 0.20030710.20 - Relax pattern in annota2.exp test. * Wed Aug 20 2003 Elena Zannoni 0.20030710.19 - rename gdb binary to gdb64 for ppc64 platform. * Tue Aug 19 2003 Jeff Johnston 0.20030710.18 - Fix ia64 pc unwinding to include psr slot. * Mon Aug 18 2003 Elena Zannoni 0.20030710.17 - Fix info installation for annotate.texi. (Bugzilla 102521) * Fri Aug 15 2003 Elena Zannoni 0.20030710.16 - revamp tls tests a bit. - Handle new output from gdb in relocate.exp * Wed Aug 13 2003 Elena Zannoni 0.20030710.15 - Fix problem for processing of separate debug info files. * Wed Aug 13 2003 Jeff Johnston 0.20030710.14 - add ia64.inc file for testing ia64 in gdb.asm testsuite * Fri Aug 8 2003 Andrew Cagney 0.20030710.13 - print the libthread_db library path, print when threads are enabled * Thu Aug 7 2003 Andrew Cagney 0.20030710.12 - "cat" the test log into the build log * Wed Aug 06 2003 Jeff Johnston 0.20030710.11 - modernize ia64 gdb to use new frame model - remove/replace deprecated interfaces used by ia64 gdb * Wed Aug 06 2003 Andrew Cagney 0.20030710.10 - Sync to gdb-5.3.90-sync-20030806.patch. * Wed Jul 29 2003 Andrew Cagney 0.20030710.9 - add x86-64 i386 fixes * Tue Jul 29 2003 Elena Zannoni 0.20030710.8 - Fix some tests by xfailing the correct target triplet for RedHat. - Remove include of config.h from pthreads.c testcases. * Mon Jul 28 2003 Elena Zannoni 0.20030710.7 - Fix some test failures, by escaping correctly. * Thu Jul 24 2003 Elena Zannoni 0.20030710.6 - Remove one testcase that is redundant. * Wed Jul 23 2003 Elena Zannoni 0.20030710.5 - Bump up release number. * Wed Jul 23 2003 Elena Zannoni 0.20030710.4 - Bring in sync with current head of gdb-6 branch. - Remove linespec patch, because included in the new sync patch. * Fri Jul 18 2003 Elena Zannoni 0.20030710.3 - Add patch to avoid gdb segfault with bad debug info. - Change location of build tree to avoid conflicts with older versions possibly installed. * Thu Jul 17 2003 Elena Zannoni 0.20030710.2 - Add patch to synchronize the current snapshot with the gdb-6 branch head. - Remove some patches that are includd in such diff. - Enable tests on AMD64 as well. * Fri Jul 11 2003 Elena Zannoni 0.20030710.1 - Import new gdb snapshot. - Revamp gdb.spec. Get rid of patches that apply to older versions. - Add patches for ppc64 support, kfail and make gdb more robust in copingi with bad debug info. * Wed Jul 02 2003 Jeff Johnston 1.20021129.39 - Fix bug with ia64 checking of hardware breakpoints. * Mon Jun 30 2003 Elena Zannoni 1.20021129.38 - Add necessary function for NPTL support on x86-64. * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jun 04 2003 Elena Zannoni 0.20021129.37 * Tue Jun 03 2003 Elena Zannoni 0.20021129.36 - Enable warnings for x86_64, not x86-64. - Fix warnings from infptrace.c and dwarfread.c. - Print error message only when reading separate debug info really doesn't work (jimb@redhat.com). * Fri May 23 2003 Elena Zannoni 0.20021129.35 - Fixes for fetching and storing access registers on s390x (jimb@redhat.com). Bugzilla 91455. * Wed May 21 2003 Jeff Johnston 0.20021129.34 - Do not generate error on detach failure. Bugzilla 90900. * Thu May 8 2003 Elena Zannoni 0.20021129.33 - New tests for asm on s390x (jimb@redhat.com). Bugzilla 90503. - Fixes for prologue analysis on s390x (jimb@redhat.com). Bugzilla 90506. - bfd fix for 64-bit platforms (jimb@redhat.com). - Disable ppc64 builds until we have a port. * Thu May 1 2003 Jeff Johnston 0.20021129.32 - Add ia64 support to the float.exp testcase. * Thu May 1 2003 Elena Zannoni 0.20021129.31 - Clean up the tls tests some more. - Fix problem with non US-eng locale. Bugzilla bug 88823. * Wed Apr 30 2003 Jeff Johnston 0.20021129.30 - Fix ia64 prologue skipping. - Fix ia64 line table. - Fix setting of prev_pc in infrun.c. * Mon Mar 31 2003 Elena Zannoni 0.20021129.29 - Include the gcore script, as gdb_gcore.sh and install it in /usr/bin as gcore. - One more disassembly fix for core files. Added to gdb-5.3post-disasm-mar2003.patch. Bugzilla 87677. - Enable build warnings for x86-64. * Mon Mar 31 2003 Elena Zannoni 0.20021129.28 - Fix Java strings printing. - Fix memory corruption in disassembly code. Bugzilla 85644. - Testsuite fixes (jimb@redhat.com). Bugzilla 85457. - Fixes for s390 stack handling (jimb@redhat.com). Bugzilla 85039. - Fixes for s390 struct return (jimb@redhat.com). * Wed Mar 26 2003 Elena Zannoni 0.20021129.27 - Fixes for disassembly of code in threaded applications. Bugzilla 87495. - Fixes for s390 prologue analysis. (jimb@redhat.com). Bugzilla bugs 85251, 85214. * Thu Mar 20 2003 Elena Zannoni 0.20021129.26 - Fix inferior function calls with void return on x86-64. Bugzilla bug 83197. - Fix for upstream PR/699. - Fix some problems with gdb-5.3post-thrtst-feb2003.patch. * Wed Mar 19 2003 Jeff Johnston 0.20021129.25 - Fix for thread-db.c: check_event() - Bugzilla bug 86231. * Fri Mar 14 2003 Elena Zannoni 0.20021129.24 - Fix some problems with inferior function calls on x86-64. * Fri Mar 07 2003 Elena Zannoni 0.20021129.23 - testsuite patches. Bugzilla 85215 85028 85335. * Thu Mar 06 2003 Elena Zannoni 0.20021129.22 - Fix testsuite problems related to having '+' in the directory name. Bugzilla 85031. * Mon Mar 03 2003 Elena Zannoni 0.20021129.21 - Fix a few inferior function call problems. * Mon Mar 03 2003 Elena Zannoni 0.20021129.20 - Split the changelog patches in two. Cleanup messy patch section. * Thu Feb 27 2003 Jeff Johnston 0.20021129.19 - Perform run-time check for tkill syscall in lin-lwp.c. * Mon Feb 24 2003 Elena Zannoni 0.20021129.18 - Update copyright year printed in version. * Mon Feb 24 2003 Elena Zannoni 0.20021129.17 - Refresh build. * Mon Feb 24 2003 Elena Zannoni 0.20021129.16 - Add some testsuite cleanups, to avoid spurious test failures. * Fri Feb 21 2003 Jeff Johnston 0.20021129.15 - Add patch to handle thread exiting when LD_ASSUME_KERNEL=2.4.1 which fixes Bugzilla bug 84217. * Fri Feb 21 2003 Elena Zannoni 0.20021129.14 - New patch to fix disassembly on s390. Bugzilla bug 84286. - New patch for attach/ptrace fix. Bugzilla bug 84220. - Reenable tests for x86. * Thu Feb 20 2003 Jeff Johnston 0.20021129.13 - Add patch for mixed stabs with dwarf2 - bugzilla bug 84253. * Wed Feb 12 2003 Elena Zannoni 0.20021129.12 - Disable tests also for x86. * Tue Feb 11 2003 Elena Zannoni 0.20021129.11 - Add patch for mi threads tests. - Add patch for dwarf2 debug_ranges section. - Add patch for detach bug. * Mon Feb 10 2003 Elena Zannoni 0.20021129.10 - Add patch for testsuite auto answering internal error queries. - Add new TLS tests. - Add cleanup patches for thread tests. * Mon Feb 03 2003 Elena Zannoni 0.20021129.9 - Add new patch for thread support. Apply on all arches. - Do not apply old patches, but leave them around for now. - Add new patch for dwarf2 debug info reading. - Add new patch for dwarf2 cfi engine cleanup. - Add new patch for uiout problems. - Add new patch for s390 build. - Disable tests on all platforms but x86. * Mon Jan 27 2003 Elena Zannoni 0.20021129.8 - Move all the changelog entries to a single patch. - Add tests to the args patch. - Add new patch for until command fix (bugzilla Bug 19890). - s390 and s390x can be built with -Werror. - Run make check for s390 and s390x too. - Include an updated version of the thread nptl patch (still WIP). * Wed Jan 15 2003 Phil Knirsch 0.20021129.7 - Apply the 2nd misc patch for s390 and s390x, too. * Tue Jan 14 2003 Elena Zannoni 0.20021129.6 - Add patches for NPTL support, to be applied on i386 only. (this is still WIP) - Split old misc patch in two parts. - Temporarily disable testsuite run on alpha. * Sun Jan 12 2003 Elena Zannoni 0.20021129.5 - Add patch for --args with zero-length arguments. Fix for bug 79833. * Tue Dec 17 2002 Elliot Lee 0.20021129.4 - The define directive to rpm is significant even if the line it is in happens to start with a '#' character. Fixed. * Fri Dec 13 2002 Elena Zannoni 0.20021129.3 - Merge previous patches for warnings into a single one. - Add changelogs to patches. - Add, but don't use, a macro to avoid stripping. * Fri Dec 6 2002 Elena Zannoni - Add patch to allow debugging of executables with debug info stored in separate files. - Add patch for Makefile dependencies and disable warnings for building thread-db.c. - Re-enable building with -Werror for alpha, ia64, ppc. * Mon Dec 2 2002 Elena Zannoni - Don't pass to gdb an empty build warnings flag, or that will disable warnings completely. We want to build using gdb's standard warnings instead. * Mon Dec 2 2002 Elena Zannoni - Don't do testing for x86_64. * Sun Dec 1 2002 Elena Zannoni - x86_64 doesn't build with Werror yet. - Add patch for alpha. - Alpha doesn't build with -Werror either. - Add patch for ia64. - Add patch for ppc. - Drop ia64 from -Werror list. - Drop ppc from -Werror list. * Sun Dec 1 2002 Elena Zannoni - Add dejagnu to the build requirements. - Enable make check. - Add enable-gdb-build-warnings to the configure flags. * Fri Nov 29 2002 Elena Zannoni - Import new upstream sources. - Change version and release strings. - Upgrade patches. - Build gdb/gdbserver as well. - Define and use 'cvsdate'. - Do %%setup specifying the source directory name. - Don't cd up one dir before removing tcl and friends. - Change the configure command to allow for the new source tree name. - Ditto for the copy of NEWS. - Add some comments. * Mon Nov 25 2002 Elena Zannoni 5.2.1-5 General revamp. - Add patch for gdb/doc/Makefile.in. Part of fix for bug 77615. - Add patch for mmalloc/Makefile.in. Part of fix for bug 77615. - Change string printed in version.in to -rh. - Move the deletion of dejagnu, expect, tcl to the prep section, from the build section. - Add build directory housekeeping to build section. - Use macros for configure parameters. - Do the build in a separate directory. - Prepare for testing, but not enable it yet. - Correctly copy the NEWS file to the top level directory, for the doc section to find it. - Cd to build directory before doing install. - Use makeinstall macro, w/o options. - Remove workaround for broken gdb info files. Part of fix for bug 77615. - Remove share/locale directory, it is in binutils. - Remove info/dir file. - Clarify meaning of post-install section. - Add gdbint info files to post-install, pre-uninstall and files sections. Part of fix for bugs 77615, 76423. - Add libmmalloc.a to package. * Fri Aug 23 2002 Florian La Roche - added mainframe patch from developerworks * Wed Aug 21 2002 Trond Eivind Glomsrød 5.2.1-3 - Add changelogs to the previous patch * Wed Aug 14 2002 Trond Eivind Glomsrød 5.2.1-2 - Add some patches from Elena Zannoni * Tue Jul 23 2002 Trond Eivind Glomsrød 5.2.1-1 - 5.2.1 * Mon Jul 22 2002 Florian La Roche - compile on mainframe * Mon Jul 8 2002 Trond Eivind Glomsrød 5.2-3 - Rebuild * Tue May 7 2002 Trond Eivind Glomsrød 5.2-2 - Rebuild * Mon Apr 29 2002 Trond Eivind Glomsrød 5.2-1 - 5.2 * Mon Apr 29 2002 Trond Eivind Glomsrød 5.1.92-1 - 5.1.92. Hopefully identical to 5.2 final * Mon Apr 22 2002 Trond Eivind Glomsrød 5.1.91-1 - 5.1.91. 5.2 expected in a week * Thu Mar 28 2002 Trond Eivind Glomsrød 5.1.90CVS-5 - Update to current * Thu Mar 28 2002 Trond Eivind Glomsrød 5.1.90CVS-4 - Update to current * Thu Mar 28 2002 Trond Eivind Glomsrød 5.1.90CVS-3 - Update to current * Wed Mar 20 2002 Trond Eivind Glomsrød 5.1.90CVS-2 - Update to current * Wed Mar 13 2002 Trond Eivind Glomsrød 5.1.90CVS-1 - Update to current 5.2 branch * Thu Jan 24 2002 Trond Eivind Glomsrød 5.1.1-1 - 5.1.1 - add URL * Wed Jan 09 2002 Tim Powers - automated rebuild * Mon Dec 10 2001 Trond Eivind Glomsrød 5.1-2 - Fix some thread+fpu problems * Mon Nov 26 2001 Trond Eivind Glomsrød 5.1-1 - 5.1 * Mon Nov 19 2001 Trond Eivind Glomsrød 5.0.94-0.71 - 5.0.94. Almost there.... * Mon Nov 12 2001 Trond Eivind Glomsrød 5.0.93-2 - Add patch from jakub@redhat.com to improve handling of DWARF * Mon Nov 12 2001 Trond Eivind Glomsrød 5.0.93-1 - 5.0.93 - handle missing info pages in post/pre scripts * Wed Oct 31 2001 Trond Eivind Glomsrød 5.0.92-1 - 5.0.92 * Fri Oct 26 2001 Trond Eivind Glomsrød 5.0.91rh-1 - New snapshot - Use the 5.0.91 versioning from the snapshot * Wed Oct 17 2001 Trond Eivind Glomsrød 5.0rh-17 - New snapshot * Thu Sep 27 2001 Trond Eivind Glomsrød - New snapshot * Wed Sep 12 2001 Trond Eivind Glomsrød 5.0rh-16 - New snapshot * Mon Aug 13 2001 Trond Eivind Glomsrød 5.0rh-15 - Don't buildrequire compat-glibc (#51690) * Thu Aug 9 2001 Trond Eivind Glomsrød - New snapshot, from the stable branch eventually leading to gdb 5.1 * Mon Jul 30 2001 Trond Eivind Glomsrød - s/Copyright/License/ - Add texinfo to BuildRequires * Mon Jun 25 2001 Trond Eivind Glomsrød - New snapshot * Fri Jun 15 2001 Trond Eivind Glomsrød - New snapshot - Add ncurses-devel to buildprereq - Remove perl from buildprereq, as gdb changed the way version strings are generated * Thu Jun 14 2001 Trond Eivind Glomsrød - New snapshot * Wed May 16 2001 Trond Eivind Glomsrød - New snapshot - this had thread fixes for curing #39070 - New way of specifying version * Tue May 1 2001 Trond Eivind Glomsrød - New tarball - Kevin's patch is now part of gdb * Mon Apr 9 2001 Trond Eivind Glomsrød - Add patch from kevinb@redhat.com to fix floating point + thread problem (#24310) - remove old workarounds - new snapshot * Thu Apr 5 2001 Trond Eivind Glomsrød - New snapshot * Sat Mar 17 2001 Bill Nottingham - on ia64, there are no old headers :) * Fri Mar 16 2001 Trond Eivind Glomsrød - build with old headers, new compiler * Wed Mar 16 2001 Trond Eivind Glomsrød - new snapshot * Mon Feb 26 2001 Trond Eivind Glomsrød - new snapshot which should fix some more IA64 problems (#29151) - remove IA64 patch, it's now integrated * Wed Feb 21 2001 Trond Eivind Glomsrød - add IA64 and Alpha patches from Kevin Buettner - use perl instead of patch for fixing the version string * Tue Feb 20 2001 Trond Eivind Glomsrød - don't use kgcc anymore - mark it as our own version - new snapshot * Mon Jan 22 2001 Bernhard Rosenkraenzer - Link with ncurses 5.x even though we're using kgcc. No need to drag in requirements on ncurses4 (Bug #24445) * Fri Jan 19 2001 Trond Eivind Glomsrød - new snapshot * Thu Dec 20 2000 Trond Eivind Glomsrød - new snapshot * Mon Dec 04 2000 Trond Eivind Glomsrød - new snapshot - new alpha patch - it now compiles everywhere. Finally. * Fri Dec 01 2000 Trond Eivind Glomsrød - new snapshot * Mon Nov 20 2000 Trond Eivind Glomsrød - new CVS snapshot - disable the patches - don't use %%configure, as it confuses the autoconf script - enable SPARC, disable Alpha * Wed Aug 09 2000 Trond Eivind Glomsrød - added patch from GDB team for C++ symbol handling * Mon Jul 25 2000 Trond Eivind Glomsrød - upgrade to CVS snapshot - excludearch SPARC, build on IA61 * Wed Jul 19 2000 Trond Eivind Glomsrød - rebuild * Thu Jul 13 2000 Prospector - automatic rebuild * Sun Jul 02 2000 Trond Eivind Glomsrød - rebuild * Fri Jun 08 2000 Trond Eivind Glomsrød - use %%configure, %%makeinstall, %%{_infodir}, %%{_mandir}, and %%{_tmppath} - the install scripts for info are broken(they don't care about you specify in the installstep), work around that. - don't build for IA64 * Mon May 22 2000 Trond Eivind Glomsrød - upgraded to 5.0 - dump all patches. Reapply later if needed. - added the NEWS file to the %%doc files - don't delete files which doesn't get installed (readline, texinfo) - let build system handle stripping and gzipping - don't delete libmmalloc - apply patch from jakub@redhat.com to make it build on SPARC * Fri Apr 28 2000 Matt Wilson - rebuilt against new ncurses * Tue Mar 7 2000 Jeff Johnson - rebuild for sparc baud rates > 38400. * Tue Feb 8 2000 Jakub Jelinek - fix core file handling on i386 with glibc 2.1.3 headers * Fri Jan 14 2000 Jakub Jelinek - fix reading registers from core on sparc. - hack around build problems on i386 with glibc 2.1.3 headers * Thu Oct 7 1999 Jim Kingdon - List files to install in /usr/info specifically (so we don't pick up things like info.info from GDB snapshots). * Thu Oct 7 1999 Jim Kingdon - Update GDB to 19991004 snapshot. This eliminates the need for the sigtramp, sparc, xref, and threads patches. Update sparcmin patch. * Mon Aug 23 1999 Jim Kingdon - Omit readline manpage. * Tue Aug 7 1999 Jim Kingdon - Remove H.J. Lu's patches (they had been commented out). - Add sigtramp patch (from gdb.cygnus.com) and threads patch (adapted from code fusion CD-ROM). * Wed Apr 14 1999 Jeff Johnson - merge H.J. Lu's patches into 4.18. * Mon Apr 05 1999 Cristian Gafton - updated the kern22 patch with stuff from davem * Thu Apr 1 1999 Jeff Johnson - sparc with 2.2 kernels no longer uses sunos ptrace (davem) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 3) * Mon Mar 8 1999 Jeff Johnson - Sparc fiddles for Red Hat 6.0.