summaryrefslogtreecommitdiff
path: root/gcc/NEWS
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-08 01:42:52 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-08 01:42:52 +0000
commit68b88e8694ece9d7c01e416f3586d3e72157d6ea (patch)
treedd22e385b3dae9a0e496ba4cc1c0886e5b4296f9 /gcc/NEWS
parentc85d081f3b59c15fa70f349bdc57309e70d3b9cf (diff)
downloadgcc-68b88e8694ece9d7c01e416f3586d3e72157d6ea.tar.gz
Updates from gcc-2.8 test tarball to current gcc-2.8 tarball.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17002 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/NEWS')
-rw-r--r--gcc/NEWS22
1 files changed, 0 insertions, 22 deletions
diff --git a/gcc/NEWS b/gcc/NEWS
index b3cb770ebc6..203b9ab3e44 100644
--- a/gcc/NEWS
+++ b/gcc/NEWS
@@ -212,28 +212,6 @@ New feature for Solaris systems:
GCC installation no longer makes a copy of system include files,
thus insulating GCC better from updates to the operating system.
-Changes in Objective-C:
-
- The Objective-C Runtime Library has been made thread-safe.
-
- The Objective-C Runtime Library contains an interface for creating
- mutexes, condition mutexes, and threads; it requires a back-end
- implementation for the specific platform and/or thread package.
- Currently supported are DEC/OSF1, IRIX, Mach, OS/2, POSIX, PCThreads,
- Solaris, and Windows32. The --enable-threads parameter can be used
- when configuring GCC to enable and select a thread back-end.
-
- Objective-C is now configured as separate front-end language to GCC,
- making it more convenient to conditionally build it.
-
- The internal structures of the Objective-C Runtime Library have
- changed sufficiently to warrant a new version number; now version 8.
- Programs compiled with an older version must be recompiled.
-
- The Objective-C Runtime Library can be built as a DLL on Windows 95
- and Windows NT systems.
-
- The Objective-C Runtime Library implements +load.
Noteworthy changes in GCC version 2.7.2
---------------------------------------