Browse Source

updated gdb (6.0)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1632 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
adc88a00e0
3 changed files with 20 additions and 78 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +17
    -76
      package/base/gdb/dont-install-this.patch
  3. +2
    -2
      package/base/gdb/gdb.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- Juergen Georg Sawinski / Rene Rebe: new gnome24 merging
- Alejandro Mery: updated gcc33 (3.3.2)
- updated gdb (6.0)
*) 2003-10-19 (2.0.0-rc2 - 2.0.0-rc3)

+ 17
- 76
package/base/gdb/dont-install-this.patch

@ -20,6 +20,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
Do not install the bfd and obcode libraries and/or other files -
the binutils package supplies them.
- Clifford Wold & Rene Rebe
--- ./bfd/Makefile.in.orig Fri Aug 30 10:11:44 2002
+++ ./bfd/Makefile.in Sat Jan 18 20:08:01 2003
@@ -130,7 +130,7 @@
@ -41,17 +46,6 @@
uninstall-am: uninstall-bfdlibLTLIBRARIES
uninstall: uninstall-recursive
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
--- ./configure.orig 2002-05-31 23:09:45.000000000 +0300
+++ ./configure 2003-08-27 14:59:37.000000000 +0300
@@ -527,6 +527,8 @@
moveifchange=`echo ${progname} | sed 's/configure$/move-if-change/'`
## the sed command below emulates the dirname command
topsrcdir=`cd \`echo ${progname} | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'\`; ${PWDCMD-pwd}`
+# the readline package in rock-linux is recent enough
+${remove} -f ${topsrcdir}/readline/configure*
# this is a hack. sun4 must always be a valid host alias or this will fail.
--- ./etc/Makefile.in.orig Sat Jan 26 22:35:45 2002
+++ ./etc/Makefile.in Sat Jan 18 19:59:43 2003
@@ -52,7 +52,8 @@
@ -64,71 +58,6 @@
uninstall:
--- ./gdb/defs.h.orig 2002-08-01 20:18:32.000000000 +0300
+++ ./gdb/defs.h 2003-08-27 14:53:36.000000000 +0300
@@ -614,10 +614,6 @@
struct frame_info;
-/* From readline (but not in any readline .h files). */
-
-extern char *tilde_expand (char *);
-
/* Control types for commands */
enum misc_command_type
--- ./gdb/Makefile.in.orig 2002-11-26 00:05:38.000000000 +0200
+++ ./gdb/Makefile.in 2003-08-27 14:55:25.000000000 +0300
@@ -370,10 +370,10 @@
INSTALLED_LIBS=-lbfd -lreadline -lopcodes -liberty \
$(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
-lmmalloc -lintl -liberty
-CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(INTL) $(LIBIBERTY) \
+CLIBS = $(SIM) $(BFD) -lreadline $(OPCODES) $(INTL) $(LIBIBERTY) \
$(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
$(MMALLOC) $(LIBIBERTY) $(WIN32LIBS)
-CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
+CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) \
$(OPCODES) $(MMALLOC) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS)
ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
--- ./libiberty/Makefile.in.orig Mon Jul 1 20:02:30 2002
+++ ./libiberty/Makefile.in Sat Jan 18 20:05:39 2003
@@ -259,20 +259,20 @@
install: install_to_$(INSTALL_DEST) install-subdir
install_to_libdir: all
- $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
- ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
- mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
- if test -n "${target_header_dir}"; then \
- case "${target_header_dir}" in \
- /*) thd=${target_header_dir};; \
- *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
- esac; \
- ${mkinstalldirs} $(DESTDIR)$${thd}; \
- for h in ${INSTALLED_HEADERS}; do \
- ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
- done; \
- fi
- @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
+# $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
+# ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
+# mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
+# if test -n "${target_header_dir}"; then \
+# case "${target_header_dir}" in \
+# /*) thd=${target_header_dir};; \
+# *) thd=${includedir}${MULTISUBDIR}/${target_header_dir};; \
+# esac; \
+# ${mkinstalldirs} $(DESTDIR)$${thd}; \
+# for h in ${INSTALLED_HEADERS}; do \
+# ${INSTALL_DATA} $$h $(DESTDIR)$${thd}; \
+# done; \
+# fi
+# @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
install_to_tooldir: all
$(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$(TARGETLIB)n
--- ./opcodes/Makefile.in.orig Wed Aug 28 12:38:50 2002
+++ ./opcodes/Makefile.in Sat Jan 18 20:09:32 2003
@@ -112,7 +112,7 @@
@ -150,3 +79,15 @@
uninstall-am: uninstall-bfdlibLTLIBRARIES
uninstall: uninstall-recursive
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
--- gdb-6.0/libiberty/Makefile.in.orig 2003-10-21 22:45:19.000000000 +0200
+++ gdb-6.0/libiberty/Makefile.in 2003-10-21 22:46:00.000000000 +0200
@@ -267,7 +267,8 @@
@MAINT@ echo stamp > stamp-functions
INSTALL_DEST = @INSTALL_DEST@
-install: install_to_$(INSTALL_DEST) install-subdir
+install:
+#install: install_to_$(INSTALL_DEST) install-subdir
install_to_libdir: all
${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)

+ 2
- 2
package/base/gdb/gdb.desc

@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 5.3
[V] 6.0
[P] X -----5---9 323.000
[D] 31903046 gdb-5.3.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/
[D] 2461239708 gdb-6.0.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/

Loading…
Cancel
Save