diff options
author | Catherine Moore <clm@gcc.gnu.org> | 1998-06-29 14:08:22 -0400 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 1998-06-29 14:08:22 -0400 |
commit | 1a75925b167d5bd894376f06bd2209005031e67f (patch) | |
tree | 84e5f1fcbca5dc292fbce46bbe11eb62611d9f7b | |
parent | 68a4a1412500fc851351e5b70880bfeeae43cd03 (diff) | |
download | gcc-1a75925b167d5bd894376f06bd2209005031e67f.zip gcc-1a75925b167d5bd894376f06bd2209005031e67f.tar.gz gcc-1a75925b167d5bd894376f06bd2209005031e67f.tar.bz2 |
-mtraceback is not supported.
From-SVN: r20804
-rw-r--r-- | gcc/invoke.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 3bc197f..1239f4c 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -4468,12 +4468,6 @@ On System V.4 and embedded PowerPC systems do not (do) assume that register 2 contains a pointer to a global area pointing to the addresses used in the program. -@item -mno-traceback -@itemx -mtraceback -On embedded PowerPC systems do not (do) generate a traceback tag before -the start of the function. This tag can be used by the debugger to -identify where the start of a function is. - @item -mlittle @itemx -mlittle-endian On System V.4 and embedded PowerPC systems compile code for the |