summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>2000-12-08 17:42:46 +0000
committerHarald Koerfgen <hkoerfg@web.de>2000-12-08 17:42:46 +0000
commitbba606e4b969c9fbc59c3ad9f7bc1193a561d6c4 (patch)
tree912189baee2dd0e9aa59769da714c97b98ecd64f /arch/mips
parenta8ad2213d5450882c147b32a24835db45ee09197 (diff)
Let "_end" be word aligned
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/ld.script.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ld.script.in b/arch/mips/ld.script.in
index 7a1d5d492..41e6158aa 100644
--- a/arch/mips/ld.script.in
+++ b/arch/mips/ld.script.in
@@ -102,6 +102,7 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(4);
_end = . ;
PROVIDE (end = .);
}