aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2004-07-12 17:18:41 -0700
committerDevang Patel <dpatel@gcc.gnu.org>2004-07-12 17:18:41 -0700
commit7aded9447701b0984810de857a6f1fc233e3b6aa (patch)
tree2941b9a4c519d2f58417aa49a7f0b3d2eddfb316 /gcc
parentd39a988094cb4f74b1e52a8f08b6a60506c02f1e (diff)
downloadgcc-7aded9447701b0984810de857a6f1fc233e3b6aa.zip
gcc-7aded9447701b0984810de857a6f1fc233e3b6aa.tar.gz
gcc-7aded9447701b0984810de857a6f1fc233e3b6aa.tar.bz2
* doc/invoke.texi (Darwin Options): Document -gused and -gfull.
From-SVN: r84594
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi12
2 files changed, 15 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1dd10f2..66da58a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-12 Devang Patel <dpatel@apple.com>
+
+ * doc/invoke.texi (Darwin Options): Document -gused and -gfull.
+
2004-07-12 Steve Ellcey <sje@cup.hp.com>
* function.c (expand_function_start): Ensure r_save is in Pmode.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index b265292..1ab899a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -422,7 +422,7 @@ in the following sections.
-single_module -static -sub_library -sub_umbrella @gol
-twolevel_namespace -umbrella -undefined @gol
-unexported_symbols_list -weak_reference_mismatches @gol
--whatsloaded -F}
+-whatsloaded -F -gused -gfull}
@emph{DEC Alpha Options}
@gccoptlist{-mno-fp-regs -msoft-float -malpha-as -mgas @gol
@@ -6903,6 +6903,16 @@ and @samp{"/Local/Library/Frameworks"}. An example include looks like
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.