This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFH] Fixing -fsection-anchors on powerpc-darwin
- From: Eric Christopher <echristo at apple dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 21 Feb 2006 10:12:44 -0800
- Subject: Re: [RFH] Fixing -fsection-anchors on powerpc-darwin
- References: <9f4a4ff91e624d38e32a1795ac9bac27@physics.uc.edu>
On Feb 18, 2006, at 10:09 PM, Andrew Pinski wrote:
<anchor.diff.txt>
+ if (name[0] == '.' && name[1] == ' ')
+ return 0;
Urr?
Comment here and then I think it's probably good to go. Need to get a
darwin maintainer to ack it though.
-eric