ref: 66784b7122217c0f133a2e7e49cffbe88a374b0f
parent: 54f2d99ce78a5fd4172e30210eec4306581f7d1e
author: ISSOtm <[email protected]>
date: Sat Sep 19 20:06:51 EDT 2020
Fix documentation not mentioning `SECTION FRAGMENT`syntax
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -681,6 +681,11 @@
.Ss Section Fragments
Section fragments are sections with a small twist: when several of the same name are encountered, they are concatenated instead of producing an error.
This works within the same file (paralleling the behavior "plain" sections has in previous versions), but also across object files.
+To declare an section fragment, add a
+.Ic FRAGMENT
+keyword after the
+.Ic SECTION
+one; the declaration is otherwise not different.
However, similarly to
.Sx Unionized Sections ,
some rules must be followed: