diff options
author | John Gilmore <gnu@cygnus> | 1992-10-21 10:52:09 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-21 10:52:09 +0000 |
commit | e4db3f3e0674eac6248dc173689408d005efcfc7 (patch) | |
tree | 14c4adfd447de98ac4bad22f5637ed53dad13795 /gdb/Makefile.in | |
parent | 7b107b1ec4228ecc51f0ad9b38626d2b4cd04075 (diff) | |
download | gdb-e4db3f3e0674eac6248dc173689408d005efcfc7.zip gdb-e4db3f3e0674eac6248dc173689408d005efcfc7.tar.gz gdb-e4db3f3e0674eac6248dc173689408d005efcfc7.tar.bz2 |
* Makefile.in (VERSION): Tick to 4.6.9.
* mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specific
definition, replace with portable one.
* remote-nindy.c: Lint.
(nindy_wait): Return type is int, result is inferior_pid.
* symmisc.c (dump_psymtab): Only print section_offsets if set.
(initialize_symmisc): Remove empty function.
* tm-spc-noun.h, tm-sun4os4.h, tm-sun4sol2.h (STACK_END_ADDRESS):
Remove obsolete, misspelled macro.
* doc/gdbint.texinfo: Document obsolete STACK_END_ADDR.
(all @node commands): Use new form to avoid nitpicking errors.
* doc/gdbint.texinfo: Document host/native/target split.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 90f5505..ca499f8 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.6.8 +VERSION = 4.6.9 DIST=gdb LINT=/usr/5bin/lint |