diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-22 15:58:59 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-22 15:58:59 +0000 |
commit | a1b86ab7acf70094546a1028e195930b6d1a82bf (patch) | |
tree | 7af2bc18f904bb3e705347b6ce434ba96962fe13 /gas | |
parent | a913933049f1a29bb051593db2593e776d26ae5f (diff) | |
download | gdb-a1b86ab7acf70094546a1028e195930b6d1a82bf.zip gdb-a1b86ab7acf70094546a1028e195930b6d1a82bf.tar.gz gdb-a1b86ab7acf70094546a1028e195930b6d1a82bf.tar.bz2 |
gas/
* doc/c-mips.texi (MIPS Stabs): Remove section.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 15 |
2 files changed, 4 insertions, 15 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9f3402f..0c84f08 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-06-22 Richard Sandiford <rdsandiford@googlemail.com> + + * doc/c-mips.texi (MIPS Stabs): Remove section. + 2013-06-20 Richard Sandiford <rdsandiford@googlemail.com> * config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS, ISA_SUPPORTS_DSP_ASE) diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 060febb..bbb2629 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -24,7 +24,6 @@ Assembly Language Programming'' in the same work. @menu * MIPS Opts:: Assembler options * MIPS Object:: ECOFF object code -* MIPS Stabs:: Directives for debugging information * MIPS ISA:: Directives to override the ISA level * MIPS symbol sizes:: Directives to override the size of symbols * MIPS autoextend:: Directives for extending MIPS 16 bit instructions @@ -473,20 +472,6 @@ Using small @sc{ecoff} objects requires linker support, and assumes that the the startup code). @sc{mips} @sc{ecoff} assembly code must not modify the @code{$gp} register. -@node MIPS Stabs -@section Directives for debugging information - -@cindex MIPS debugging directives -@sc{mips} @sc{ecoff} @code{@value{AS}} supports several directives used for -generating debugging information which are not support by traditional @sc{mips} -assemblers. These are @code{.def}, @code{.endef}, @code{.dim}, @code{.file}, -@code{.scl}, @code{.size}, @code{.tag}, @code{.type}, @code{.val}, -@code{.stabd}, @code{.stabn}, and @code{.stabs}. The debugging information -generated by the three @code{.stab} directives can only be read by @sc{gdb}, -not by traditional @sc{mips} debuggers (this enhancement is required to fully -support C++ debugging). These directives are primarily used by compilers, not -assembly language programmers! - @node MIPS symbol sizes @section Directives to override the size of symbols |