mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2008-08-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
|
||||||
|
|
||||||
2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
|
2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
|
* config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
|
||||||
|
@ -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
|
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}.
|
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
|
@cindex DWARF2_FORMAT
|
||||||
If you define this, it should return one of @code{dwarf2_format_32bit},
|
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
|
@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
|
If you don't define this, @code{dwarf2_format_32bit} will be used as
|
||||||
the default.
|
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
|
sections generated by the assembler. DWARF 2 sections generated by
|
||||||
other tools will be unaffected by this setting.
|
other tools will be unaffected by this setting.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user