This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gas generating bad code for i386


   Date: Tue, 07 Mar 2000 14:17:01 -0500
   From: Tom Riddle <ftr@oracom.com>

Please do not send base64 messages to this mailing list.  Send plain
text.

I'm surprised that the instruction `je 4' ever did what you want it to
do.  To me that is a jump to the absolute address 4.

Use something like `je .+4' instead.

Ian

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]