assembler: give proper permissions to .data section
authorAndy Wingo <wingo@pobox.com>
Tue, 20 Aug 2013 20:08:25 +0000 (22:08 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 24 Aug 2013 13:28:03 +0000 (15:28 +0200)
commit8fa728892853c04f0e73572f31773f6bfb804440
treeb3051a85a47486acdb140ff7826fec833a939b1f
parent72bb47ae4cc2f15f88173ff29b0b1011ac68279a
assembler: give proper permissions to .data section

* module/system/vm/assembler.scm (link-data): Give stringbufs the
  "shared" flag already, so we don't attempt to set it at runtime.  Give
  .data sections the SHF_WRITE flag.
module/system/vm/assembler.scm