From 49b650430eb51350cc96adf7dd621560eb40af04 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 May 2003 07:50:12 +0000 Subject: Update. 2003-05-31 Ulrich Drepper * libio/fileops.c (_IO_file_open): Don't mark as inline. * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with attribute used. --- sysdeps/ia64/elf/initfini.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/ia64') diff --git a/sysdeps/ia64/elf/initfini.c b/sysdeps/ia64/elf/initfini.c index 5315abfee1..f86991922c 100644 --- a/sysdeps/ia64/elf/initfini.c +++ b/sysdeps/ia64/elf/initfini.c @@ -1,5 +1,5 @@ /* Special .init and .fini section support for ia64. - Copyright (C) 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -46,6 +46,7 @@ __asm__ ("\n\n" --davidm 02/10/29 */ static void +__attribute__ ((used)) gmon_initializer (void) { extern void weak_function __gmon_start__ (void); -- cgit 1.4.1