diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-21 19:20:14 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-21 19:20:14 +0000 |
commit | 5bc7b81f3179079a7ffbef7e7739ee66aa345237 (patch) | |
tree | d598c0e975c1d0e2316e2ab772debf3962cac8ff /gcc/config/vax | |
parent | 3160014ec370c150713a15c6c60f96ccbf8d84c0 (diff) | |
download | gcc-5bc7b81f3179079a7ffbef7e7739ee66aa345237.tar.gz |
2002-06-21 Matt Thomas <matt@3am-software.com>
* config/vax/netbsd.h: Adjust a comment.
(TARGET_DEFAULT): Redefine as 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/netbsd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h index 46bbac77c53..0bc31f73c0a 100644 --- a/gcc/config/vax/netbsd.h +++ b/gcc/config/vax/netbsd.h @@ -40,5 +40,9 @@ Boston, MA 02111-1307, USA. */ #define PTRDIFF_TYPE "int" /* Until they use ELF or something that handles dwarf2 unwinds - and initialization stuff better. */ + and initialization stuff better. Use sjlj exceptions. */ #undef DWARF2_UNWIND_INFO + +/* We use gas, not the UNIX assembler. */ +#undef TARGET_DEFAULT +#define TARGET_DEFAULT 0 |