summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-06-23 13:48:38 +0000
committerTristan Gingold <gingold@adacore.com>2009-06-23 13:48:38 +0000
commit41c784cebd8ccc2a95b58b4e6b17111c303efde7 (patch)
tree6ded69c3e386c030e016f67c16acfb6ecacb1354
parent68366571cea030069463f4755d03332e17d3222a (diff)
downloadgdb-41c784cebd8ccc2a95b58b4e6b17111c303efde7.tar.gz
Fix a nit.
2009-06-23 Tristan Gingold <gingold@adacore.com> * vms.c (vms_get_synthetic_symtab): Remove duplicate definition of this macro. Fix indentation.
-rw-r--r--bfd/vms.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/vms.c b/bfd/vms.c
index 251b95cbd61..5bb60af9708 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);