X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fframe-unwind.h;h=854aeb6924f370f5d2c175550fdf333d046ae231;hb=5c38167b2ce156772a524a97c9baa3bcb74c506c;hp=cba429cf30d63fe469695abfb4925ebb45ad398c;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index cba429cf30..854aeb6924 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -72,7 +72,7 @@ typedef int (frame_sniffer_ftype) (const struct frame_unwind *self, THIS_PROLOGUE_CACHE can be used to share any prolog analysis data with the other unwind methods. Memory for that cache should be - allocated using frame_obstack_zalloc(). */ + allocated using FRAME_OBSTACK_ZALLOC(). */ typedef void (frame_this_id_ftype) (struct frame_info *next_frame, void **this_prologue_cache, @@ -108,7 +108,7 @@ typedef void (frame_this_id_ftype) (struct frame_info *next_frame, THIS_PROLOGUE_CACHE can be used to share any prolog analysis data with the other unwind methods. Memory for that cache should be - allocated using frame_obstack_zalloc(). */ + allocated using FRAME_OBSTACK_ZALLOC(). */ typedef void (frame_prev_register_ftype) (struct frame_info *next_frame, void **this_prologue_cache,