aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-04-21 19:47:19 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-04-21 19:47:19 +0000
commit82a4efa15c51958ff400c4204fe54472403d1f42 (patch)
treeb45212612c87a8579c287aa0a16458424839f577 /gdb/config/alpha
parent44dffaac91fc144998a2048f66d0a980f297c886 (diff)
downloadgdb-82a4efa15c51958ff400c4204fe54472403d1f42.zip
gdb-82a4efa15c51958ff400c4204fe54472403d1f42.tar.gz
gdb-82a4efa15c51958ff400c4204fe54472403d1f42.tar.bz2
* alphafbsd-tdep.c: Update copyright years. Include
alpha-tdep.h. (alphafbsd_use_struct_convention): Make static. (alphafbsd_init_abi): New function. (_initialize_alphafbsd_tdep): New function. * config/alpha/tm-fbsd.h: Update copyright years. (USE_STRUCT_CONVENTION): Remove.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/tm-fbsd.h8
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