diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-06 10:33:10 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-06 10:34:19 +1030 |
commit | a9b90127e864d0cac1b7b803cb2af4eab01dbdab (patch) | |
tree | e535f8fa0267f8096e3a6e4bd24b25bd18607542 /binutils/ChangeLog | |
parent | 97669d59c8fd50bd27e6ac4a86beab18d14eef79 (diff) | |
download | gdb-a9b90127e864d0cac1b7b803cb2af4eab01dbdab.zip gdb-a9b90127e864d0cac1b7b803cb2af4eab01dbdab.tar.gz gdb-a9b90127e864d0cac1b7b803cb2af4eab01dbdab.tar.bz2 |
PR25637, objcopy : SIGSEGV in copy_object
PR 25637
* objcopy.c (filter_symbols): Correct rem_leading_char logic.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7ce0326..1fe7f15 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-03-06 Alan Modra <amodra@gmail.com> + + PR 25637 + * objcopy.c (filter_symbols): Correct rem_leading_char logic. + 2020-03-05 Alan Modra <amodra@gmail.com> PR 25629 |