From: Michael Hayes Date: Sat, 20 Mar 1999 14:01:57 +0000 (+0000) Subject: c4x.h (TARGET_SWITCHES): Add null description to default case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bca1429ec897ce86993c9c24fda4ef53449e496;p=gcc.git 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 --- 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 */