aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/align2a.d
AgeCommit message (Collapse)AuthorFilesLines
2006-09-20Add x86_64-mingw64 targetNick Clifton1-4/+4
2005-02-21 * ld-elf/warn1.d: Specify -Ttext.Alan Modra1-1/+1
* ld-scripts/align.exp (align2a, align2b: Don't run on aout targets. * ld-scripts/align2.t: Discard all but .text and .data. * ld-scripts/align2a.d: Accept non-readonly for coff. * ld-scripts/align2b.d: Likewise. * lib/ld-lib.exp (is_aout_format): New function.
2005-02-18 * ld-scripts/align2a.d: Don't assume anything about sectionAlan Modra1-4/+3
padding or alignment, or max page size. Allow 64-bit addresses. * ld-scripts/align2b.d: Likewise.
2005-02-17 * ldexp.c (assigning_to_dot): New global flag.Zack Weinberg1-0/+13
(fold_name): If assigning_to_dot is true, object immediately to an undefined symbol. (exp_fold_tree): Set and clear assigning_to_dot around the recursive call to exp_fold_tree to process the right-hand side of an assignment to the location counter. testsuite: * ld-scripts/align.exp: Rename existing "ALIGN" test to "align1". Add dump tests "align2a", "align2b", "align2c". * ld-scripts/align2.t, ld-scripts/align2a.s, ld-scripts/align2a.d * ld-scripts/align2b.s, ld-scripts/align2b.d * ld-scripts/align2c.s, ld-scripts/align2c.d: New files.