Fix a nit.
authorTristan Gingold <gingold@adacore.com>
Tue, 23 Jun 2009 13:48:38 +0000 (13:48 +0000)
committerTristan Gingold <gingold@adacore.com>
Tue, 23 Jun 2009 13:48:38 +0000 (13:48 +0000)
2009-06-23  Tristan Gingold  <gingold@adacore.com>

* vms.c (vms_get_synthetic_symtab): Remove duplicate definition
of this macro.  Fix indentation.

bfd/vms.c

index 251b95c..5bb60af 100644 (file)
--- 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);