tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Fix for -gdwarf


From: Detlef Riekenberg
Subject: [Tinycc-devel] Fix for -gdwarf
Date: Thu, 1 Sep 2022 16:29:20 +0200

tcc -gdwarf did not work as expected.

When tcc was compiled without DWARF as default (--dwarf=5 as example),
then DWARF_VERSION is 0, the -gdwarf command line option did not changed 
s->dwarf
and tcc created stabs debug infos.

I pushed a fix.
Now, tcc does the same as gcc with "-gdwarf":
dwarf-2 on Darwin/Mac OS X and dwarf-5 on other systems

--
Bye bye ... Detlef




reply via email to

[Prev in Thread] Current Thread [Next in Thread]