Change get_objfile_arch to a method on objfile
[deliverable/binutils-gdb.git] / gdb / buildsym.c
index c08c476a0d4a559b9a9091be8a7c8a7002866a36..b9bcc33080abece60428d1dc2feb426a6694fb05 100644 (file)
@@ -213,7 +213,7 @@ buildsym_compunit::finish_block_internal
      CORE_ADDR start, CORE_ADDR end,
      int is_global, int expandable)
 {
-  struct gdbarch *gdbarch = get_objfile_arch (m_objfile);
+  struct gdbarch *gdbarch = m_objfile->arch ();
   struct pending *next, *next1;
   struct block *block;
   struct pending_block *pblock;
This page took 0.024058 seconds and 4 git commands to generate.