aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pie
AgeCommit message (Collapse)AuthorFilesLines
2009-09-02update copyright datesAlan Modra1-1/+1
2009-03-20ld/H.J. Lu3-2/+21
2009-03-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/9970 * ldlang.c (lang_end): Warn missing entry symbol for -pie. ld/testsuite/ 2009-03-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/9970 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests. * ld-pie/start.d: New. * ld-pie/start.s: Likewise.
2007-07-06Update sources to GPLv3Nick Clifton1-4/+7
2006-02-232006-02-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+2
* ld-pie/weakundef-data.c: Fix the typo.
2006-02-222006-02-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+13
* ld-pie/pie.c: New file. * ld-pie/pie.exp: Check if compiler supports -pie.
2006-02-202006-02-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+16
PR ld/2218 * ld-pie/pie.exp: Add the weak undefined data test. * ld-pie/weakundef-data.c: New file.
2006-01-272006-01-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu3-0/+47
PR ld/2218 * ld-pie/pie.exp: New file. * ld-pie/weakundef.c: Likewise. * ld-pie/weakundef.out: Likewise. * lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support building PIE and shared library.