aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/vms.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/vms.c b/bfd/vms.c
index 251b95c..5bb60af 100644
--- a/bfd/vms.c
+++ b/bfd/vms.c
@@ -129,9 +129,7 @@ static bfd_boolean vms_bfd_final_link (bfd *abfd,
struct bfd_link_info *link_info);
static bfd_boolean vms_bfd_link_split_section (bfd *abfd, asection *section);
static long vms_get_dynamic_symtab_upper_bound (bfd *abfd);
-static long vms_canonicalize_dynamic_symtab
- (bfd *abfd, asymbol **symbols);
-#define vms_get_synthetic_symtab _bfd_nodynamic_get_synthetic_symtab
+static long vms_canonicalize_dynamic_symtab (bfd *abfd, asymbol **symbols);
static long vms_get_dynamic_reloc_upper_bound (bfd *abfd);
static long vms_canonicalize_dynamic_reloc
(bfd *abfd, arelent **arel, asymbol **symbols);