Modifying constructor for output-section structures.
(change-output-section x
[:item <item>])
This is an often useful alternative to make-output-section.
We construct a new output-section structure that is a copy of
This is an ordinary
Macro:
(defmacro change-output-section (x &rest args) (std::change-aggregate 'output-section x args '((:item . output-section->item)) 'change-output-section 'nil))