From 4bca1429ec897ce86993c9c24fda4ef53449e496 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sat, 20 Mar 1999 14:01:57 +0000 Subject: [PATCH] c4x.h (TARGET_SWITCHES): Add null description to default case. * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to default case. From-SVN: r25869 --- gcc/ChangeLog | 5 +++++ gcc/config/c4x/c4x.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b35cc32d0fa..3dc891033ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 21 09:59:54 1999 Michael Hayes + + * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to + default case. + Sat Mar 20 23:33:54 1999 Michael Hayes * loop.c (check_dbra_loop): Fix debug message. diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 0ac9d02d61e..a72d6dbc307 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -156,8 +156,8 @@ /* Run-time compilation parameters selecting different hardware subsets. Macro to define tables used to set the flags. - This is a list in braces of pairs in braces, - each pair being { "NAME", VALUE } + This is a list in braces of triplets in braces, + each pair being { "NAME", VALUE, "DESCRIPTION" } where VALUE is the bits to set or minus the bits to clear. An empty string NAME is used to identify the default VALUE. */ @@ -252,7 +252,7 @@ "Assume that pointers may be aliased" }, \ { "no-aliases", -ALIASES_FLAG, \ "Assume that pointers not aliased" }, \ - { "", TARGET_DEFAULT} } + { "", TARGET_DEFAULT, ""} } /* Default target switches */ -- 2.30.2