mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* Do not switch to external assembler if dwarf debug info is used.
git-svn-id: trunk@13097 -
This commit is contained in:
parent
b1427bad2e
commit
9acecc0863
@ -2199,17 +2199,6 @@ end;
|
||||
|
||||
procedure TOption.checkoptionscompatibility;
|
||||
begin
|
||||
{ the internal assembler does not yet support tf_dwarf_relative_addresses,
|
||||
which is required for dwarf on win32 (mantis 12872)
|
||||
}
|
||||
if (paratargetdbg in [dbg_dwarf2,dbg_dwarf3]) and
|
||||
(target_info.system = system_i386_win32) and
|
||||
(target_asm.id = target_info.assem) then
|
||||
begin
|
||||
Message(option_switch_bin_to_src_assembler);
|
||||
set_target_asm(target_info.assemextern);
|
||||
end;
|
||||
|
||||
if (paratargetdbg in [dbg_dwarf2,dbg_dwarf3]) and
|
||||
not(target_info.system in systems_darwin) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user