]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix typo in defintion of OUTPUT_FORMAT.
authorNick Clifton <nickc@redhat.com>
Wed, 11 Aug 1999 09:21:38 +0000 (09:21 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 11 Aug 1999 09:21:38 +0000 (09:21 +0000)
ld/ChangeLog
ld/scripttempl/mcorepe.sc

index af34b231674d073c59f318c0e70d1b91eef2c756..2bd9093c5e193d2d7c1dd1765609f8f2a42ce360 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-11  Nick Clifton  <nickc@cygnus.com>
+
+       * scripttempl/mcorepe.sc (OUTPUT_FORMAT): Fix typo.
+
 1999-08-09  Mark Elbrecht  <snowball3@bigfoot.com>
 
        * scripttempl/i386go32.sc: Handle g++ exception sections.
index 65f770cabfadded8855b57c083dbfb5b76655f2d..6f928aadd2d5cf51d68004efa6425c204f5d8767 100644 (file)
@@ -40,7 +40,7 @@ if test "$RELOCATING"; then
   # because bash 2.x will lose the doublequotes.
   cat <<EOF
 OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
-                          "${LITTLE_OUTPUT_FORMAT}")}
+                          "${LITTLE_OUTPUT_FORMAT}")
 EOF
 fi