tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Add missing scope modifier?


From: pursuer2
Subject: Re: [Tinycc-devel] Add missing scope modifier?
Date: Sat, 13 Aug 2022 23:28:39 +0800

grischka wrote

Better leave alone tcccoff.c too.  Other than that I think it
makes sense.  You could test with
    $ make clean && make all cross _ONE_SOURCE_=yes
and with "no" too.

I followed these instruction, and dumped symbol table of all object files. I found more function has scope problem, and also some function are already have scope modifier in declaration, then I update this patch.

the new patch show below.

https://github.com/partic2/tinycc/commit/d68ac0b56e422dfef0f18933947bd4151ed232a6



reply via email to

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