Add unit test to aarch64 prologue analyzer
[deliverable/binutils-gdb.git] / gdb / trad-frame.h
index b8aed165f0f5151fc6569ba87e3fe728f57ff6eb..d1c24b0db1fca92b8beac884b16430afeb722cc0 100644 (file)
@@ -104,6 +104,7 @@ int trad_frame_realreg_p (struct trad_frame_saved_reg this_saved_regs[],
 
 /* Return a freshly allocated (and initialized) trad_frame array.  */
 struct trad_frame_saved_reg *trad_frame_alloc_saved_regs (struct frame_info *);
+struct trad_frame_saved_reg *trad_frame_alloc_saved_regs (struct gdbarch *);
 
 /* Given the trad_frame info, return the location of the specified
    register.  */
This page took 0.027792 seconds and 4 git commands to generate.