www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/11/11/02:51:09

Date: Fri, 11 Nov 1994 14:27:09 +0900
To: djgpp AT sun DOT soe DOT clarkson DOT edu
From: masaki AT eie DOT monolta DOT co DOT jp (Kenji Masaki)
Subject: GAS bug and etc

Hello.$B!!(BDJ and evrybody

We (members of FETX at Niftyserve in JAPAN) found a bug of GAS 2.3 , 2.5.1
and 2.5.2 ,and FIX it as follows.

By the way, it seems that treatment of long-filename lacks unity in djgpp.
i.e. _fixpath is called in stat(), while DPMI(DOS) function [is] called 
directry in access.c.  Shouldn't it be standardized?

        
diff --context=2 -r c:/binutils.2/include/opcode/i386.h
d:/binutils.2/include/opcode/i386.h
*** c:/binutils.2/include/opcode/i386.h        Thu Mar 31 16:35:32 1994
--- d:/binutils.2/include/opcode/i386.h        Wed Nov  9 15:44:48 1994
***************
*** 324,332 ****
  /* these turn into pseudo operations when disp is larger than 8 bits */
  #define IS_JUMP_ON_CX_ZERO(o) \
!   (o == 0x66e3)
  #define IS_JUMP_ON_ECX_ZERO(o) \
    (o == 0xe3)
  
! {"jcxz", 1, 0x66e3, _, JumpByte, { Disp, 0, 0} },
  {"jecxz", 1, 0xe3, _, JumpByte, { Disp, 0, 0} },
  --- 324,332 ----
  /* these turn into pseudo operations when disp is larger than 8 bits */
  #define IS_JUMP_ON_CX_ZERO(o) \
!   (o == 0x67e3)   /* by members of FEXT niftyserve */
  #define IS_JUMP_ON_ECX_ZERO(o) \
    (o == 0xe3)
  
! {"jcxz", 1, 0x67e3, _, JumpByte, { Disp, 0, 0} }, /* by members of FEXT
niftyserve */
  {"jecxz", 1, 0xe3, _, JumpByte, { Disp, 0, 0} },
  
---------- Kenji Masaki
------------------------------
    Kenji  Masaki$B!!(B
$B!!(B  Image Infomation Engineering
     Division
   MINOLTA  Co. Ltd. , JAPAN   
------------------------------


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019