summaryrefslogtreecommitdiffstats
path: root/contrib/gdb/gdb/config/alpha/tm-fbsd.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-06-20 18:26:14 +0000
committermarcel <marcel@FreeBSD.org>2004-06-20 18:26:14 +0000
commitddb504ee412e85d02695ae9f3deef7f220b77beb (patch)
treea49f8af771ff0bf61cc4f75dc6b9537c0bd683e7 /contrib/gdb/gdb/config/alpha/tm-fbsd.h
parentc6cc8e4a1eb2de942258fa7cd28b9c4f9e5c6277 (diff)
downloadFreeBSD-src-ddb504ee412e85d02695ae9f3deef7f220b77beb.zip
FreeBSD-src-ddb504ee412e85d02695ae9f3deef7f220b77beb.tar.gz
Import of GDB version 6.1.1 (stripped; see FREEBSD-Xlist rev. 1.6).
Diffstat (limited to 'contrib/gdb/gdb/config/alpha/tm-fbsd.h')
-rw-r--r--contrib/gdb/gdb/config/alpha/tm-fbsd.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/contrib/gdb/gdb/config/alpha/tm-fbsd.h b/contrib/gdb/gdb/config/alpha/tm-fbsd.h
index 00d3c27..c154366 100644
--- a/contrib/gdb/gdb/config/alpha/tm-fbsd.h
+++ b/contrib/gdb/gdb/config/alpha/tm-fbsd.h
@@ -1,5 +1,6 @@
/* Target-dependent definitions for FreeBSD/Alpha.
- Copyright 2000, 2001 Free Software Foundation, Inc.
+
+ Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -23,23 +24,4 @@
#include "alpha/tm-alpha.h"
-/* FreeBSD uses the old gcc convention for struct returns. */
-
-#undef USE_STRUCT_CONVENTION
-#define USE_STRUCT_CONVENTION(gcc_p, type) \
- alphafbsd_use_struct_convention (gcc_p, type)
-
-/* FreeBSD doesn't mark the outermost frame. While some FreeBSD/Alpha
- releases include (a minimal amount of) debugging info in its
- startup code (crt1.o), the safest thing is to consider the user
- code entry point as the outermost frame. */
-#define FRAME_CHAIN_VALID(chain, thisframe) \
- func_frame_chain_valid(chain, thisframe)
-
-/* Number of traps that happen between exec'ing the shell to run an
- inferior, and when we finally get to the inferior code. The
- default is right for FreeBSD. */
-
-#undef START_INFERIOR_TRAPS_EXPECTED
-
#endif /* TM_FBSD_H */
OpenPOWER on IntegriCloud