diff options
author | Richard Earnshaw <erich@gnu.org> | 1994-06-02 18:41:52 +0000 |
---|---|---|
committer | Richard Earnshaw <erich@gnu.org> | 1994-06-02 18:41:52 +0000 |
commit | ef65c0dcdf21f1eb7b8ff08e75c7de21f0946f38 (patch) | |
tree | f175521e9856a5e39329dafcc2d305b497cc990b /gcc | |
parent | 9997d19d6d7b8391b67cbdb36f2805b6f1390268 (diff) | |
download | gcc-ef65c0dcdf21f1eb7b8ff08e75c7de21f0946f38.zip gcc-ef65c0dcdf21f1eb7b8ff08e75c7de21f0946f38.tar.gz gcc-ef65c0dcdf21f1eb7b8ff08e75c7de21f0946f38.tar.bz2 |
(ASM_FINAL_SPEC [CROSS_COMPILE]): Correct typo.
Update copyright message.
From-SVN: r7424
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/riscix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index 6ccb761..dba9231 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. ARM RISCiX version. - Copyright (C) 1993 Free Software Foundation, Inc. + Copyright (C) 1993, 1994 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). @@ -54,7 +54,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #ifndef ASM_FINAL_SPEC -#if !defined (CROSS_COMPILER) +#if !defined (CROSS_COMPILE) #define ASM_FINAL_SPEC "\ %{!mno-symrename: \ \n /usr/bin/symrename \ |