Mail Archives: djgpp-workers/2003/12/08/19:13:56
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f
|
Message-ID: | <001001c3bde6$25b45990$0300000a@shelob>
|
From: | "Ian Miller" <djgpp AT shelob DOT plus DOT com>
|
To: | <djgpp-workers AT delorie DOT com>
|
Subject: | DJGPP 2.04 beta 1 - kb docs
|
Date: | Mon, 8 Dec 2003 23:51:06 -0000
|
MIME-Version: | 1.0
|
X-Priority: | 3
|
X-MSMail-Priority: | Normal
|
X-Mailer: | Microsoft Outlook Express 6.00.2800.1158
|
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165
|
Reply-To: | djgpp-workers AT delorie DOT com
|
This is a multi-part message in MIME format.
------=_NextPart_000_000D_01C3BDE6.2584BE10
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hello.
I am trying out this beta release. This information from the
knowledge base for 2.04:
> The build system for the C libraries was modified, so that profiling
> versions can be built. Profiling options in `gcc.opt' are ignored for
> certain files in the C libraries' sources. The build system for
> `emu387.dxe', the math co-processor emulation library, was also
> modified, so that it can be built against a profiled version of libc.
seems to remove the need for these statements from the
Development node:
> There are currently some problems with profiling support. The math
> co-processor support code, `emu387.dxe', in `src/libemu' cannot be
> built with profiling.
I attach a patch (generated using emacs' version control tools against
current CVS, I hope that's OK) to simply remove the latter.
Regards,
Ian
------=_NextPart_000_000D_01C3BDE6.2584BE10
Content-Type: application/octet-stream;
name="develop.dif"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="develop.dif"
Index: develop.txi
===================================================================
RCS file: /cvs/djgpp/djgpp/src/docs/kb/develop.txi,v
retrieving revision 1.15
diff -c -r1.15 develop.txi
*** develop.txi 6 Feb 2003 22:50:09 -0000 1.15
--- develop.txi 8 Dec 2003 23:35:01 -0000
***************
*** 201,210 ****
please see @file{src/libc/crt0/makefile} to see how the profiling
support code, @file{src/libc/crt0/mcount.c}, is built.
- There are currently some problems with profiling support.
- The math co-processor support code, @file{emu387.dxe},
- in @file{src/libemu} cannot be built with profiling.
-
@section Texinfo documentation
@subsection Formatting
--- 201,206 ----
------=_NextPart_000_000D_01C3BDE6.2584BE10--
- Raw text -