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