diff options
author | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2013-09-16 18:00:34 +0000 |
commit | 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8 (patch) | |
tree | f03cdc93796ed3410f5dfe1c9e41989cee434455 /gdb/gdbarch.h | |
parent | a280dbd16004e14560b76141a1aaf1e4659dd33f (diff) | |
download | gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.zip gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.gz gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.bz2 |
* README: Update references to writing code for GDB.
* configure.ac (build_warnings): Remove obsolete comment.
* configure: Regenerate.
* gdbarch.sh: Remove references to gdbint.texinfo.
* gdbarch.h: Regenerate.
* gdbtypes.c (objfile_type): Remove comments referencing internals
manual and D10V.
[gdb/doc]
Remove the internals manual gdbint.texinfo.
* Makefile.in (INFO_DEPS): Remove gdbint.info.
(PDFFILES): Remove gdbint.pdf.
(HTMLFILES): Remove gdbint/index.html.
(HTMLFILES_INSTALL): Remove gdbint.
(GDBINT_DOC_FILES): Remove.
(dvi): Remove gdbint.dvi.
(ps): Remove gdbint.ps.
* gdbint.texinfo: Remove file.
* gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 013f071..5d20ea6 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -342,8 +342,6 @@ typedef struct type * (gdbarch_register_type_ftype) (struct gdbarch *gdbarch, in extern struct type * gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr); extern void set_gdbarch_register_type (struct gdbarch *gdbarch, gdbarch_register_type_ftype *register_type); -/* See gdbint.texinfo, and PUSH_DUMMY_CALL. */ - extern int gdbarch_dummy_id_p (struct gdbarch *gdbarch); typedef struct frame_id (gdbarch_dummy_id_ftype) (struct gdbarch *gdbarch, struct frame_info *this_frame); @@ -356,8 +354,6 @@ extern void set_gdbarch_dummy_id (struct gdbarch *gdbarch, gdbarch_dummy_id_ftyp extern int gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch); extern void set_gdbarch_deprecated_fp_regnum (struct gdbarch *gdbarch, int deprecated_fp_regnum); -/* See gdbint.texinfo. See infcall.c. */ - extern int gdbarch_push_dummy_call_p (struct gdbarch *gdbarch); typedef CORE_ADDR (gdbarch_push_dummy_call_ftype) (struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, int struct_return, CORE_ADDR struct_addr); |