mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 20:09:37 +08:00
Add doc strings for SUBTARGET_SWITCHES
From-SVN: r25924
This commit is contained in:
parent
eb30a37534
commit
bdeb987972
@ -1,3 +1,8 @@
|
||||
Tue Mar 23 09:00:39 1999 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/arm/riscix1.h (SUBTARGET_SWITCHES): Add doc string.
|
||||
* config/arm/riscix1-1.h (SUBTARGET_SWITCHES): Add doc string.
|
||||
|
||||
Tue Mar 23 07:50:20 1999 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* function.c: Include hash.h.
|
||||
|
@ -80,7 +80,9 @@ Boston, MA 02111-1307, USA. */
|
||||
switches cc1 complains about them. For the sake of argument lets allocate
|
||||
bit 31 of target flags for such options. */
|
||||
#define SUBTARGET_SWITCHES \
|
||||
{"bsd", 0x80000000}, {"xopen", 0x80000000}, {"no-symrename", 0x80000000},
|
||||
{"bsd", 0x80000000, ""}, \
|
||||
{"xopen", 0x80000000, ""}, \
|
||||
{"no-symrename", 0x80000000, ""},
|
||||
|
||||
|
||||
/* Run-time Target Specification. */
|
||||
|
@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */
|
||||
but everything still compiles. */
|
||||
/* None of these is actually used in cc1, so they modify bit 31 */
|
||||
#define SUBTARGET_SWITCHES \
|
||||
{"bsd", 0x80000000},
|
||||
{"bsd", 0x80000000, ""},
|
||||
|
||||
|
||||
/* Run-time Target Specification. */
|
||||
|
Loading…
Reference in New Issue
Block a user