cc: add a couple notes to the comments regarding flags
This commit is contained in:
parent
97a55e03a7
commit
fd1db35c4d
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ char *paramspace = "FP";
|
||||||
* -H3 -T4128 -R4096 is plan9 32-bit format
|
* -H3 -T4128 -R4096 is plan9 32-bit format
|
||||||
* -H5 -T0x80110000 -R4096 is ELF32
|
* -H5 -T0x80110000 -R4096 is ELF32
|
||||||
*
|
*
|
||||||
* options used: 189BLQSWabcjlnpsvz
|
* options used: 189BLQSWabcejlnpsvz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* known debug flags
|
* known debug flags
|
||||||
* flags without a description may be exclusive to certain architectures
|
* flags without a description may be exclusive to certain architectures
|
||||||
* -. Inhibit search for includes in source directory
|
* -. Inhibit search for includes in source directory
|
||||||
* -0
|
* -0 R0ISZERO - qc
|
||||||
* -4
|
* -4
|
||||||
* -8
|
* -8
|
||||||
* -<
|
* -<
|
||||||
|
@ -34,10 +34,10 @@
|
||||||
* -W
|
* -W
|
||||||
* -X abort on error
|
* -X abort on error
|
||||||
* -Y
|
* -Y
|
||||||
* -Z
|
* -Z pickle
|
||||||
|
|
||||||
* -a acid declaration output
|
* -a acid declaration output
|
||||||
* -c
|
* -c print const if
|
||||||
* -d print declarations
|
* -d print declarations
|
||||||
* -e
|
* -e
|
||||||
* -f
|
* -f
|
||||||
|
|
Loading…
Reference in a new issue