From f5d31593775dc42b5e7e8db6de8502332659e7f8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 Mar 2003 07:11:46 +0000 Subject: 2003-03-02 Roland McGrath * sysdeps/unix/sysv/linux/ia64/brk.S: Add .type and .size for __curbrk. --- sysdeps/unix/sysv/linux/ia64/brk.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/ia64') diff --git a/sysdeps/unix/sysv/linux/ia64/brk.S b/sysdeps/unix/sysv/linux/ia64/brk.S index c60296fe03..0638d42ac8 100644 --- a/sysdeps/unix/sysv/linux/ia64/brk.S +++ b/sysdeps/unix/sysv/linux/ia64/brk.S @@ -1,5 +1,5 @@ /* brk system call for Linux/ia64 - Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1999,2000,2001,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Stephane Eranian and Jes Sorensen, , April 1999. @@ -25,6 +25,8 @@ #include .global __curbrk + .type __curbrk,@object + .size __curbrk,8 .data .align 8 __curbrk: -- cgit 1.4.1