Next: 4.5.2 Port Specific Options
Up: 4.5 The PIC16 port
Previous: 4.5 The PIC16 port
Contents
Index
PIC16 port supports the standard command line arguments as supposed,
with the exception of certain cases that will be mentioned in the
following list:
- [--stack-auto]Auto variables that are function parameters, will
be saved on stack by default. There is no need to specify this
in the command line.
- [--float-reent]All floating point functions are reentrant by default.
There is no need to specifiy this in the command line.
- [--callee-saves]See --all-callee-saves
- [--all-callee-saves]All function arguments are passed on stack
by default. There is no need to specify this in the command
line.
- [--fommit-frame-pointer]Frame pointer will be omitted when the
function uses no local variables.
Bernhard Held
2004-02-21