summaryrefslogtreecommitdiff
path: root/usr/src/stand/sys
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/stand/sys
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/stand/sys')
-rw-r--r--usr/src/stand/sys/bootsyms.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/usr/src/stand/sys/bootsyms.h b/usr/src/stand/sys/bootsyms.h
index 9f8b6c636f..d09d58854c 100644
--- a/usr/src/stand/sys/bootsyms.h
+++ b/usr/src/stand/sys/bootsyms.h
@@ -38,20 +38,15 @@
* workaround exists for lint's pass2, which requires definitions for all
* symbols in order to properly perform cross-checks.
*
- * Thus, this header file was created to address two problems:
+ * Thus, this header file was created to address the problems:
*
- * 1. The "extern" problem. All files beneath stand/lib should #include
- * this file rather than "extern" the symbol. Additionally, existing
- * externs should be removed as convenient.
+ * - The "extern" problem. All files beneath stand/lib should #include
+ * this file rather than "extern" the symbol. Additionally, existing
+ * externs should be removed as convenient.
*
- * Of course, eventually some brave soul needs to venture over to the
- * slums of psm/stand and add all the proper header files, at which
- * point this file can be disposed of.
- *
- * 2. The lint pass2 problem. Specifically, this file is used to build
- * llib-lfakeboot.ln, which is then used to properly lint the
- * binaries under stand/lib. See stand/lib/llib-lfakeboot for more
- * details.
+ * Of course, eventually some brave soul needs to venture over to the
+ * slums of psm/stand and add all the proper header files, at which
+ * point this file can be disposed of.
*
* Note that the set of symbols shared between stand/lib and psm/stand is
* itself a moving target. As such, this file should be updated as needed