mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
For program manipulating argv or arge as pointer with construct such as:
(while *argv++) {
do_something_with_argv;
}
it is necessary to have argv and arge inside a region. This patch create
regions argv and arge) if main is declared with those parameters.
|
||
|---|---|---|
| .. | ||
| alloca86_64.S | ||
| alloca86-bt.S | ||
| alloca86.S | ||
| armeabi.c | ||
| bcheck.c | ||
| libtcc1.c | ||
| Makefile | ||