-2003-07-17 Andrew Pinski <pinskia@physics.uc.edu>
+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>".
* config/darwin.h (ASM_OUTPUT_LABELREF): Support the pic base label.
* config/darwin-proto.h (machopic_output_function_base_name): Prototype.
-2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
-
* gcse.c (gcse_constant_p): COMPARE of the same registers is a constant
if they are not floating point registers.
-2003-07-16 Andrew Pinski <pinskia@physics.uc.edu>
-
PR c/10962
* ggc.h: Add header guards.
* c-decl.c (finish_struct): Sort fields if
doesn't pre-exist. If @file{@var{prefix}/@var{target}/sys-include} does
pre-exist, the @var{dir} argument may be omitted. @command{fixincludes}
will be run on these files to make them compatible with GCC.
+
+@item --without-headers
+Tells GCC not use any target headers from a libc when building a cross
+compiler. When crossing to GNU/Linux, you need the headers so gcc
+can build the exception handling for libgcc.
+See @uref{http://www.objsw.com/CrossGCC/,,CrossGCC} for more information
+on this option.
+
@item --with-libs
@itemx --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
Deprecated in favor of @option{--with-sysroot}.