This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Darwin Contributor
On Tue, 2004-04-06 at 04:20, Andrew Pinski wrote:
> No you do not need -fno-common, you need my patch which I submitted a
> while back to fix the bug
> in the Darwin's back-end. The patch is located in bug 10129.
> [...]
> The patch is locate here (also):
> <http://gcc.gnu.org/ml/gcc-patches/2003-07/msg00171.html>
I tried to follow the discussion in both places, but I'm
not sure what part of the patch wasn't commited, any hint?
Laurent
2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
* doc/install.texi (--without-headers): New.
Partial Fix PR/10129
* config/darwin.c (machopic_function_base_name): Only Return "<pic base>".
(machopic_output_function_base_name): New; print the true pic label.
(machopic_classify_ident): Pic Base is always a defined data.
* config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
* config/darwin-proto.h (machopic_output_function_base_name): Prototype.