aboutsummaryrefslogtreecommitdiff
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
commit999fa59e92178fb78942db555a1c46047738c94b (patch)
tree70b5bf873d423f455ab4fd71ccd675e0ba313b18
parent58ed6ca6423c1a890ca4d6d28df74533385796cf (diff)
downloadgdb-999fa59e92178fb78942db555a1c46047738c94b.zip
gdb-999fa59e92178fb78942db555a1c46047738c94b.tar.gz
gdb-999fa59e92178fb78942db555a1c46047738c94b.tar.bz2
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 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);