diff options
Diffstat (limited to 'gdb/config/alpha/tm-fbsd.h')
-rw-r--r-- | gdb/config/alpha/tm-fbsd.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/config/alpha/tm-fbsd.h b/gdb/config/alpha/tm-fbsd.h index 00d3c27..55b3877 100644 --- a/gdb/config/alpha/tm-fbsd.h +++ b/gdb/config/alpha/tm-fbsd.h @@ -1,5 +1,5 @@ /* Target-dependent definitions for FreeBSD/Alpha. - Copyright 2000, 2001 Free Software Foundation, Inc. + Copyright 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -23,12 +23,6 @@ #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 |