diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-20 00:31:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-20 00:31:01 +0000 |
commit | 696d660be015e9bb4630e09c6b02ddd7ed088e86 (patch) | |
tree | 55b1404f6a410961d590a6d64de19156de509a54 /gdb/tm-sun3.h | |
parent | b4d4e8e33c73051ef96926da28e6f1f944512ec7 (diff) | |
download | gdb-696d660be015e9bb4630e09c6b02ddd7ed088e86.zip gdb-696d660be015e9bb4630e09c6b02ddd7ed088e86.tar.gz gdb-696d660be015e9bb4630e09c6b02ddd7ed088e86.tar.bz2 |
* tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.
tm-sun3.h: Define TARGET_SUN3.
Diffstat (limited to 'gdb/tm-sun3.h')
-rw-r--r-- | gdb/tm-sun3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/tm-sun3.h b/gdb/tm-sun3.h index 4519d6a..7ba7bc3 100644 --- a/gdb/tm-sun3.h +++ b/gdb/tm-sun3.h @@ -19,6 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_68881 +#define TARGET_SUN3 + #include "tm-68k.h" /* Define this if the C compiler puts an underscore at the front |