diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 7bd916d..5796ace 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1182,10 +1182,9 @@ machopic_select_section (tree decl, && (lookup_attribute ("weak", DECL_ATTRIBUTES (decl)) || ! lookup_attribute ("weak_import", DECL_ATTRIBUTES (decl)))); - int shlib = flag_pic; section *base_section; - switch (categorize_decl_for_section (decl, reloc, shlib)) + switch (categorize_decl_for_section (decl, reloc)) { case SECCAT_TEXT: base_section = darwin_text_section (reloc, weak); |