public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Why does gas put a stop bit in a bundle?
@ 2003-04-30 16:30 H. J. Lu
  2003-04-30 18:36 ` Jim Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: H. J. Lu @ 2003-04-30 16:30 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

GAS adds a stop bit at the last bundle in the current section
automatically.

# gcc -c -o gcc.o bundle.s
# objdump -d gcc.o 
gcc.o:     file format elf64-ia64-little
 
Disassembly of section .text:
 
0000000000000000 <.text>:
   0:   0d 40 00 40 18 10       [MFI]       ld8 r8=[r32]
   6:   00 00 00 02 00 00                   nop.f 0x0
   c:   00 00 04 00                         nop.i 0x0;;
  10:   0d 30 00 04 18 10       [MFI]       ld8 r6=[r2]
  16:   00 00 00 02 00 00                   nop.f 0x0
  1c:   00 00 04 00                         nop.i 0x0;;

Why does gas do that? I'd like to turn it off.


H.J.

[-- Attachment #2: bundle.s --]
[-- Type: text/plain, Size: 233 bytes --]

      .text
      .align 16
	{ .mfi
      ld8  r8=[r32]
      nop.f 0x0
      nop.i 0x0
      }
      .data
      .align 16
      data8 0
      .text
      .align 16
	{ .mfi
      ld8  r6=[r2]
      nop.f 0x0
      nop.i 0x0
      }

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-05-01 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-30 16:30 Why does gas put a stop bit in a bundle? H. J. Lu
2003-04-30 18:36 ` Jim Wilson
2003-05-01 16:05   ` H. J. Lu
2003-05-01 20:39     ` Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).