This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/4605] [alpha-osf]mips-tfile & spaced directory names
- From: "markus dot schoepflin at comsoft dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2009 11:43:24 -0000
- Subject: [Bug target/4605] [alpha-osf]mips-tfile & spaced directory names
- References: <bug-4605-4970@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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