From ca13ce66be1bb4d218c89b1680e7aa177a3275cd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Jul 2001 22:15:17 +0000 Subject: Update. 2001-07-25 Ulrich Drepper * csu/gmon-start.c: Use ENTRY_POINT_DECL is defined instead of a declaration using ENTRY_POINT. * sysdeps/ia64/elf/entry.h (ENTRY_POINT_DECL): New definition. 2001-07-25 H.J. Lu * csu/gmon-start.c: Include (_start): Replaced with ENTRY_POINT. --- sysdeps/ia64/elf/entry.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/ia64/elf/entry.h b/sysdeps/ia64/elf/entry.h index 53ea9a2297..b93e1b6a57 100644 --- a/sysdeps/ia64/elf/entry.h +++ b/sysdeps/ia64/elf/entry.h @@ -5,3 +5,6 @@ extern void _start (void); /* The function's entry point is stored in the first word of the function descriptor (plabel) of _start(). */ #define ENTRY_POINT (((long int *) _start)[0]) + +/* We have to provide a special declaration. */ +#define ENTRY_POINT_DECL(class) class void _start (void); -- cgit v1.2.3