www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/12/20/12:21:38

From: "Florian X" <dos DOT fire AT aon DOT at>
Newsgroups: comp.os.msdos.djgpp
References: <Pine DOT SUN DOT 3 DOT 91 DOT 1001218094433 DOT 15310E-100000 AT is>
Subject: Re: DLX for C++
Date: Wed, 20 Dec 2000 18:14:10 +0100
X-Newsreader: Microsoft Outlook Express 4.71.1712.3
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
Lines: 37
Message-ID: <3a40e8cf$0$15738@SSP1NO25.highway.telekom.at>
NNTP-Posting-Host: 212.183.90.236
X-Trace: newsreader01.vienna.highway.telekom.at 977332431 15738 212.183.90.236
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

>But please first post the new linker script here, so that people who
>understand the intricacies of linker scripts could look at it and
>catch any problems that might be there.



I post the new dlx.ld:
==================
OUTPUT_FORMAT("coff-go32")
FORCE_COMMON_ALLOCATION
SECTIONS {
  .text : {
    *(.text)
    dlx_first_ctor = . ;
    *(.ctor)
    dlx_last_ctor = . ;
    dlx_first_dtor = . ;
    *(.dtor)
    dlx_last_dtor = . ;
    *(.gcc_exc*)
    ___EH_FRAME_BEGIN__ = . ;
    *(.eh_fram*)
    ___EH_FRAME_END__ = . ;
    *(.data)
    *(.bss)
    *(COMMON)
  }
}

==================
Bye, Florian
www.seal.de.vu
www.drdos.org



- Raw text -


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