summaryrefslogtreecommitdiff
path: root/binutils/rddbg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-23 04:11:57 +0000
commit1db864db954187c9ce6690ef35e35f92cf6848b5 (patch)
tree1a2ad44a831177f6aceb52e701ad31e8102e00ef /binutils/rddbg.c
parent0d8a1c97f1fbdbf91a3de82d5bd22a537b6b23ab (diff)
downloadbinutils-redhat-1db864db954187c9ce6690ef35e35f92cf6848b5.tar.gz
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
Diffstat (limited to 'binutils/rddbg.c')
-rw-r--r--binutils/rddbg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/rddbg.c b/binutils/rddbg.c
index e6ace77557..3430c02862 100644
--- a/binutils/rddbg.c
+++ b/binutils/rddbg.c
@@ -185,7 +185,7 @@ read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, pfound)
char *f, *s;
f = NULL;
-
+
if (stroff + strx > strsize)
{
fprintf (stderr, "%s: %s: stab entry %d is corrupt, strx = 0x%x, type = %d\n",
@@ -193,9 +193,9 @@ read_section_stabs_debugging_info (abfd, syms, symcount, dhandle, pfound)
(stab - stabs) / 12, strx, type);
continue;
}
-
+
s = (char *) strings + stroff + strx;
-
+
while (s[strlen (s) - 1] == '\\'
&& stab + 12 < stabs + stabsize)
{