]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-scripts/alignof.exp
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-scripts / alignof.exp
index 207d22cb941e9c5c2526ad88d07638fea8811d68..0f05aeb6dfec8599975ecde6b716b1051228e25e 100644 (file)
@@ -19,9 +19,9 @@
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
 # MA 02110-1301, USA.
 
-# Only ELF targets record section alignment.
+# Only ELF and PE-COFF targets record section alignment.
 
-if ![is_elf_format] {
+if {![is_elf_format] && ![is_pecoff_format]} {
     return
 }