diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-15 23:08:28 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-15 23:08:28 +0000 |
commit | 41fe5eb3892d2240e1f6019e03cd07d669c096ec (patch) | |
tree | 3cc7e6c6911708f17617c541ff78845cf0829c76 /gdb/ChangeLog | |
parent | 3f63813d054d56de7110fefb86600ae995228056 (diff) | |
download | gdb-41fe5eb3892d2240e1f6019e03cd07d669c096ec.zip gdb-41fe5eb3892d2240e1f6019e03cd07d669c096ec.tar.gz gdb-41fe5eb3892d2240e1f6019e03cd07d669c096ec.tar.bz2 |
2004-03-15 Andrew Cagney <cagney@redhat.com>
* Makefile.in (frame-unwind.o): Update dependencies.
* frame-unwind.c: Include "gdb_obstack.h".
(frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
parameter.
(append_predicate): Delete function.
(struct frame_unwind_table_entry): New structure.
(struct frame_unwind_table): Replace "sniffer" with "head" and
"tail".
(frame_unwind_append_sniffer): Update.
(frame_unwind_find_by_frame): Update.
(_initialize_frame_unwind): Registe frame_unwind_init using
gdbarch_data_register_pre_init.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5ff1377..3ed756b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2004-03-15 Andrew Cagney <cagney@redhat.com> + + * Makefile.in (frame-unwind.o): Update dependencies. + * frame-unwind.c: Include "gdb_obstack.h". + (frame_unwind_init): Replace "gdbarch" parameter with an "obstack" + parameter. + (append_predicate): Delete function. + (struct frame_unwind_table_entry): New structure. + (struct frame_unwind_table): Replace "sniffer" with "head" and + "tail". + (frame_unwind_append_sniffer): Update. + (frame_unwind_find_by_frame): Update. + (_initialize_frame_unwind): Registe frame_unwind_init using + gdbarch_data_register_pre_init. + 2004-03-15 Mark Kettenis <kettenis@gnu.org> * i386bsd-nat.c: Update copyright year. |