This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support 64-bit dwarf .debug_aranges


On Mon, Aug 04, 2008 at 08:24:25PM +0930, Alan Modra wrote:
> Index: gas/doc/internals.texi
> ===================================================================
> RCS file: /cvs/src/src/gas/doc/internals.texi,v
> retrieving revision 1.57
> diff -u -p -r1.57 internals.texi
> --- gas/doc/internals.texi	6 Nov 2007 17:15:10 -0000	1.57
> +++ gas/doc/internals.texi	4 Aug 2008 03:42:05 -0000
> @@ -1494,7 +1494,7 @@ The COFF @code{.section} directive will 
>  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.

I forgot to commit the above change.  Now done.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]