Change get_objfile_arch to a method on objfile
[deliverable/binutils-gdb.git] / gdb / stap-probe.c
index 1a5ba5a1b3e090575ff1d45ea94dbe19e9728b2e..4b1a75f8166ea4e11772442033ac42f8294b99e5 100644 (file)
@@ -1517,7 +1517,7 @@ handle_stap_probe (struct objfile *objfile, struct sdt_note *el,
 {
   bfd *abfd = objfile->obfd;
   int size = bfd_get_arch_size (abfd) / 8;
-  struct gdbarch *gdbarch = get_objfile_arch (objfile);
+  struct gdbarch *gdbarch = objfile->arch ();
   struct type *ptr_type = builtin_type (gdbarch)->builtin_data_ptr;
 
   /* Provider and the name of the probe.  */
This page took 0.023686 seconds and 4 git commands to generate.