diff options
Diffstat (limited to 'gdb/tm-sysv4.h')
-rw-r--r-- | gdb/tm-sysv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-sysv4.h b/gdb/tm-sysv4.h index 9348ec8..cdf747b 100644 --- a/gdb/tm-sysv4.h +++ b/gdb/tm-sysv4.h @@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ The horribly ugly wait_for_inferior() routine uses this macro to detect when we have stepped into one of these fragments. */ -#define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (strcmp ("_init", name) == 0)) +#define IN_SOLIB_TRAMPOLINE(pc,name) ((name) && (STREQ ("_init", name))) /* In SVR4 ELF files, the ABI defines (pg. 4-25) that "External C symbols have the same names in C, assembly code, and object files' symbol |