Commit 4bca1429 by Michael Hayes Committed by Michael Hayes

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
parent b50cb11f
Sun Mar 21 09:59:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
default case.
Sat Mar 20 23:33:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> Sat Mar 20 23:33:54 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* loop.c (check_dbra_loop): Fix debug message. * loop.c (check_dbra_loop): Fix debug message.
......
...@@ -156,8 +156,8 @@ ...@@ -156,8 +156,8 @@
/* Run-time compilation parameters selecting different hardware subsets. /* Run-time compilation parameters selecting different hardware subsets.
Macro to define tables used to set the flags. Macro to define tables used to set the flags.
This is a list in braces of pairs in braces, This is a list in braces of triplets in braces,
each pair being { "NAME", VALUE } each pair being { "NAME", VALUE, "DESCRIPTION" }
where VALUE is the bits to set or minus the bits to clear. where VALUE is the bits to set or minus the bits to clear.
An empty string NAME is used to identify the default VALUE. */ An empty string NAME is used to identify the default VALUE. */
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
"Assume that pointers may be aliased" }, \ "Assume that pointers may be aliased" }, \
{ "no-aliases", -ALIASES_FLAG, \ { "no-aliases", -ALIASES_FLAG, \
"Assume that pointers not aliased" }, \ "Assume that pointers not aliased" }, \
{ "", TARGET_DEFAULT} } { "", TARGET_DEFAULT, ""} }
/* Default target switches */ /* Default target switches */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment