Re: [Ada] Add support for PE-COFF PIE to System.Dwarf_Line

2021-09-30 Thread Eric Botcazou via Gcc-patches
> This makes it possible for System.Dwarf_Line to handle Position-Independent > Executables on Windows systems by translating the run-time addresses it is > provided with into addresses in the executable. > > Tested on x86_64-pc-linux-gnu, committed on trunk I have backported it, as well as the

[Ada] Add support for PE-COFF PIE to System.Dwarf_Line

2021-09-20 Thread Pierre-Marie de Rodat
This makes it possible for System.Dwarf_Line to handle Position-Independent Executables on Windows systems by translating the run-time addresses it is provided with into addresses in the executable. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * adaint.c