diff options
author | Per Bothner <per@bothner.com> | 1991-11-04 23:15:31 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1991-11-04 23:15:31 +0000 |
commit | abefb1f107afeef549f30b47d73dd0b4d9cbe08b (patch) | |
tree | 71d887f16381f6ee775ccc1e3a3c216edcd50353 /gdb/buildsym.h | |
parent | 6a8687f3c73e4054f225e034a009afb7803db294 (diff) | |
download | binutils-gdb-abefb1f107afeef549f30b47d73dd0b4d9cbe08b.tar.gz |
* infrun.c: Fixed typo in comment.
* utils.c: All the v*fprintf emulation is now in libiberty,
so we can get rid of some junk.
* xm-sun3os4.h, xm-sun4os4.h, xconfig/decstation, xconfig/i386sco,
xconfig/sun3os4, xconfig/sun4os4: Don`t need HAVE_STRSTR any more.
* m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
type operands, as used by branch instructions.
* gmalloc.c: Fix prototype of memcpy.
* elfread.c: Comment out register_addr, since it conflicts
with the one in coredep.c.
* buildsym.h: Remove extern declarations of two functions
that are really static in buildsym.c.
* tm-mips.h: Add symbolic names for more registers.
* mips-xdep.c (store_inferior_registers): Use new register names.
* xm-mips.h: Simplify REGISTER_U_ADDR, since it is now
only used for core files, not ptrace. Therefore,
the KERNEL_U_ADDR hack is no longer needed.
The mapping to ptrace number is now in in mips-xdep.c.
* mips-xdep.c: Define REGISTER_PTRACE_ADDR (using the
mapping from the old REGISTER_U_ADDR), and use it
in {fetch,store}_inferior_registers.
* mipsread.c: Rename #include ecoff.h to new name coff-mips.h.
* mips-tdep.c (mips_push_dummy_frame, mips_pop_frame):
Save/restore FP regs correctly (?).
* dbxread.c: Remove duplicate define_symbol and type_synonym_name
(these had been previously moved to buildsym.c).
Hence, define_symbol becomes extern instead of static.
* buildsym.c (read_struct_type): Comment out bogus handling
of C++ operator methods. Minor hacking of reading of class
contexts. Make define_symbol non-static, so dbxread.c can call it.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 0cea60bcfe0..d9ecb8f04a2 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -34,7 +34,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif extern void add_symbol_to_list (); -extern void process_one_symbol (); extern struct type *read_type (); extern struct type *read_range_type (); extern struct type *read_enum_type (); @@ -45,7 +44,6 @@ extern struct type **dbx_lookup_type (); extern long read_number (); extern void finish_block (); extern struct blockvector *make_blockvector (); -extern void add_undefined_type (); extern void really_free_pendings (); extern void start_subfile (); extern struct symtab *end_symtab (); |