diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-06-16 02:19:22 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-06-16 02:19:22 +0000 |
commit | 82b47e62fc24d62eac68b49a46a4bff63a4f03a1 (patch) | |
tree | 2b5e9f37811ce7abb371d6c93e583e5c1955937a /gdb/config/i386 | |
parent | cc51c39866a9c18b082844688dea0e0c3d36c9af (diff) | |
download | gdb-82b47e62fc24d62eac68b49a46a4bff63a4f03a1.zip gdb-82b47e62fc24d62eac68b49a46a4bff63a4f03a1.tar.gz gdb-82b47e62fc24d62eac68b49a46a4bff63a4f03a1.tar.bz2 |
* config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
(i386lynx_saved_pc_after_call): Remove prototype.
* i386ly-tdep.c: Include "i386-tdep.h".
(i386lynx_saved_pc_after_call): Make static. Use
read_memory_nobpt instead of read_memory. Use
read_memory_unsigned_integer instead of read_memory_integer.
(i386lynx_init_abi): New function.
(i386lynx_coff_osabi_sniffer): New function.
(_initialize_i386bsd_tdep): New function.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-i386lynx.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdb/config/i386/tm-i386lynx.h b/gdb/config/i386/tm-i386lynx.h index 2da0b7c..03fe4ff 100644 --- a/gdb/config/i386/tm-i386lynx.h +++ b/gdb/config/i386/tm-i386lynx.h @@ -1,5 +1,5 @@ /* Macro definitions for Intel 386 running under LynxOS. - Copyright 1993, 1995 Free Software Foundation, Inc. + Copyright 1993, 1995, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -26,9 +26,4 @@ /* Most definitions from sysv could be used. */ #include "i386/tm-i386.h" -#undef SAVED_PC_AFTER_CALL - -#define SAVED_PC_AFTER_CALL i386lynx_saved_pc_after_call -CORE_ADDR i386lynx_saved_pc_after_call (); - #endif /* TM_I386LYNX_H */ |