[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/16530] --dynamic-list does not protect symbols from being garb
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gold/16530] --dynamic-list does not protect symbols from being garbage collected |
Date: |
Mon, 10 Feb 2014 16:11:33 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=16530
--- Comment #3 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 d6f6f455778b10037503bcc39352b5174bba5e45 (commit)
from 8577303939d47fc3dd433ed31f78ee47c6ad0aa8 (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=d6f6f455778b10037503bcc39352b5174bba5e45
commit d6f6f455778b10037503bcc39352b5174bba5e45
Author: H.J. Lu <address@hidden>
Date: Thu Feb 6 09:44:25 2014 -0800
Mark symbol in executables if it matches dynamic_list
bfd/
PR gold/16530
* elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Mark symbol in
executables if it matches dynamic_list.
ld/testsuite/
PR gold/16530
* ld-elf/dynamic-1.c: New file.
* ld-elf/dynamic-1.rd: Likewise.
* ld-elf/dynamic-1.syms: Likewise.
* ld-elf/shared.exp (build_tests): Add dynamic-1.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 6 ++++++
bfd/elflink.c | 6 +++++-
ld/testsuite/ChangeLog | 9 +++++++++
ld/testsuite/ld-elf/dynamic-1.c | 10 ++++++++++
ld/testsuite/ld-elf/dynamic-1.rd | 5 +++++
ld/testsuite/ld-elf/dynamic-1.syms | 3 +++
ld/testsuite/ld-elf/shared.exp | 3 +++
7 files changed, 41 insertions(+), 1 deletions(-)
create mode 100644 ld/testsuite/ld-elf/dynamic-1.c
create mode 100644 ld/testsuite/ld-elf/dynamic-1.rd
create mode 100644 ld/testsuite/ld-elf/dynamic-1.syms
--
You are receiving this mail because:
You are on the CC list for the bug.