aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-07 14:44:50 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-07 14:44:50 +0000
commit05cbe71add4ea89679340baff1a51f3680492c1c (patch)
tree59e94dac190c3dc19dbee6987d2a6416e6f48fff /gdb/ChangeLog
parentdd1abb8c9ec3fa79e36e4e14033f4309741442c1 (diff)
downloadgdb-05cbe71add4ea89679340baff1a51f3680492c1c.zip
gdb-05cbe71add4ea89679340baff1a51f3680492c1c.tar.gz
gdb-05cbe71add4ea89679340baff1a51f3680492c1c.tar.bz2
* dwarf2-frame.h: Update copyright.
(enum dwarf2_frame_reg_rule): New. (struct dwarf2_frame_state_reg): New. (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern. * dwarf2-frame.c: Update copyright. (enum dwarf2_reg_rule): Remove. (struct dwarf2_frame_state): Remove defenition of `struct dwarf2_frame_state_reg'. (read_reg): Call get_frame_arch to get the architecture instead of using CURRENT_GDBARCH. (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with DWARF2_FRAME_. (dwarf2_frame_init_reg): New function. (dwarf2_frame_cache): Call get_frame_arch to get the architecture instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to initialize the register state. Prefix old `enum dwarf2_reg_rule' tags with DWARF2_FRAME_. (dwarf2_frame_prev_register): Call get_frame_arch to get the architecture instead of using CURRENT_GDBARCH. Prefix old `enum dwarf2_reg_rule' tags with DWARF2_FRAME_.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 11f2ff6..74c0b82 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,26 @@
+2004-02-07 Mark Kettenis <kettenis@gnu.org>
+
+ * dwarf2-frame.h: Update copyright.
+ (enum dwarf2_frame_reg_rule): New.
+ (struct dwarf2_frame_state_reg): New.
+ (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
+ * dwarf2-frame.c: Update copyright.
+ (enum dwarf2_reg_rule): Remove.
+ (struct dwarf2_frame_state): Remove defenition of `struct
+ dwarf2_frame_state_reg'.
+ (read_reg): Call get_frame_arch to get the architecture instead of
+ using CURRENT_GDBARCH.
+ (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
+ DWARF2_FRAME_.
+ (dwarf2_frame_init_reg): New function.
+ (dwarf2_frame_cache): Call get_frame_arch to get the architecture
+ instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
+ initialize the register state. Prefix old `enum dwarf2_reg_rule'
+ tags with DWARF2_FRAME_.
+ (dwarf2_frame_prev_register): Call get_frame_arch to get the
+ architecture instead of using CURRENT_GDBARCH. Prefix old `enum
+ dwarf2_reg_rule' tags with DWARF2_FRAME_.
+
2004-02-06 Andrew Cagney <cagney@redhat.com>
* tui/tui-data.h (struct tui_list): Rename _TuiList.