aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/gc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-29 * ld-gc/gc.c (dummy_func): New function - present so thatNick Clifton1-0/+20
underscore prefixed aliases can be created of the used_func and main functions.
2008-01-23* ld-gc/gc.c: Make sure used_func is not inlined.Andreas Schwab1-0/+1
2008-01-11ld:Tristan Gingold1-0/+20
2008-01-11 Tristan Gingold <gingold@adacore.com> Eric Botcazou <ebotcazou@adacore.com> * ldlang.c (lang_end): Warns if the entry point is not found when --gc-sections. Emit an error if no root is specified when --gc-sections -r. * ld.texinfo (Options): Document that --gc-sections is compatible with -r and -q. * ldmain.c (main): Do not error out if -r and --gc-sections. * scripttempl/elf.sc: Emit ENTRY command only if relocating. ld/testsuite: 2008-01-11 Tristan Gingold <gingold@adacore.com> * lib/ld-lib.exp (check_gc_sections_available): Now available on VxWorks. * ld-gc: New directory for testing --gc-sections. * ld-gc/gc.c: New file. * ld-gc/gc.exp: New file. * ld-gc/noent.s: New file. * ld-gc/noent.d: New file.