2007-07-02 Nathan Sidwell * ld-scripts/alignof.exp: Skip on non-elf Index: ld-scripts/alignof.exp =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-scripts/alignof.exp,v retrieving revision 1.1 diff -c -3 -p -r1.1 alignof.exp *** ld-scripts/alignof.exp 18 Jun 2007 12:38:22 -0000 1.1 --- ld-scripts/alignof.exp 2 Jul 2007 12:05:09 -0000 *************** *** 15,20 **** --- 15,26 ---- # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + # Only ELF targets record section alignment. + + if ![is_elf_format] { + return + } + set testname "ALIGNOF" if ![ld_assemble $as $srcdir/$subdir/alignof.s tmpdir/alignof.o] {