diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:38:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:38:55 +0000 |
commit | 6a3bfc5cda51016d9534be898cc68c54fd4a5bba (patch) | |
tree | acae8484405042a008f0beed4b4fff1f13a2b28b /gdb/ChangeLog | |
parent | c9ef825d2e7163a4ce989c7647739eb58c4b84d2 (diff) | |
download | gdb-6a3bfc5cda51016d9534be898cc68c54fd4a5bba.zip gdb-6a3bfc5cda51016d9534be898cc68c54fd4a5bba.tar.gz gdb-6a3bfc5cda51016d9534be898cc68c54fd4a5bba.tar.bz2 |
* corelow.c (core_gdbarch): Now static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7711dc9..418695e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-06-27 Tom Tromey <tromey@redhat.com> + * corelow.c (core_gdbarch): Now static. + +2013-06-27 Tom Tromey <tromey@redhat.com> + * target.c (target_struct_index): Remove. 2013-06-27 Pedro Alves <palves@redhat.com> |