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
This commit is contained in:
Matt Thomas 2002-06-21 19:20:14 +00:00 committed by Jason Thorpe
parent 31a782981f
commit 6b0760fd15
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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