diff options
author | Michael Snyder <msnyder@vmware.com> | 1997-07-22 21:00:21 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 1997-07-22 21:00:21 +0000 |
commit | 6886574678c6af180a6c75932a08c53a1fc4cc02 (patch) | |
tree | 964a7b7ee81bb1fb2523c1fafab963a77120f3c0 /gdb/config/mips/tm-tx39l.h | |
parent | 9ffd1eabd322befaabd7eaf076b151ac3bcee8e5 (diff) | |
download | gdb-6886574678c6af180a6c75932a08c53a1fc4cc02.zip gdb-6886574678c6af180a6c75932a08c53a1fc4cc02.tar.gz gdb-6886574678c6af180a6c75932a08c53a1fc4cc02.tar.bz2 |
Pulling changes over from tx39 branch
Diffstat (limited to 'gdb/config/mips/tm-tx39l.h')
-rw-r--r-- | gdb/config/mips/tm-tx39l.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-tx39l.h b/gdb/config/mips/tm-tx39l.h index e60c938..7da1320 100644 --- a/gdb/config/mips/tm-tx39l.h +++ b/gdb/config/mips/tm-tx39l.h @@ -21,5 +21,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "mips/tm-mips.h" -#undef USE_STRUCT_CONVENTION -#define USE_STRUCT_CONVENTION(gcc_p, type) (TYPE_LENGTH (type) > 8) +#undef DEFAULT_MIPS_TYPE +#define DEFAULT_MIPS_TYPE "r3900" |