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]

Re: current binutils trunk failures on cygwin


On Mon, May 01, 2006 at 02:43:28PM +0200, Christian Joensson wrote:
> On 4/28/06, Christian Joensson <christian.joensson@gmail.com> wrote:
> 
> >                === binutils tests ===
> >
> >
> >Running target unix
> >ERROR: /usr/local/src/trunk/src/binutils/testsuite/binutils-all/copy-1.s:
> >assembly failed
> >UNRESOLVED: copy with seting section flags 1

This test should be ELF only. I will check in this patch.

> >FAIL: copy with seting section flags 2
> 

objcopy --set-section-flags .text=alloc,data

doesn't work on COFF. Someone needs to fix it or I can make it ELF
only.


H.J.
---
2006-05-01  H.J. Lu  <hongjiu.lu@intel.com>

	* binutils-all/objcopy.exp: Run "copy-1" for ELF only.

--- binutils-all/objcopy.exp.elf	2006-04-26 07:57:54.000000000 -0700
+++ binutils-all/objcopy.exp	2006-05-01 07:02:24.000000000 -0700
@@ -723,7 +723,7 @@ if { ([istarget "ia64-*-elf*"]
 if [is_elf_format] {
     objcopy_test "ELF unknown section type" unknown.s
     objcopy_test_readelf "ELF group" group.s
+    run_dump_test "copy-1"
 }
 
-run_dump_test "copy-1"
 run_dump_test "copy-2"


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