bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bugs in gnu assembler for IA64


From: Nick Clifton
Subject: Re: Possible bugs in gnu assembler for IA64
Date: Sat, 25 Oct 2008 11:25:56 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Hi Surbhi,

.section "test"
.quad 1f
.quad 2f 1:{
        nop 0x0
        nop 0x0
        nop 0x0
 }
2:{
        nop 0x0
        nop 0x0
        nop 0x0
}
.previous

When I try to assemble this test using an ia64 assembler built from the current mainline binutils sources I get two error messages:

  % ia64-linux-as foo.s
  foo.s:4: Warning: Directive invalid within a bundle
  foo.s:9: Warning: Directive invalid within a bundle

Am I missing something from the command line ?

Cheers
  Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]