diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-03 01:38:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-03 01:38:49 +0000 |
commit | c53efe6e572171de0a46423b865de9517124c3ef (patch) | |
tree | fc4fb7d6f4d37b075a92a70310f9ffa664841d21 /gdb/ChangeLog | |
parent | 52b5c2eb6cd9cbc9ceac18d23a6e44b27cf4e37c (diff) | |
download | gdb-c53efe6e572171de0a46423b865de9517124c3ef.zip gdb-c53efe6e572171de0a46423b865de9517124c3ef.tar.gz gdb-c53efe6e572171de0a46423b865de9517124c3ef.tar.bz2 |
From 2001-03-01 Tom Rix <trix@redhat.com>:
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.
* config/mn10200/tm-mn10200.h: Include "regcache.h".
* MAINTAINERS: Document that mn10200-elf target is buildable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7655fcb..c5cbd2d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2001-03-02 Andrew Cagney <ac131313@redhat.com> + + From 2001-03-01 Tom Rix <trix@redhat.com>: + * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' + parameter to mn10200_analyze_prologue. + + * config/mn10200/tm-mn10200.h: Include "regcache.h". + * MAINTAINERS: Document that mn10200-elf target is buildable. + 2001-03-02 Kevin Buettner <kevinb@redhat.com> * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines |