Move [PAC] into a new MI field addr_flags
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index bfcb58207a79747fc05a662fcf920884063ef872..c61fa6f051917ea6ddff431184c1692fc7886d9a 100644 (file)
@@ -995,6 +995,14 @@ default_type_align (struct gdbarch *gdbarch, struct type *type)
   return 0;
 }
 
+/* See arch-utils.h.  */
+
+std::string
+default_get_pc_address_flags (frame_info *frame, CORE_ADDR pc)
+{
+  return "";
+}
+
 void
 _initialize_gdbarch_utils (void)
 {
This page took 0.034984 seconds and 4 git commands to generate.