c/674

bje@gcc.gnu.org bje@gcc.gnu.org
Thu Dec 28 13:06:00 GMT 2000


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
Cc:  
Subject: Re: c/674
Date: 28 Dec 2000 21:00:49 -0000

 Synopsis: -omagic and -o magic have different effects
 
 State-Changed-From-To: analyzed->closed
 State-Changed-By: bje
 State-Changed-When: Thu Dec 28 13:00:48 2000
 State-Changed-Why:
     This was never a GCC bug to begin with.  The problem is that GCC passes the -o option directly to the linker.
     The linker was catching -omagic as a synonym for the --omagic long option.  Likewise, -output would cause
     trouble.
     
     The linker has been fixed in CVS binutils so that -omagic and -output are no longer accepted.
     This fixes the problem.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=674&database=gcc


More information about the Gcc-prs mailing list