public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Document Darwin options -gused and -gfull
@ 2004-07-13  1:38 Devang Patel
  2004-07-13  6:42 ` Mark Mitchell
  0 siblings, 1 reply; 2+ messages in thread
From: Devang Patel @ 2004-07-13  1:38 UTC (permalink / raw)
  To: GCC Patches

Bootstrapped on powerpc-darwin.

2004-07-12  Devang Patel  <dpatel@apple.com>

         * doc/invoke.texi (Darwin Options): Document -gused and -gfull.
--
Devang

Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.481
diff -Idpatel.pbxuser -c -3 -p -r1.481 invoke.texi
*** invoke.texi 9 Jul 2004 03:19:14 -0000       1.481
--- invoke.texi 12 Jul 2004 22:01:09 -0000
*************** in the following sections.
*** 421,427 ****
   -single_module  -static  -sub_library  -sub_umbrella @gol
   -twolevel_namespace  -umbrella  -undefined @gol
   -unexported_symbols_list  -weak_reference_mismatches @gol
! -whatsloaded -F}

   @emph{DEC Alpha Options}
   @gccoptlist{-mno-fp-regs  -msoft-float  -malpha-as  -mgas @gol
--- 421,427 ----
   -single_module  -static  -sub_library  -sub_umbrella @gol
   -twolevel_namespace  -umbrella  -undefined @gol
   -unexported_symbols_list  -weak_reference_mismatches @gol
! -whatsloaded -F -gused -gfull}

   @emph{DEC Alpha Options}
   @gccoptlist{-mno-fp-regs  -msoft-float  -malpha-as  -mgas @gol
*************** and @samp{"/Local/Library/Frameworks"}.
*** 6892,6897 ****
--- 6892,6907 ----
   the name of the framework and header.h is found in the
   @samp{"PrivateHeaders"} or @samp{"Headers"} directory.

+ @item -gused
+ @opindex -gused
+ Emit debugging information for symbols that are used. For STABS
+ debugging format, this enables 
@option{-feliminate-unused-debug-symbols}.
+ This is by default ON.
+
+ @item -gfull
+ @opindex -gfull
+ Emit debugging information for all symbols and types.
+
   @item -all_load
   @opindex all_load
   Loads all members of static archive libraries.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Document Darwin options -gused and -gfull
  2004-07-13  1:38 [PATCH] Document Darwin options -gused and -gfull Devang Patel
@ 2004-07-13  6:42 ` Mark Mitchell
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Mitchell @ 2004-07-13  6:42 UTC (permalink / raw)
  To: Devang Patel; +Cc: GCC Patches

Devang Patel wrote:

> Bootstrapped on powerpc-darwin.
>
> 2004-07-12  Devang Patel  <dpatel@apple.com>
>
>         * doc/invoke.texi (Darwin Options): Document -gused and -gfull. 


OK, if not already checked in.

-- 
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-12 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-13  1:38 [PATCH] Document Darwin options -gused and -gfull Devang Patel
2004-07-13  6:42 ` Mark Mitchell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).