OSDN Git Service

Apply Philip Blundell's patch to fix typos in SUBTARGET_EXTRA_LINK_SPEC
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2000 17:19:15 +0000 (17:19 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Apr 2000 17:19:15 +0000 (17:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32882 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/linux-elf.h

index c2c3aa9..7a7a78d 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-03  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
+
 2000-04-03  Felix Lee  <flee@cygnus.com>
 
        * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
index d1993f8..598d1c9 100644 (file)
@@ -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      \