diff options
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 a61ac64..eb35a8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-09-27 Joel Brobecker <brobecker@adacore.com> + * procfs.h (procfs_find_LDT_entry): Add declaration. + * sol-thread.c (ps_lgetLDT): Delete local declaration of + function procfs_find_LDT_entry. + +2012-09-27 Joel Brobecker <brobecker@adacore.com> + * procfs.c (proc_get_LDT_entry): Make static. 2012-09-27 Joel Brobecker <brobecker@adacore.com> |