* config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 26 Jun 1993 01:44:56 +0000 (01:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 26 Jun 1993 01:44:56 +0000 (01:44 +0000)
CALL_DUMMY between different 68k machines.

gdb/config/m68k/tm-m68k.h

index 7c397099107d396f91b8d7684c58d7d0299bc149..f78fbcebb7d4e83c523941554cd9c25e786ae6e1 100644 (file)
@@ -363,12 +363,7 @@ extern const struct ext_format ext_format_68881;
 #endif /* no FIND_FRAME_SAVED_REGS.  */
 
 \f
-/* 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:
This page took 0.025205 seconds and 4 git commands to generate.