Thu Mar 19 14:54:45 1998 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 19 Mar 1998 23:04:54 +0000 (23:04 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 19 Mar 1998 23:04:54 +0000 (23:04 +0000)
commit155d9cc48aa72784409f93ba5362024fe365882b
tree9ff341dfb84cbb01e5e2f143d1d6c560170b0ae7
parent059a638882562daa32f0e26ca7ba1fb8033c7ae6
Thu Mar 19 14:54:45 1998  Geoffrey Noer  <noer@cygnus.com>

        * scripttempl/pe.sc: The Cygwin32 library uses a .data$nocopy
        section to avoid copying certain data on fork.  The linker used to
        include this between __data_start__ and __data_end__, but that
        breaks building the cygwin32 dll.  The fix is to rename the
        section ".data_cygwin_nocopy" and explictly include it after
        __data_end__.
ld/ChangeLog
ld/scripttempl/pe.sc
This page took 0.040869 seconds and 4 git commands to generate.