Re: [PATCH] fix -fdebug-prefix-map without gas .file support

2020-02-27 Thread Richard Biener
On Wed, 26 Feb 2020, Jason Merrill wrote: > On 2/21/20 5:02 AM, Richard Biener wrote: > > This applies file mapping when emitting the directory table > > directly instead of using the assemblers .file directive where > > we already correctly apply the map. Notably the non-assembler > > path is

Re: [PATCH] fix -fdebug-prefix-map without gas .file support

2020-02-25 Thread Jason Merrill
On 2/21/20 5:02 AM, Richard Biener wrote: This applies file mapping when emitting the directory table directly instead of using the assemblers .file directive where we already correctly apply the map. Notably the non-assembler path is used for the early debug emission for LTO. Bootstrapped and

[PATCH] fix -fdebug-prefix-map without gas .file support

2020-02-21 Thread Richard Biener
This applies file mapping when emitting the directory table directly instead of using the assemblers .file directive where we already correctly apply the map. Notably the non-assembler path is used for the early debug emission for LTO. Bootstrapped and tested on x86_64-unknown-linux-gnu. OK for