diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-26 01:44:56 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-26 01:44:56 +0000 |
commit | ea2455a9397a7acc320eda9b70e6401ff8657eef (patch) | |
tree | 142f467988e665351dc075647548f7c99eeb86c8 /gdb | |
parent | d086adf85a813121766725323465e52e3f39db82 (diff) | |
download | gdb-ea2455a9397a7acc320eda9b70e6401ff8657eef.zip gdb-ea2455a9397a7acc320eda9b70e6401ff8657eef.tar.gz gdb-ea2455a9397a7acc320eda9b70e6401ff8657eef.tar.bz2 |
* config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
CALL_DUMMY between different 68k machines.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/m68k/tm-m68k.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h index 7c39709..f78fbce 100644 --- a/gdb/config/m68k/tm-m68k.h +++ b/gdb/config/m68k/tm-m68k.h @@ -363,12 +363,7 @@ extern const struct ext_format ext_format_68881; #endif /* no FIND_FRAME_SAVED_REGS. */ -/* Things needed for making the inferior call functions. - It seems like every m68k based machine has almost identical definitions - in the individual machine's configuration files. Most other cpu types - (mips, i386, etc) have routines in their *-tdep.c files to handle this - for most configurations. The m68k family should be able to do this as - well. These macros can still be overridden when necessary. */ +/* Things needed for making the inferior call functions. */ /* The CALL_DUMMY macro is the sequence of instructions, as disassembled by gdb itself: |