Browse Source

2009-09-23 Tim E. Sneddon <tsneddon@kednos.com>

* gas/configure.com: Fix a typo.
gdb_7_1-branch
Tristan Gingold 17 years ago
parent
commit
6eb94e776a
  1. 4
      gas/ChangeLog
  2. 2
      gas/configure.com

4
gas/ChangeLog

@ -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..

2
gas/configure.com

@ -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

Loading…
Cancel
Save