2004-03-23 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 24 Mar 2004 00:08:13 +0000 (00:08 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 24 Mar 2004 00:08:13 +0000 (00:08 +0000)
* trad-frame.h (trad_frame_set_reg_addr): Declare.

gdb/ChangeLog
gdb/trad-frame.h

index 9eb7815..312afc3 100644 (file)
@@ -1,5 +1,9 @@
 2004-03-23  Andrew Cagney  <cagney@redhat.com>
 
+       * trad-frame.h (trad_frame_set_reg_addr): Declare.
+
+2004-03-23  Andrew Cagney  <cagney@redhat.com>
+
        * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
        Nasser as past testsuite/lib/ (and other) maintainers.
 
index 194f39a..51f3a0e 100644 (file)
@@ -42,6 +42,8 @@ void trad_frame_get_id (struct trad_frame_cache *this_trad_cache,
 
 void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
                                 int regnum, CORE_ADDR addr);
+void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
+                             int regnum, CORE_ADDR addr);
 void trad_frame_get_register (struct trad_frame_cache *this_trad_cache,
                              struct frame_info *next_frame,
                              int regnum, int *optimizedp,