From 5796021e866211cc4661217ec37b234b334292d4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 25 Aug 2004 16:30:16 +0000 Subject: [PATCH] * i386/cygmon.ld (.text): Fix alignment. (.rodata): Handle .rodata.* sections. --- libgloss/ChangeLog | 5 +++++ libgloss/i386/cygmon.ld | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index e67f5a11b..217380739 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2004-08-25 Corinna Vinschen + + * i386/cygmon.ld (.text): Fix alignment. + (.rodata): Handle .rodata.* sections. + 2004-06-27 Hideki Iwamoto * Makefile.in: Support $(DESTDIR). 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 : {