aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/solaris2.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/solaris2.em')
-rw-r--r--ld/emultempl/solaris2.em8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/emultempl/solaris2.em b/ld/emultempl/solaris2.em
index 396f34a..9fb739c 100644
--- a/ld/emultempl/solaris2.em
+++ b/ld/emultempl/solaris2.em
@@ -72,7 +72,7 @@ elf_solaris2_before_allocation (void)
/* Lookup symbol. */
h = elf_link_hash_lookup (elf_hash_table (&link_info), *sym,
- FALSE, FALSE, FALSE);
+ false, false, false);
if (h == NULL)
continue;
@@ -90,7 +90,7 @@ elf_solaris2_before_allocation (void)
/* Lookup symbol. */
h = elf_link_hash_lookup (elf_hash_table (&link_info), *sym,
- FALSE, FALSE, FALSE);
+ false, false, false);
if (h == NULL)
continue;
@@ -115,8 +115,8 @@ elf_solaris2_before_allocation (void)
{
/* Create a version pattern for this symbol. Some of them start
off as local, others as global, so try both. */
- globals = lang_new_vers_pattern (globals, *sym, NULL, TRUE);
- locals = lang_new_vers_pattern (locals, *sym, NULL, TRUE);
+ globals = lang_new_vers_pattern (globals, *sym, NULL, true);
+ locals = lang_new_vers_pattern (locals, *sym, NULL, true);
}
/* New version node for those symbols. */