diff options
author | Ulrich Drepper <drepper@gmail.com> | 2014-06-30 06:58:52 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2014-06-30 06:58:52 -0400 |
commit | b00548197542a46df0e46d848ac61a00827943ea (patch) | |
tree | c24b9036edcf04bb896767ad0ca0be947d1784b9 /ld/ChangeLog | |
parent | 3f201179cc5fe9c0b338fd545d26d1e2ed434f22 (diff) | |
download | gdb-b00548197542a46df0e46d848ac61a00827943ea.zip gdb-b00548197542a46df0e46d848ac61a00827943ea.tar.gz gdb-b00548197542a46df0e46d848ac61a00827943ea.tar.bz2 |
lexsup.c (parse_args): Check whether provided SONAME is empty
string. If yes, warn and ignore it. Don't overwrite valid SONAME
with empty string.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f42d00b..a903fc0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2014-06-30 Ulrich Drepper <drepper@gmail.com> + + * lexsup.c (parse_args): Check whether provided SONAME is empty + string. If yes, warn and ignore it. Don't overwrite valid SONAME + with empty string. + 2014-06-26 Linda Zhang <lindasc@qq.com> * emultempl/pe.em: Initialise insert_timestamp to true. |