diff options
author | Frederic Riss <frederic.riss@st.com> | 2006-07-24 20:10:48 +0000 |
---|---|---|
committer | Frederic Riss <frederic.riss@st.com> | 2006-07-24 20:10:48 +0000 |
commit | b05e64e5fe26950eba7f895b31019b8cc598b42d (patch) | |
tree | 2b9c18a749ebd90b346c780f99f3b6ac8a04e382 /gdb/ChangeLog | |
parent | 3f64f7b1c773929215cd1284c891f371e4fc625f (diff) | |
download | gdb-b05e64e5fe26950eba7f895b31019b8cc598b42d.zip gdb-b05e64e5fe26950eba7f895b31019b8cc598b42d.tar.gz gdb-b05e64e5fe26950eba7f895b31019b8cc598b42d.tar.bz2 |
2006-07-21 Frederic Riss <frederic.riss@st.com>
* regcache.c (struct regcache): Make register_valid_p a signed
char
array.
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 062c2b9..ebb2450 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-07-21 Frederic Riss <frederic.riss@st.com> + + * regcache.c (struct regcache): Make register_valid_p a signed char + array. + 2006-07-24 Jan Kratochvil <jan.kratochvil@redhat.com> Daniel Jacobowitz <dan@codesourcery.com> |