]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>
authorTristan Gingold <gingold@adacore.com>
Wed, 23 Sep 2009 08:30:12 +0000 (08:30 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 23 Sep 2009 08:30:12 +0000 (08:30 +0000)
       * gas/configure.com: Fix a typo.

gas/ChangeLog
gas/configure.com

index 28099ba6a13a68428f40f3d863ff4d26bda8603d..acccf0caa3e6067768c84fa1e176e6c38e90eb72 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-23  Tim E. Sneddon  <tsneddon@kednos.com>
+
+       * gas/configure.com: Fix a typo.
+
 2009-09-23  Alan Modra  <amodra@bigpond.net.au>
 
        * symbols.c (define_sym_at_dot): New function, extracted from..
index 615dc2277b5b3538df3d30ccb99bc78cc3e23814..0e10e073809bee456e84c23c079d0e98dd8dabf5 100644 (file)
@@ -232,7 +232,7 @@ $ if arch.eqs."ia64"
 $ then
 $   open/append outfile build.com
 $   write outfile "$ write sys$output ""Compiling te-vms.c"""
-$   write outfile "$ cc 'CFLAGS /obj=te-vme.obj [.config]te-vms.c + " +-
+$   write outfile "$ cc 'CFLAGS /obj=te-vms.obj [.config]te-vms.c + " +-
       "sys$library:sys$lib_c.tlb/lib"
 $   write outfile "$ AS_OBJS=AS_OBJS + "",te-vms.obj"""
 $   close outfile