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-bt.S | ||
| alloca86.S | ||
| alloca86_64.S | ||
| armeabi.c | ||
| bcheck.c | ||
| libtcc1.c | ||
| Makefile | ||