minor wording change.
This commit is contained in:
parent
fcc46b19d3
commit
5e2ccd4bc2
|
@ -20,7 +20,7 @@ SECTIONS
|
||||||
etext = .;
|
etext = .;
|
||||||
*(.gcc_except_table)
|
*(.gcc_except_table)
|
||||||
}
|
}
|
||||||
/* The Cygwin32 library uses a section to avoid copying certain data
|
/* The Cygwin DLL uses a section to avoid copying certain data
|
||||||
on fork. This used to be named ".data". The linker used
|
on fork. This used to be named ".data". The linker used
|
||||||
to include this between __data_start__ and __data_end__, but that
|
to include this between __data_start__ and __data_end__, but that
|
||||||
breaks building the cygwin32 dll. Instead, we name the section
|
breaks building the cygwin32 dll. Instead, we name the section
|
||||||
|
|
Loading…
Reference in New Issue