aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMatt Thomas <matt@3am-software.com>2002-06-21 19:20:14 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-06-21 19:20:14 +0000
commit6b0760fd15f2617ff4af9788b78bfba121e72fca (patch)
treed598c0e975c1d0e2316e2ab772debf3962cac8ff /gcc
parent31a782981f03d3a5184e12920c1cd3176d904ab4 (diff)
downloadgcc-6b0760fd15f2617ff4af9788b78bfba121e72fca.zip
gcc-6b0760fd15f2617ff4af9788b78bfba121e72fca.tar.gz
gcc-6b0760fd15f2617ff4af9788b78bfba121e72fca.tar.bz2
netbsd.h: Adjust a comment.
2002-06-21 Matt Thomas <matt@3am-software.com> * config/vax/netbsd.h: Adjust a comment. (TARGET_DEFAULT): Redefine as 0. From-SVN: r54887
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/vax/netbsd.h6
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3bbfef1..ceaa91c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-21 Matt Thomas <matt@3am-software.com>
+
+ * config/vax/netbsd.h: Adjust a comment.
+ (TARGET_DEFAULT): Redefine as 0.
+
2002-06-21 Richard Henderson <rth@redhat.com>
* bb-reorder.c (make_reorder_chain_1): Search harder for the
diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h
index 46bbac7..0bc31f7 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