git: 9front

Download patch

ref: e5ca4e6f19c452f16e83a0a7270e076c934eceb4
parent: 201c4b566f54ee0e5cb5122f9a9bf1a68b3466e2
author: BurnZeZ <devnull@localhost>
date: Tue Dec 29 14:38:59 EST 2020

cc: add a couple notes to the comments regarding flags

--- a/sys/src/cmd/6l/obj.c
+++ b/sys/src/cmd/6l/obj.c
@@ -17,7 +17,7 @@
  *	-H3 -T4128 -R4096		is plan9 32-bit format
  *	-H5 -T0x80110000 -R4096		is ELF32
  *
- *	options used: 189BLQSWabcjlnpsvz
+ *	options used: 189BLQSWabcejlnpsvz
  */
 
 static int
--- a/sys/src/cmd/cc/lex.c
+++ b/sys/src/cmd/cc/lex.c
@@ -9,7 +9,7 @@
  * known debug flags
  * flags without a description may be exclusive to certain architectures
  *	-.		Inhibit search for includes in source directory
- *	-0
+ *	-0		R0ISZERO - qc
  *	-4
  *	-8
  *	-<
@@ -34,10 +34,10 @@
  *	-W
  *	-X		abort on error
  *	-Y
- *	-Z
+ *	-Z		pickle
 
  *	-a		acid declaration output
- *	-c
+ *	-c		print const if
  *	-d		print declarations
  *	-e
  *	-f
--