mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 11:01:35 +08:00
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.
This commit is contained in:
@ -486,11 +486,11 @@ record_pending_block (struct objfile *objfile, struct block *block,
|
||||
}
|
||||
}
|
||||
|
||||
/* Note that this is only used in this file and in dstread.c, which
|
||||
should be fixed to not need direct access to this function. When
|
||||
that is done, it can be made static again. */
|
||||
/* OBSOLETE Note that this is only used in this file and in dstread.c, which */
|
||||
/* OBSOLETE should be fixed to not need direct access to this function. When */
|
||||
/* OBSOLETE that is done, it can be made static again. */
|
||||
|
||||
struct blockvector *
|
||||
static struct blockvector *
|
||||
make_blockvector (struct objfile *objfile)
|
||||
{
|
||||
register struct pending_block *next;
|
||||
|
Reference in New Issue
Block a user