bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/25614] dwarf-5 allows for .file 0


From: nickc at redhat dot com
Subject: [Bug gas/25614] dwarf-5 allows for .file 0
Date: Fri, 06 Mar 2020 15:37:47 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25614

--- Comment #3 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Nick Desaulniers from comment #0)
> .file 0 "asdf"
> .section .debug_info,"",@progbits
> .long 3
> .short 5

> I *think* section "2.14 Declaration Coordinates" pdf page 68 of [0]
> addresses this:
> "The value 0 indicates that no source file has been specified."

But doesn't that mean that your example assembler source is invalid,
because it *is* providing a source file name ?  Ie shouldn't the example be:

  .file 0
  .section .debug_info,"",@progbits
  [...]

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]