public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Another fixup bug
@ 1995-06-21 17:02 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 1995-06-21 17:02 UTC (permalink / raw)
  To: gas2

This one doesn't generate bad code, just not optimal.  The "jz L6"
gets assembled as a long branch, where a short one will reach the
distance.

 ----------------------------
	.text
L0:
	jz L5
L1:
	jz L6
L2:
	.align 16, 0x90

L4:
	.space 0x72, 0x90
L5:
	.space 2, 0x90
L6:
 ----------------------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-06-21 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-06-21 17:02 Another fixup bug Alan Modra

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).