aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/nm-i386bsd.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-08-02 15:41:49 +0000
committerStu Grossman <grossman@cygnus>1993-08-02 15:41:49 +0000
commit884914bf03af1a838162648dff5d87e9e099501f (patch)
tree1a73e131a34ac70629a278c6b80e71dc97cf7875 /gdb/config/i386/nm-i386bsd.h
parent25286543da71d927d59a7479e7e1bd0a1b9e1321 (diff)
downloadgdb-884914bf03af1a838162648dff5d87e9e099501f.zip
gdb-884914bf03af1a838162648dff5d87e9e099501f.tar.gz
gdb-884914bf03af1a838162648dff5d87e9e099501f.tar.bz2
Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
* config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now). * config/i386/nm-i386bsd.h: Protect from multiple inclusion. * config/i386/nm-i386lynx.h: Lotsa new host porting stuff. * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and target_pid_to_str.
Diffstat (limited to 'gdb/config/i386/nm-i386bsd.h')
-rw-r--r--gdb/config/i386/nm-i386bsd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/i386/nm-i386bsd.h b/gdb/config/i386/nm-i386bsd.h
index ec71b54..e0371bb 100644
--- a/gdb/config/i386/nm-i386bsd.h
+++ b/gdb/config/i386/nm-i386bsd.h
@@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#ifndef NM_I386BSD_H
+#define NM_I386BSD_H
+
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */
@@ -32,3 +35,5 @@ extern int
i386_register_u_addr PARAMS ((int, int));
#define PTRACE_ARG3_TYPE char*
+
+#endif /* NM_I386BSD_H */