diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-12-23 00:27:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-12-23 00:27:20 +0000 |
commit | b21f0843bf0b6a911c96408de2edf6406a0e72ac (patch) | |
tree | dd03d6cfc135cc0361209e4fc366e3e211ed36f0 /gdb/ChangeLog | |
parent | 3cd4dda73eba461d60dd77b1b7ce71369a61a459 (diff) | |
download | gdb-b21f0843bf0b6a911c96408de2edf6406a0e72ac.zip gdb-b21f0843bf0b6a911c96408de2edf6406a0e72ac.tar.gz gdb-b21f0843bf0b6a911c96408de2edf6406a0e72ac.tar.bz2 |
* solib.c (solib_open): If path is relative, look for it
literally. This matches the behaviour of the GNU dynamic linker
more closely.
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 21f60fe..0576b00 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2000-12-22 Mark Kettenis <kettenis@gnu.org> + + * solib.c (solib_open): If path is relative, look for it + literally. This matches the behaviour of the GNU dynamic linker + more closely. + 2000-12-22 Fernando Nasser <fnasser@redhat.com> * README: Suggest building in an empty directory. |