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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to