From: brobecke Date: Fri, 5 Jan 2007 14:40:05 +0000 (+0000) Subject: * doc/install.texi (Final install): Document the fact that X-Git-Tag: upstream/4.9.2~51250 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f45380bec377ff65a271ff739c3943bc8c41ad81;p=platform%2Fupstream%2Flinaro-gcc.git * doc/install.texi (Final install): Document the fact that the GNAT runtime should not be stripped. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120484 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4557a6f..a8b31ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-01-05 Joel Brobecker + + * doc/install.texi (Final install): Document the fact that + the GNAT runtime should not be stripped. + 2007-01-04 Jan Hubicka * tree-inline.c (fold_marked_statements): Update operand caches diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 46213e4..2876e5a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2062,7 +2062,10 @@ cd @var{objdir}; make install @end smallexample We strongly recommend to install into a target directory where there is -no previous version of GCC present. +no previous version of GCC present. Also, the GNAT runtime should not +be stripped, as this would break certain features of the debugger that +depend on this debugging information (catching Ada exceptions for +instance). That step completes the installation of GCC; user level binaries can be found in @file{@var{prefix}/bin} where @var{prefix} is the value