diff options
author | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-02 18:41:52 +0000 |
---|---|---|
committer | erich <erich@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-06-02 18:41:52 +0000 |
commit | 42cee7eff7fa2ebdabfdfd182117064167089fa3 (patch) | |
tree | f175521e9856a5e39329dafcc2d305b497cc990b /gcc/config | |
parent | f6b019122ddd71117a9655654f7bfef24eae8ce4 (diff) | |
download | gcc-42cee7eff7fa2ebdabfdfd182117064167089fa3.tar.gz |
(ASM_FINAL_SPEC [CROSS_COMPILE]): Correct typo.
Update copyright message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7424 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-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 6ccb761d546..dba9231b614 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 \ |