This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c/674
- To: bje at gcc dot gnu dot org
- Subject: Re: c/674
- From: bje at gcc dot gnu dot org
- Date: 24 Dec 2000 07:36:00 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: bje at gcc dot gnu dot org
The following reply was made to PR c/674; it has been noted by GNATS.
From: bje@gcc.gnu.org
To: anthonyu@yahoo.com, bje@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
nobody@gcc.gnu.org
Cc:
Subject: Re: c/674
Date: 24 Dec 2000 07:29:28 -0000
Synopsis: -omagic and -o magic have different effects
Responsible-Changed-From-To: unassigned->bje
Responsible-Changed-By: bje
Responsible-Changed-When: Sat Dec 23 23:29:28 2000
Responsible-Changed-Why:
Got it.
State-Changed-From-To: open->analyzed
State-Changed-By: bje
State-Changed-When: Sat Dec 23 23:29:28 2000
State-Changed-Why:
GCC passes `-omagic' directly onto the linker. Amazingy,
`-omagic' is a special ld command line option, so your -o
option is kind of lost along the way.
GCC should be fixed so that it passes the `-o' option with a
space between it and the option value. This would prevent
this hiccup.
Feel free to propose a patch (or I'll fix it later).
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=674&database=gcc