From ef65c0dcdf21f1eb7b8ff08e75c7de21f0946f38 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Thu, 2 Jun 1994 18:41:52 +0000 Subject: [PATCH] (ASM_FINAL_SPEC [CROSS_COMPILE]): Correct typo. Update copyright message. From-SVN: r7424 --- gcc/config/arm/riscix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index 6ccb761d546f..dba9231b6149 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 \ -- 2.47.2