editcore: Make alien_linkage_values r/w.
commitf0001332cbd028be56d4145d0d2f030fe0d9309c
authorCharles Zhang <charleszhang99@yahoo.com>
Mon, 29 May 2023 21:24:51 +0000 (29 23:24 +0200)
committerCharles Zhang <charleszhang99@yahoo.com>
Thu, 28 Dec 2023 16:24:36 +0000 (28 17:24 +0100)
tree6a90019caf393c4bb9a9ba5c416f74e635a20647
parentad85eaf17fdb05c3b6fe9da4f44b32fab13052b1
editcore: Make alien_linkage_values r/w.

If the operating system takes the read-only directive seriously, even
the linker will not be able to bypass read-only permissions. Since
there's no reason to make the linkage table read-only, make it
writable as well. This also avoids warnings regarding relocations in
read-only segments for stricter toolchains.
tools-for-build/editcore.lisp