diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-14 17:16:16 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-14 17:16:16 +0000 |
commit | 2dc3df72a7ffca9a893ae41db8c3788c0019d59c (patch) | |
tree | 49b2ffbba40f64f238abd2d810ec8451bba266b6 /gdb/ChangeLog | |
parent | 451b7c33cb3c9ec6272c36870adb4d4f5649aae2 (diff) | |
download | gdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.zip gdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.tar.gz gdb-2dc3df72a7ffca9a893ae41db8c3788c0019d59c.tar.bz2 |
* symtab.c (check_field): Now static. Move from...
* valops.c (check_field): ... here. Remove.
* value.h (check_field): Don't declare.
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 b8dee93..b33c142 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-12-14 Tom Tromey <tromey@redhat.com> + * symtab.c (check_field): Now static. Move from... + * valops.c (check_field): ... here. Remove. + * value.h (check_field): Don't declare. + +2012-12-14 Tom Tromey <tromey@redhat.com> + * NEWS: Mention "info proc" and core files. * corelow.c (core_info_proc): New function. (init_core_ops): Set to_info_proc. |