* Makefile.in (VERSION): Bump to 4.6.2.
authorFred Fish <fnf@specifix.com>
Tue, 28 Jul 1992 04:22:18 +0000 (04:22 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 28 Jul 1992 04:22:18 +0000 (04:22 +0000)
commitd07734e31fb134371b9bea71fc2736f7c28f4433
tree807bcfb860cf9fc6eb8ba46c2a707cd2311264d8
parent9e2b3581cb9edfd9977256539e64cf0d5f0f224d
* Makefile.in (VERSION):  Bump to 4.6.2.
* Makefile.in (SFILES_MAINDIR):  Add stabsread.c
* Makefile.in (OBS):  Add stabsread.o
* Makefile.in (stabsread.o):  Add build rule.
* stabsread.c, stabsread.h:  New files.
* buildsym.c:  Split out stabs specific support to stabsread.c.
* buildsym.h:  Split out stabs specific support to stabsread.h.
* dbxread.c (stabsread.h):  Include
* dbxread.c (dbx_new_init):  Call stabsread_new_init.
* dbxread.c (dbx_psymtab_to_symtab_1):  Call stabsread_init.
* dbxread.c (read_ofile_symtab):  Call end_stabs.
* dbxread.c (process_one_symbol):  Call end_stabs and start_stabs.
* dbxread.c (elfstab_build_psymtabs):  Call stabsread_new_init.
* dwarfread.c (psymtab_to_symtab_1):  Call buildsym_init, add
really_free_pendings to cleanups.
* elfread.c (elf_new_init):  Call stabsread_new_init.
* gdbtypes.c:  Small changes to maintenance commands.
* mipsread.c (stabsread.h):  Include.
* mipsread.c (psymtab_to_symtab_1):  Call end_stabs.
* xcoffread.c (stabsread.h):  Include.
* xcoffread.c (global_stabs):  Remove redundant def.
* xcoffread.c (read_xcoff_symtab):  Call start_stabs and end_stabs.
gdb/.Sanitize
gdb/buildsym.c
gdb/buildsym.h
gdb/dwarfread.c
gdb/elfread.c
gdb/gdbtypes.c
gdb/stabsread.c [new file with mode: 0644]
gdb/stabsread.h [new file with mode: 0644]
gdb/xcoffread.c