diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-21 00:57:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-21 00:57:44 +0000 |
commit | 08ea06985b67c6f087718da92f4717b9da24fcae (patch) | |
tree | 74eadcbb4e96ece672d32de2d2d314e5ee77d6af /gdb/buildsym.h | |
parent | 5af19f979e62b59cd07f41f453d359ae680e2608 (diff) | |
download | gdb-08ea06985b67c6f087718da92f4717b9da24fcae.tar.gz |
2002-08-20 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention that the Apollo line was made obsolete.
* configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
m68*-hp-hpux* obsolete.
* configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
m68*-hp-bsd* and m68*-hp-hpux* obsolete.
* buildsym.c (make_blockvector): Make static.
* buildsym.h (make_blockvector): Make extern declaration obsolete.
* Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
(ALLDEPFILES): Remove dstread.c.
(dstread.o): Obsolete make rule.
* dstread.c: Makefile obsolete.
* dst.h: Ditto.
* config/m68k/hp300hpux.mt: Ditto.
* config/m68k/hp300hpux.mh: Ditto.
* config/m68k/hp300bsd.mt: Ditto.
* config/m68k/hp300bsd.mh: Ditto.
* config/m68k/apollo68b.mt: Ditto.
* config/m68k/apollo68v.mh: Ditto.
* config/m68k/apollo68b.mh: Ditto.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index d023aa3e855..8a252cb2b4c 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -277,11 +277,11 @@ extern int hashname (char *name); extern void free_pending_blocks (void); -/* FIXME: Note that this is used only in buildsym.c and dstread.c, - which should be fixed to not need direct access to - make_blockvector. */ +/* OBSOLETE FIXME: Note that this is used only in buildsym.c and dstread.c, */ +/* OBSOLETE which should be fixed to not need direct access to */ +/* OBSOLETE make_blockvector. */ -extern struct blockvector *make_blockvector (struct objfile *objfile); +/* OBSOLETE extern struct blockvector *make_blockvector (struct objfile *objfile); */ /* FIXME: Note that this is used only in buildsym.c and dstread.c, which should be fixed to not need direct access to |