diff options
author | kan <kan@FreeBSD.org> | 2002-12-22 07:00:45 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2002-12-22 07:00:45 +0000 |
commit | c043df222991388db78d69d55484ebe606801abc (patch) | |
tree | 0a5a0fff08670e9f06dc60a508f02cc9390e70ba /UPDATING | |
parent | 7c2123d5129b20b82a3cf15a41924623e525b38d (diff) | |
download | FreeBSD-src-c043df222991388db78d69d55484ebe606801abc.zip FreeBSD-src-c043df222991388db78d69d55484ebe606801abc.tar.gz |
Add note about GCC -fno-pcc-struct-return being default again. The
breakage window was about 18 days long.
Submitted by: juli
Approved by: re (rwatson)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,14 @@ NOTE TO PEOPLE WHO THINK THAT 5.0-CURRENT IS SLOW: developers choose to disable these features on build machines to maximize performance. +20021222: + For a period after the GCC 3.2.1 import (from 12/04 to 12/22), GCC + used an incompatible form of ABI for returning structures and unions + which FreeBSD's GCC maintainers were not aware of relative to previous + versions of FreeBSD. We have gone back to the ABI for now, and any + code compiled which is required to interoperate with other code (not + built at the same time) returning structs or unions should be + 20021216: A name change in /etc/netconfig has been reverted to stay compatible with with suns TIRPC and also with NetBSD. You need |