This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: c/674


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]