projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c50289
)
Fix up whitespacing
author
Mike Stump
<mrs@gcc.gnu.org>
Fri, 22 Sep 2006 19:14:35 +0000
(19:14 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Fri, 22 Sep 2006 19:14:35 +0000
(19:14 +0000)
From-SVN: r117151
gcc/unwind-dw2-fde-darwin.c
patch
|
blob
|
history
diff --git
a/gcc/unwind-dw2-fde-darwin.c
b/gcc/unwind-dw2-fde-darwin.c
index cd238db2e10541716d3043d76a218bf5bdb535cb..8186a052443aed57a67a669be95ccb982362c033 100644
(file)
--- a/
gcc/unwind-dw2-fde-darwin.c
+++ b/
gcc/unwind-dw2-fde-darwin.c
@@
-164,7
+164,7
@@
examine_objects (void *pc, struct dwarf_eh_bases *bases, int dont_alloc)
{
#if __LP64__
fde = getsectdatafromheader_64 ((struct mach_header_64 *) image->mh,
- "__TEXT", "__eh_frame", &sz);
+
"__TEXT", "__eh_frame", &sz);
#else
fde = getsectdatafromheader (image->mh, "__TEXT",
"__eh_frame", &sz);