Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/i386')
-rw-r--r--libgloss/i386/cygmon.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/i386/cygmon.ld b/libgloss/i386/cygmon.ld
index e3f567174..ae0d90813 100644
--- a/libgloss/i386/cygmon.ld
+++ b/libgloss/i386/cygmon.ld
@@ -34,6 +34,7 @@ SECTIONS
*(.rel.sdata)
PROVIDE (__runtime_reloc_stop = .);
*(.fini)
+ . = ALIGN(4);
__CTOR_LIST__ = .;
CONSTRUCTORS
LONG(-1)
@@ -54,6 +55,7 @@ SECTIONS
}
.rodata : {
*(.rodata)
+ *(.rodata.*)
}
.eh_frame :
{