aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/mips/brk.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/mips/brk.S')
-rw-r--r--sysdeps/unix/mips/brk.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/mips/brk.S b/sysdeps/unix/mips/brk.S
index 1754c0c4de..9c4ee26edc 100644
--- a/sysdeps/unix/mips/brk.S
+++ b/sysdeps/unix/mips/brk.S
@@ -30,7 +30,7 @@ Cambridge, MA 02139, USA. */
.sdata
ENTRY(__curbrk)
.word __end
-
+ .end __curbrk
.text
.set noreorder
.set noat
@@ -63,5 +63,6 @@ error: j syscall_error
nop
nop
nop
+ .end __brk
weak_alias (__brk, brk)