Commit 865e0471 by John David Anglin Committed by Philipp Thomas

vax.h (TARGET_SWITCHES): Provide descriptions.

2000-06-25  John David Anglin  <dave.anglin@nrc.ca>

        * config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.

From-SVN: r34691
parent ee95744f
2000-06-25 John David Anglin <dave.anglin@nrc.ca>
* config/vax/vax.h (TARGET_SWITCHES): Provide descriptions.
2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> 2000-06-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
* mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2FUNCS when generating
......
...@@ -66,15 +66,15 @@ extern int target_flags; ...@@ -66,15 +66,15 @@ extern int target_flags;
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. */
#define TARGET_SWITCHES \ #define TARGET_SWITCHES \
{ {"unix", 1}, \ { {"unix", 1, "Generate code for UNIX assembler"}, \
{"gnu", -1}, \ {"gnu", -1, "Generate code for GNU assembler (gas)"}, \
{"vaxc-alignment", 2}, \ {"vaxc-alignment", 2, "Use VAXC structure conventions"}, \
{"g", 4}, \ {"g", 4, "Generate GFLOAT double precision code"}, \
{"g-float", 4}, \ {"g-float", 4, "Generate GFLOAT double precision code"}, \
{"d", -4}, \ {"d", -4, "Generate DFLOAT double precision code"}, \
{"d-float", -4}, \ {"d-float", -4, "Generate DFLOAT double precision code"}, \
{ "", TARGET_DEFAULT}} { "", TARGET_DEFAULT, 0}}
/* Default target_flags if no switches specified. */ /* Default target_flags if no switches specified. */
......
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