aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorMarkus Deuling <deuling@de.ibm.com>2008-01-16 11:21:42 +0000
committerMarkus Deuling <deuling@de.ibm.com>2008-01-16 11:21:42 +0000
commit7ecb65322d700054f2ef34d1443aa59b9bb81928 (patch)
tree4cb89401216ab02ee3c6074f178aebc22d711b5c /gdb/defs.h
parentd15cf01ce69cf0a35bd024691db9a4ec13525887 (diff)
downloadfsf-binutils-gdb-7ecb65322d700054f2ef34d1443aa59b9bb81928.zip
fsf-binutils-gdb-7ecb65322d700054f2ef34d1443aa59b9bb81928.tar.gz
fsf-binutils-gdb-7ecb65322d700054f2ef34d1443aa59b9bb81928.tar.bz2
* rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): Replace
DEPRECATED_STREQ by its expression. * coffread.c (coff_locate_sections, coff_symtab_read): Likewise. * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos) (scan_xcoff_symtab): Likewise. * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise. * f-lang.c (find_common_for_function): Likewise. * objc-exp.y (parse_number): Likewise. * defs.h (DEPRECATED_STREQ): Remove.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index a310fc6..85778cb 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -153,7 +153,6 @@ typedef bfd_vma CORE_ADDR;
not responsible for any breakage due to code that relied on the old
underlying implementation. */
-#define DEPRECATED_STREQ(a,b) (strcmp ((a), (b)) == 0)
#define DEPRECATED_STREQN(a,b,c) (strncmp ((a), (b), (c)) == 0)
/* Check if a character is one of the commonly used C++ marker characters. */