tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] dwarf support


From: Herman ten Brugge
Subject: [Tinycc-devel] dwarf support
Date: Thu, 5 May 2022 11:13:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

The new gcc12 release does not support stabs any more.
This was a good reason to add support for dwarf.

You can enable this by configuring with option --dwarf=x where x=2..5
Most targets should support version 5.

Apple probably needs some adjustments in tccmacho.c for this to work.
I do not know how well supported dwarf is on apple.

I tested this
on x86_64, i386, arm, arm64 and riscv64 on fedora/raspberry pi/*bsd.
All testcases work and most targets support dwarf-5.

Herman

reply via email to

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