[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/17755] sh64-elf SEGV when stripping libraries
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug binutils/17755] sh64-elf SEGV when stripping libraries |
Date: |
Fri, 26 Dec 2014 11:50:53 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17755
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 0abb10c82d2c202e34b87104d51080b6d1de26d1 (commit)
from ff600205664cc39be32910e4bf36c3de8183f93c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0abb10c82d2c202e34b87104d51080b6d1de26d1
commit 0abb10c82d2c202e34b87104d51080b6d1de26d1
Author: Alan Modra <address@hidden>
Date: Fri Dec 26 18:26:38 2014 +1030
Delete unnecessary code copying SHF_SH5_ISA32 flag
Since 2006, commit d270463e9, _bfd_elf_copy_private_section_data has
copied over SHF_MASKOS and SHF_MASKPROC flags. That makes the buggy
code in sh_elf64_copy_private_data_internal redundant.
bfd/
PR 17755
* elf64-sh64.c (sh_elf64_copy_private_data_internal): Delete code
copying SHF_SH5_ISA32.
binutils/testsuite/
* binutils-all/strip-11.d: New test.
* binutils-all/objcopy.exp: Run it.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elf64-sh64.c | 21 ---------------------
binutils/testsuite/ChangeLog | 5 +++++
binutils/testsuite/binutils-all/objcopy.exp | 6 ++++++
binutils/testsuite/binutils-all/strip-11.d | 12 ++++++++++++
5 files changed, 29 insertions(+), 21 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/strip-11.d
--
You are receiving this mail because:
You are on the CC list for the bug.