diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-02-26 19:23:17 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-02-26 19:23:17 +0000 |
commit | baef701fc2712c0e7119fc5e7996b15af154e88b (patch) | |
tree | 6957d1a689f2aab058b6d7fbce11cd111aeebdc3 /gdb/ChangeLog | |
parent | 05a4558a934667e0e219e95d2c898f5c069b860c (diff) | |
download | gdb-baef701fc2712c0e7119fc5e7996b15af154e88b.zip gdb-baef701fc2712c0e7119fc5e7996b15af154e88b.tar.gz gdb-baef701fc2712c0e7119fc5e7996b15af154e88b.tar.bz2 |
* remote.c (init_remote_state): Add special handling for placeholder
registers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd19559..7c0eb55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> + * remote.c (init_remote_state): Add special handling for placeholder + registers. + +2007-02-26 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (XMLFILES): Include $(TDEP_XML). (filenames_h): New variable. (clean): Clean up xml-builtin.c and stamp-xml. |