diff options
author | Fred Fish <fnf@specifix.com> | 1991-10-25 06:29:23 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-10-25 06:29:23 +0000 |
commit | 84d82b1ccde63f3847e3e413e014024895c288d1 (patch) | |
tree | 084c6b9c4f4fbaafe685ba3e9c7524c77899280f /gdb/tm-pn.h | |
parent | ed317bb309d40570cbb047d431a4e93659257934 (diff) | |
download | gdb-84d82b1ccde63f3847e3e413e014024895c288d1.zip gdb-84d82b1ccde63f3847e3e413e014024895c288d1.tar.gz gdb-84d82b1ccde63f3847e3e413e014024895c288d1.tar.bz2 |
Remove locally duplicated code for calling functions in the inferior. The
only differences were in the specific trap vectors used and whether or not
an fpu was present. These are now handled by appropriate definitions of
BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups.
Minor spelling correction in valops.c.
Diffstat (limited to 'gdb/tm-pn.h')
-rw-r--r-- | gdb/tm-pn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tm-pn.h b/gdb/tm-pn.h index 1c2e77a..36565df 100644 --- a/gdb/tm-pn.h +++ b/gdb/tm-pn.h @@ -419,6 +419,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ Setup our stack frame, load argumemts, call and then restore registers. */ +/* FIXME: The below defines an m68k CALL_DUMMY, which looks nothing like what + is documented above. */ + #define CALL_DUMMY {0xf227e0ff, 0x48e7fffc, 0x426742e7, 0x4eb93232, 0x3232dffc, 0x69696969, 0x4e4f4e71} #define CALL_DUMMY_LENGTH 28 |