projects
/
eightysix
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9820ae9
)
discard comment sections
author
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 19 Aug 2024 01:03:28 +0000
(
04:03
+0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 19 Aug 2024 01:03:28 +0000
(
04:03
+0300)
kern/kern.ld
patch
|
blob
|
history
diff --git
a/kern/kern.ld
b/kern/kern.ld
index
fddd365
..
1cd3c2d
100644
(file)
--- a/
kern/kern.ld
+++ b/
kern/kern.ld
@@
-31,4
+31,8
@@
SECTIONS {
. = ALIGN(4);
_kern_end = .;
_kern_size = _kern_end - _kern_start;
+
+ /DISCARD/ : {
+ * (.comment);
+ }
};