From: Nicholas Duffek Date: Sat, 12 Feb 2000 06:08:10 +0000 (+0000) Subject: * uw-thread.c: Remove __FUNCTION__ GNUism. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8988911c78036ffa93cbe1178ba32c4a175d4bcf;p=pf3gnuchains%2Fpf3gnuchains3x.git * uw-thread.c: Remove __FUNCTION__ GNUism. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dcf212f3c6..69893c24a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 12 01:08:21 EST 2000 Nicholas Duffek + + * uw-thread.c: Remove __FUNCTION__ GNUism. + 2000-01-17 Amit S. Kale * elfread.c (elf_symtab_read): Use offset for the section in which a diff --git a/gdb/uw-thread.c b/gdb/uw-thread.c index 91d6638b7b..07f4ac632b 100644 --- a/gdb/uw-thread.c +++ b/gdb/uw-thread.c @@ -2,6 +2,7 @@ GDB, the GNU debugger. Copyright 1999, 2000 Free Software Foundation, Inc. + Written by Nick Duffek . This file is part of GDB. @@ -152,11 +153,11 @@ do { \ * * Otherwise, issue an error message and return nonlocally. */ -#define CALL_BASE(call) \ -do { \ - if (!lwp_infpid ()) \ - error ("uw-thread: "__FUNCTION__": no lwp"); \ - CALL_BASE_1 (call); \ +#define CALL_BASE(call) \ +do { \ + if (!lwp_infpid ()) \ + error ("uw-thread: no lwp"); \ + CALL_BASE_1 (call); \ } while (0) /*