--- gcc/config/arm/riscix1-1.h 2018/04/24 18:16:13 1.1.1.1 +++ gcc/config/arm/riscix1-1.h 2018/04/24 18:30:08 1.1.1.2 @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM RISCiX 1.1x version. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1995 Free Software Foundation, Inc. Contributed by Richard Earnshaw (rwe11@cl.cam.ac.uk), based on original work by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). @@ -18,7 +18,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* RISCix 1.1x is basically the same as 1.2x except that it doesn't have symrename or atexit. */ @@ -41,9 +42,8 @@ the Free Software Foundation, 675 Mass A By not having -mxopen and -mno-symrename, we get warning messages, but everything still compiles. */ /* None of these is actually used in cc1, so they modify bit 31 */ -#define ARM_EXTRA_TARGET_SWITCHES \ +#define SUBTARGET_SWITCHES \ {"bsd", 0x80000000}, - /* Run-time Target Specification. */ @@ -75,7 +75,7 @@ the Free Software Foundation, 675 Mass A /* Some systems use __main in a way incompatible with its use in gcc, in these cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to give the same symbol without quotes for an alternative entry point. You - must define both, or niether. */ + must define both, or neither. */ #ifndef NAME__MAIN #define NAME__MAIN "__gccmain" #define SYMBOL__MAIN __gccmain