From: Nick Clifton Date: Tue, 23 Mar 1999 09:02:07 +0000 (+0000) Subject: Add doc strings for SUBTARGET_SWITCHES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdeb987972a871db073eec013477400e188ead31;p=gcc.git Add doc strings for SUBTARGET_SWITCHES From-SVN: r25924 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea806cec025..c35b226073a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 23 09:00:39 1999 Nick Clifton + + * 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 * function.c: Include hash.h. diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index 7c5f1ce01ca..07bdb0f7081 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -79,8 +79,10 @@ Boston, MA 02111-1307, USA. */ /* None of these is actually used in cc1. If we don't define them in target 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}, +#define SUBTARGET_SWITCHES \ +{"bsd", 0x80000000, ""}, \ +{"xopen", 0x80000000, ""}, \ +{"no-symrename", 0x80000000, ""}, /* Run-time Target Specification. */ diff --git a/gcc/config/arm/riscix1-1.h b/gcc/config/arm/riscix1-1.h index 7311067e9d2..e896a1eb033 100644 --- a/gcc/config/arm/riscix1-1.h +++ b/gcc/config/arm/riscix1-1.h @@ -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. */