aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/arch/ia64/minios-ia64.lds
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/arch/ia64/minios-ia64.lds')
-rw-r--r--extras/mini-os/arch/ia64/minios-ia64.lds8
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/mini-os/arch/ia64/minios-ia64.lds b/extras/mini-os/arch/ia64/minios-ia64.lds
index 3122648969..bd9274b86c 100644
--- a/extras/mini-os/arch/ia64/minios-ia64.lds
+++ b/extras/mini-os/arch/ia64/minios-ia64.lds
@@ -54,18 +54,18 @@ SECTIONS
.ctors : {
__CTOR_LIST__ = .;
- LONG((__CTOR_END__ - __CTOR_LIST__) / 8 - 2)
+ QUAD((__CTOR_END__ - __CTOR_LIST__) / 8 - 2)
*(SORT_BY_NAME(.ctors))
SORT_BY_NAME(CONSTRUCTORS)
- LONG(0)
+ QUAD(0)
__CTOR_END__ = .;
}
.dtors : {
__DTOR_LIST__ = .;
- LONG((__DTOR_END__ - __DTOR_LIST__) / 8 - 2)
+ QUAD((__DTOR_END__ - __DTOR_LIST__) / 8 - 2)
*(SORT_BY_NAME(.dtors))
- LONG(0)
+ QUAD(0)
__DTOR_END__ = .;
}