www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/08/23/05:44:49

From: pavenis AT lanet DOT lv
Message-ID: <B0000099007@stargate.astr.lu.lv>
To: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
Date: Mon, 23 Aug 1999 12:41:50 +0300
MIME-Version: 1.0
Subject: Re: new GCC port
CC: djgpp-workers AT delorie DOT com
References: <Pine DOT A41 DOT 4 DOT 05 DOT 9908191004070 DOT 38890-100000 AT ieva01 DOT lanet DOT lv>
In-reply-to: <Pine.SUN.3.91.990822105929.6405J-100000@is>
X-mailer: Pegasus Mail for Win32 (v3.12a)
Reply-To: djgpp-workers AT delorie DOT com

On 22 Aug 99, at 11:00, Eli Zaretskii wrote:

> 
> On Thu, 19 Aug 1999, Andris Pavenis wrote:
> 
> > Earlier I have sent some related patches (mostly to
> > avoid additional warnings as DJDEV is being compiled with option -Werror
> > and also to make DJDEV compatible with current development versions
> > of binutils).
> 
> I believe all those patches are in the v2.03 CVS tree now.  If you see 
> some of your patches that weren't checked in, please tell.
> 

Found one problem: lib/dxe.ld should also support long section names.

*** lib/dxe.ld~1	Sun Jul 12 20:09:02 1998
--- lib/dxe.ld	Mon Aug 23 12:24:10 1999
***************
*** 7,13 ****
      *(.text)
      *(.data)
      *(.bss)
!     *(.eh_fram)
      *(COMMON)
    }
  }
--- 7,13 ----
      *(.text)
      *(.data)
      *(.bss)
!     *(.eh_fram*)
      *(COMMON)
    }
  }

However I'm not sure it's enough.

Also building emu387.dxe takes dxe.ld from $DJDIR/lib but not ../../lib 
when making in src/libemu. As result after patch build still fails as I'm 
not building under DJGPP dierctory tree.

Andris

PS. This problem appears only when deveopment versions uf binutils 
2.10 is used.

- Raw text -


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