From mboxrd@z Thu Jan 1 00:00:00 1970 From: alan@spri.levels.unisa.edu.au (Alan Modra) To: gas2@cygnus.com Subject: Another fixup bug Date: Wed, 21 Jun 1995 17:02:00 -0000 Message-id: X-SW-Source: 1995/msg00124.html 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: ----------------------------