swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GCC 2.7.2.1 Objective-C snapshot 970318


From: Scott Christley
Subject: GCC 2.7.2.1 Objective-C snapshot 970318
Date: Tue, 18 Mar 1997 16:07:58 -0800

I've put up a new snapshot at

ftp://alpha.gnu.ai.mit.edu/gnu/gnustep
ftp://ftp.gnustep.org/pub/gnustep

Diffs against GCC version 2.7.2
        gcc-2.7.2-objc-970318.diff.gz

Diffs against GCC version 2.7.2.1
        gcc-2.7.2.1-objc-970318.diff.gz

Diffs against the objc-960906 snapshot
        gcc-objc-960906-970318.diff.gz

A complete source set.
        gcc-2.7.2.1-objc-970318.tar.gz

Sorry I haven't incorporated the 2.7.2.2 patches.

Here are some highlights of work done since the last snapshot...

* ObjC runtime version number has been incremented to 8!  This will require
that you recompile your ObjC source code.  The version number was
incremented because
a fundamental objc structure (which is placed within object code) has been
changed thus making previously compiled programs incompatible.

* GCC has been converted to use the Autoconf package.
* ObjC is now a language front-end.
* C++ and ObjC handle their own configuration, using Autoconf.

* Implementation of +load

* Pretty printing of ObjC method names for compilation errors and warnings.

* Programs compiled with the GNU ObjC runtime library can be debugged with
the native GDB on NEXTSTEP systems.

* Numerous bug fixes.

* Reorganization of the thread/mutex implementation so that there is a
clearly defined front-end/back-end interface.

enjoy!
Scott
        



reply via email to

[Prev in Thread] Current Thread [Next in Thread]