98da7939e1
bfd/ 2010-01-26 Alan Modra <amodra@gmail.com> H.J. Lu <hongjiu.lu@intel.com> PR ld/11218 * elflink.c (elf_link_output_extsym): Do not ignore undefined symbols with ref_regular set when gc_sections is active. ld/testsuite/ 2010-01-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/11218 * ld-gc/dummy.s: New. * ld-gc/pr11218-1.c: Likewise. * ld-gc/pr11218-2.c: Likewise. * ld-gc/pr11218.d: Likewise.
5 lines
229 B
Makefile
5 lines
229 B
Makefile
# name: --gc-sections with shared library
|
|
# source: dummy.s
|
|
# ld: --gc-sections -e main tmpdir/pr11218-2.o tmpdir/pr11218-1.so
|
|
# target: *-*-linux*
|
|
# error: undefined reference to `unresolved_detected_at_runtime_not_at_linktime'
|