diff options
author | John van Groningen | 2013-07-12 13:20:14 +0000 |
---|---|---|
committer | John van Groningen | 2013-07-12 13:20:14 +0000 |
commit | b978a6648ae107e5991e74255381fafb233374bb (patch) | |
tree | 9b0e47ee12c038d0cd68630143be0cbc73da1a36 | |
parent | store pc relative offset of global offset table entry instead of descriptor i... (diff) |
fix syntax error
-rw-r--r-- | cgaas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |