From: pavenis AT lanet DOT lv To: djgpp-workers AT delorie DOT com Date: Sat, 17 Mar 2001 17:25:50 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Patch for djgpp.djl Cc: "Mark E." Message-ID: <3AB39E1E.20274.64D8F7@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com To get gcc-3.0 20010314 working for DJGPP I had to modify djgpp.djl or C++ applications which uses libstdcxx.a doesn't link correctly. Perhaps it should not break anything with earlier versions ... Andris --- lib/djgpp.djl~2 Thu Dec 7 07:01:04 2000 +++ lib/djgpp.djl Sat Mar 17 17:16:38 2001 @@ -4,7 +4,9 @@ { .text 0x1000+SIZEOF_HEADERS : { *(.text) + *(.text.*) *(.gnu.linkonce.t*) + *(.ro*) *(.gnu.linkonce.r*) etext = . ; PROVIDE(_etext = .); @@ -18,6 +20,7 @@ *(.dtor) djgpp_last_dtor = . ; *(.data) + *(.data.*) *(.gnu.linkonce.d*) *(.gcc_exc*) ___EH_FRAME_BEGIN__ = . ;