This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

typo fix for ARM GNU/Linux


This patch fixes a typo that broke compilation for 26-bit targets.

p.

2000-04-01  Philip Blundell  <philb@gnu.org>

	* config/arm/linux-elf.h: Fix typos.

Index: linux-elf.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/arm/linux-elf.h,v
retrieving revision 1.12.2.5
diff -u -p -u -r1.12.2.5 linux-elf.h
--- config/arm/linux-elf.h	2000/03/24 19:06:09	1.12.2.5
+++ config/arm/linux-elf.h	2000/04/01 22:24:52
@@ -43,10 +43,10 @@ Boston, MA 02111-1307, USA.  */
 #else	/* default is APCS-26 */
 # define TARGET_DEFAULT (ARM_FLAG_MMU_TRAPS)
 # ifdef SUBTARGET_OLD_LINKER
-#  define SUBTARGET_LINK_SPEC	\
+#  define SUBTARGET_EXTRA_LINK_SPEC	\
 	" %{mapcs-32:-m elf32arm} %{!mapcs-32:-m elf32arm26}"
 # else	/* new linker */
-#  define SUBTARGET_LINK_SPEC	\
+#  define SUBTARGET_EXTRA_LINK_SPEC	\
 	" %{mapcs-32:-m armelf_linux} %{!mapcs-32:-m armelf_linux26} -p"
 # endif
 # define SUBTARGET_EXTRA_ASM_SPEC	\



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]