diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-10-12 21:52:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-10-12 21:52:07 +0000 |
commit | 899cff7a33c091c54efd65010dc895342754896e (patch) | |
tree | 1a88e4efca601815858d1de510c589d5edacdb58 /gdb/ChangeLog | |
parent | e2ec9d29b7b08124192281bf4cdb4c89c80762f8 (diff) | |
download | gdb-899cff7a33c091c54efd65010dc895342754896e.zip gdb-899cff7a33c091c54efd65010dc895342754896e.tar.gz gdb-899cff7a33c091c54efd65010dc895342754896e.tar.bz2 |
* solib-target.c (solib_target_parse_libraries)
[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 21d2bc4..7a13c9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-10-12 Joel Brobecker <brobecker@adacore.com> + + * solib-target.c (solib_target_parse_libraries) + [HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type. + 2007-10-12 Jim Blandy <jimb@codesourcery.com> * serial.h (struct serial_ops): Document read_prim to return zero |