diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-09 14:35:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-09 14:35:26 +0000 |
commit | 96a4ee76e5e49942a5f75f2a97103eb3d1a97122 (patch) | |
tree | 38cc9319302fd2b29f55826a3e5f8431e0415e55 /gdb/ChangeLog | |
parent | d99968dcc1a351c6b5fcac17cbdc175bb11f61b9 (diff) | |
download | binutils-gdb-96a4ee76e5e49942a5f75f2a97103eb3d1a97122.tar.gz |
2003-07-09 Andrew Cagney <cagney@redhat.com>
* regcache.c (register_size): Only check REGISTER_RAW_SIZE once.
Add comments about the checks.
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 debd96e6968..466242d415d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-07-09 Andrew Cagney <cagney@redhat.com> + + * regcache.c (register_size): Only check REGISTER_RAW_SIZE once. + Add comments about the checks. + 2003-07-08 Andrew Cagney <cagney@redhat.com> * Makefile.in: Make dependency section headers consistent. |