summaryrefslogtreecommitdiffstats
path: root/gdb
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-11-29 23:50:08 +0000
committerFred Fish <fnf@specifix.com>1992-11-29 23:50:08 +0000
commitb076b3f8693d7bd595cd2efd7335116c0a4ea61d (patch)
tree6eb6490bb1114005c5e9c780861f380ac3e3ea4c /gdb
parente7177cc2fdea8c45ed4fb18d1cd9ed7b77a0d6f0 (diff)
downloadppe42-binutils-b076b3f8693d7bd595cd2efd7335116c0a4ea61d.tar.gz
ppe42-binutils-b076b3f8693d7bd595cd2efd7335116c0a4ea61d.zip
Bump internal version to 4.7.3 in wake of fragmentation of massive
stabsread.c read_struct_type function.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/Makefile.in6
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b7c331bf08..8bde28b05e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,7 @@ Sun Nov 29 15:22:42 1992 Fred Fish (fnf@cygnus.com)
(Changes to break incredibly ugly, unmaintainable 750 line
read_struct_type function up into managable pieces.)
+ * Makefile.in (VERSION): Bump to 4.7.3.
* stabsread.c (struct field_info): Local struct definition.
* stabsread.c (read_member_functions, read_struct_fields,
read_baseclasses, read_tilde_fields, attach_fn_fields_to_type,
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ff7bc925de..7d0cd204d3 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -166,7 +166,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
ADD_FILES = ${REGEX} ${ALLOCA} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
-VERSION = 4.7.2
+VERSION = 4.7.3
DIST=gdb
LINT=/usr/5bin/lint
@@ -371,8 +371,8 @@ gdb: $(OBS) $(TSOBS) ${ADD_DEPS} ${CDEPS} init.o
saber_gdb: $(SFILES) $(DEPFILES) copying.c version.c
#setopt load_flags $(CFLAGS) -I$(BFD_DIR) -DHOST_SYS=SUN4_SYS
#load ./init.c $(SFILES)
- #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/vx-share/*.h
- #unload ${srcdir}/ch-exp.y
+ #unload ${srcdir}/c-exp.y ${srcdir}/m2-exp.y ${srcdir}/ch-exp.y
+ #unload ${srcdir}/vx-share/*.h
#unload ${srcdir}/nindy-share/[A-Z]*
#load c-exp.tab.c m2-exp.tab.c ch-exp.tab.c
#load copying.c version.c
OpenPOWER on IntegriCloud