diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-08 07:38:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-08 07:38:49 +0000 |
commit | c3c3645668dd98baba51d2877c901c33a60b9f31 (patch) | |
tree | f56e325796f32e4d6947559cbe19da01d1500f83 /gas/doc/internals.texi | |
parent | 4d6c6261a1ae337658ca23b095b2fd610b1615b2 (diff) | |
download | gdb-c3c3645668dd98baba51d2877c901c33a60b9f31.zip gdb-c3c3645668dd98baba51d2877c901c33a60b9f31.tar.gz gdb-c3c3645668dd98baba51d2877c901c33a60b9f31.tar.bz2 |
* doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
Diffstat (limited to 'gas/doc/internals.texi')
-rw-r--r-- | gas/doc/internals.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 78b767e..e37da47 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1494,7 +1494,7 @@ The COFF @code{.section} directive will use the value of this macro to set a new section's attributes when a directive has no valid flags or when the flag is @code{w}. The default value of the macro is @code{SEC_LOAD | SEC_DATA}. -@item DWARF2_FORMAT () +@item DWARF2_FORMAT (@var{sec}) @cindex DWARF2_FORMAT If you define this, it should return one of @code{dwarf2_format_32bit}, @code{dwarf2_format_64bit}, or @code{dwarf2_format_64bit_irix} to indicate @@ -1511,7 +1511,7 @@ the section's length. If you don't define this, @code{dwarf2_format_32bit} will be used as the default. -This define only affects @code{.debug_info} and @code{.debug_line} +This define only affects debug sections generated by the assembler. DWARF 2 sections generated by other tools will be unaffected by this setting. |