aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffexec.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-27 02:35:04 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-27 02:35:04 +0000
commit9116f7c7ff255cc9a7075c876c4e4927e0d97fbf (patch)
tree5846aa8a3d1dd6925dfbb92c0277ee3804618235 /gdb/xcoffexec.c
parent2ebd09764bf64daae4b1a1a37a61b3d31ff838a0 (diff)
downloadfsf-binutils-gdb-9116f7c7ff255cc9a7075c876c4e4927e0d97fbf.zip
fsf-binutils-gdb-9116f7c7ff255cc9a7075c876c4e4927e0d97fbf.tar.gz
fsf-binutils-gdb-9116f7c7ff255cc9a7075c876c4e4927e0d97fbf.tar.bz2
* xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported
by Josef Leherbauer, joe@takeFive.co.at.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r--gdb/xcoffexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c
index 16232ac..ff13aea 100644
--- a/gdb/xcoffexec.c
+++ b/gdb/xcoffexec.c
@@ -706,7 +706,7 @@ retry:
/* The filenames are not always sufficient to match on. */
- if ((name[0] == "/" && !STREQ(name, vp->name))
+ if ((name[0] == '/' && !STREQ(name, vp->name))
|| (memb[0] && !STREQ(memb, vp->member)))
continue;