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.sh | |
parent | a280dbd16004e14560b76141a1aaf1e4659dd33f (diff) | |
download | binutils-gdb-0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8.tar.gz |
* 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.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 04ca38c0940..5e467881443 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -469,13 +469,11 @@ m:const char *:register_name:int regnr:regnr::0 # use "register_type". M:struct type *:register_type:int reg_nr:reg_nr -# See gdbint.texinfo, and PUSH_DUMMY_CALL. M:struct frame_id:dummy_id:struct frame_info *this_frame:this_frame # Implement DUMMY_ID and PUSH_DUMMY_CALL, then delete # deprecated_fp_regnum. v:int:deprecated_fp_regnum:::-1:-1::0 -# See gdbint.texinfo. See infcall.c. M:CORE_ADDR:push_dummy_call: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:function, regcache, bp_addr, nargs, args, sp, struct_return, struct_addr v:int:call_dummy_location::::AT_ENTRY_POINT::0 M:CORE_ADDR:push_dummy_code:CORE_ADDR sp, CORE_ADDR funaddr, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr, struct regcache *regcache:sp, funaddr, args, nargs, value_type, real_pc, bp_addr, regcache |