summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-12 13:20:14 +0000
committerJohn van Groningen2013-07-12 13:20:14 +0000
commitb978a6648ae107e5991e74255381fafb233374bb (patch)
tree9b0e47ee12c038d0cd68630143be0cbc73da1a36
parentstore pc relative offset of global offset table entry instead of descriptor i... (diff)
fix syntax error
-rw-r--r--cgaas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgaas.c b/cgaas.c
index bdde6c4..8396daf 100644
--- a/cgaas.c
+++ b/cgaas.c
@@ -5847,7 +5847,7 @@ static int search_short_branches (void)
#endif
case BRANCH_SKIP_BRANCH_RELOCATION:
#ifdef LINUX
- case GOT_PC_RELATIVE_RELOCATION
+ case GOT_PC_RELATIVE_RELOCATION:
#endif
break;
case SHORT_BRANCH_RELOCATION: