[Bug gas/28266] CWD present in object file even after use of -fdebug-prefix-map=$PWD=foo

2021-09-09 Thread joel at rosdahl dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28266 --- Comment #8 from Joel Rosdahl --- > Try this Ah, the rewritten directory is available in the assembler input. Great! Works for me. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28266] CWD present in object file even after use of -fdebug-prefix-map=$PWD=foo

2021-09-07 Thread joel at rosdahl dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28266 --- Comment #5 from Joel Rosdahl --- Created attachment 13656 --> https://sourceware.org/bugzilla/attachment.cgi?id=13656&action=edit gas: Apply debug prefix map to DWARF-5 PWD entry in directory table (In reply to Nick Clifton from comment

[Bug gas/28266] CWD present in object file even after use of -fdebug-prefix-map=$PWD=foo

2021-09-02 Thread joel at rosdahl dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28266 --- Comment #3 from Joel Rosdahl --- (In reply to Nick Clifton from comment #2) > So I would favour the interpretation that -fdebug-prefix-map is expected to > override strict conformance to the DWARF standard because of the desire/need > for

[Bug gas/28266] CWD present in object file even after use of -fdebug-prefix-map=$PWD=foo

2021-08-28 Thread joel at rosdahl dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28266 --- Comment #1 from Joel Rosdahl --- I've now had a brief look at the DWARF-5 specification. The notes on lines 6-11 on page 156 seem to imply that the intention of 0'th entry is to be a copy of DW_AT_comp_dir. Another data point is that Clan

[Bug gas/28266] New: CWD present in object file even after use of -fdebug-prefix-map=$PWD=foo

2021-08-25 Thread joel at rosdahl dot net
Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: joel at rosdahl dot net Target Milestone: --- Hi there! I'm the maintainer of ccache, a compiler cache which caches compilations based on an input ha