This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Document Darwin options -gused and -gfull


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]