diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-10-26 14:41:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-10-26 14:41:37 +0000 |
commit | 751f1375d662b14f8550bd4821d8fd76f308ef0c (patch) | |
tree | 72ad15224820a6859430ae0cbf880ccf6256c32e /gdb/ChangeLog | |
parent | 57266a339fa59d1217421a96fa52f9629ef180f6 (diff) | |
download | gdb-751f1375d662b14f8550bd4821d8fd76f308ef0c.zip gdb-751f1375d662b14f8550bd4821d8fd76f308ef0c.tar.gz gdb-751f1375d662b14f8550bd4821d8fd76f308ef0c.tar.bz2 |
* i386-tdep.c (i386_extract_struct_value_address): Use
regcache_raw_read_unsigned instead of
regcache_cooked_read_unsigned since we know that the register
we're reading isn't a pseudo register. Rename variable 'val' into
the more descriptive 'addr'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ef08593..4abddcd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-10-26 Mark Kettenis <kettenis@gnu.org> + * i386-tdep.c (i386_extract_struct_value_address): Use + regcache_raw_read_unsigned instead of + regcache_cooked_read_unsigned since we know that the register + we're reading isn't a pseudo register. Rename variable 'val' into + the more descriptive 'addr'. + * x86-64-tdep.c: Fix some formatting problems, mostly in comments. (x86_64_push_return_address): Add comment. (x86_64_pop_frame): Make static. |