------- Comment #8 from markus dot schoepflin at comsoft dot de 2009-01-12
11:43 -------
I think the problem is with 'as':
~/local/src/tests/gcc/4605> ls -1
dir test
hello.c
~/local/src/tests/gcc/4605> as -g -oldas -c -nocpp -O0 -o 'dir test/hello.o'
/tmp//ccTogmGX.s
~/local/src/tests/gcc/4605> ls -1
dir
dir test
hello.c
~/local/src/tests/gcc/4605> file dir
dir: COFF format alpha executable or object module not stripped - version
3.13-14
Note that 'as' created the output in a file called 'dir', the directory 'dir
test' is still empty.
I tried various ways of escaping the blank but to no avail.
So I don't think there is much that can be done about this.
--
markus dot schoepflin at comsoft dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |markus dot schoepflin at
| |comsoft dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4605