diff options
author | Pierre Muller <muller@sourceware.org> | 2010-05-03 13:38:27 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-05-03 13:38:27 +0000 |
commit | 278582cb37ac74c4ffeec3dc6c4730510063ca56 (patch) | |
tree | 5c70f1b2fa02c228a05756441241bcd43e3e95ac /gdb/ChangeLog | |
parent | 44273c5bcc2cbf5df3e85f095e0f048d85a6edf3 (diff) | |
download | gdb-278582cb37ac74c4ffeec3dc6c4730510063ca56.zip gdb-278582cb37ac74c4ffeec3dc6c4730510063ca56.tar.gz gdb-278582cb37ac74c4ffeec3dc6c4730510063ca56.tar.bz2 |
PR pascal/11349.
* p-valprint.c (pascal_value_print): Always dereference a value with
type code TYPE_CODE_REF.
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 9c3591c..e82d017 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr> + + PR pascal/11349. + * p-valprint.c (pascal_value_print): Always dereference a value with + type code TYPE_CODE_REF. + 2010-05-03 Pedro Alves <pedro@codesourcery.com> * remote.c (remote_notice_signals): New. |