This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

assignment of ELF sections to segments (adjacent pages)


As the comment in the test says, this test fails on targets with
max-page-size == 1.  Add some more targets.

	* ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960,
	microblaze, moxie, and mt.

Index: ld/testsuite/ld-elf/sec-to-seg.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/sec-to-seg.exp,v
retrieving revision 1.2
diff -u -p -r1.2 sec-to-seg.exp
--- ld/testsuite/ld-elf/sec-to-seg.exp	25 Mar 2010 21:12:34 -0000	1.2
+++ ld/testsuite/ld-elf/sec-to-seg.exp	28 Oct 2010 03:49:52 -0000
@@ -79,10 +79,14 @@ if {    [istarget avr-*-*]
      || [istarget crx-*-*]
      || [istarget dlx-*-*]
      || [istarget h8300-*-*]
+     || [istarget i960-*-*]
      || [istarget ip2k-*-*]
      || [istarget m32r-*-*]
      || [istarget m88k-*-*]
+     || [istarget microblaze-*-*]
+     || [istarget moxie-*-*]
      || [istarget msp430-*-*]
+     || [istarget mt-*-*]
      || [istarget tic6x-*-*]
     } {
     set B_test_same_seg 0

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]