diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 80c307e..291153e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2008-03-07 Joel Brobecker <brobecker@adacore.com> + + * solib-svr4.c (svr4_same_1): New function, originally extracted + from svr4_same and expanded to handle the sparc64 case. + (svr4_same): Move up and reimplement using svr4_same_1. + (enable_break): Use svr4_same_1 to do shared library name comparisons. + 2008-03-07 Ramana Radhakrishnan <ramana.r@gmail.com> * MAINTAINERS: Move self to Paper trail. |