mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
* uw-thread.c: Remove __FUNCTION__ GNUism.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sat Feb 12 01:08:21 EST 2000 Nicholas Duffek <nsd@cygnus.com>
|
||||||
|
|
||||||
|
* uw-thread.c: Remove __FUNCTION__ GNUism.
|
||||||
|
|
||||||
2000-01-17 Amit S. Kale <akale@veritas.com>
|
2000-01-17 Amit S. Kale <akale@veritas.com>
|
||||||
|
|
||||||
* elfread.c (elf_symtab_read): Use offset for the section in which a
|
* elfread.c (elf_symtab_read): Use offset for the section in which a
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
GDB, the GNU debugger.
|
GDB, the GNU debugger.
|
||||||
|
|
||||||
Copyright 1999, 2000 Free Software Foundation, Inc.
|
Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||||
|
Written by Nick Duffek <nsd@cygnus.com>.
|
||||||
|
|
||||||
This file is part of GDB.
|
This file is part of GDB.
|
||||||
|
|
||||||
@ -152,11 +153,11 @@ do { \
|
|||||||
*
|
*
|
||||||
* Otherwise, issue an error message and return nonlocally.
|
* Otherwise, issue an error message and return nonlocally.
|
||||||
*/
|
*/
|
||||||
#define CALL_BASE(call) \
|
#define CALL_BASE(call) \
|
||||||
do { \
|
do { \
|
||||||
if (!lwp_infpid ()) \
|
if (!lwp_infpid ()) \
|
||||||
error ("uw-thread: "__FUNCTION__": no lwp"); \
|
error ("uw-thread: no lwp"); \
|
||||||
CALL_BASE_1 (call); \
|
CALL_BASE_1 (call); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user