* i386/cygmon.ld (.text): Fix alignment.
(.rodata): Handle .rodata.* sections.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-08-25 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* i386/cygmon.ld (.text): Fix alignment.
|
||||
(.rodata): Handle .rodata.* sections.
|
||||
|
||||
2004-06-27 Hideki Iwamoto <h-iwamoto@kit.hi-ho.ne.jp>
|
||||
|
||||
* Makefile.in: Support $(DESTDIR).
|
||||
|
@@ -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 :
|
||||
{
|
||||
|
Reference in New Issue
Block a user