2006-07-11 00:32:11 +02:00
|
|
|
User relevant changes from version 041202 to 060710:
|
2006-07-10 22:54:39 +02:00
|
|
|
|
|
|
|
binutils:
|
2006-07-11 00:32:11 +02:00
|
|
|
- ld is no longer patched to not allow undefined symbols in
|
|
|
|
objects, as this is now done via gcc-specs.
|
|
|
|
- ld is no longer patched to not use relocation combination (combreloc),
|
2006-07-10 22:54:39 +02:00
|
|
|
as the default (using it) seems to generate slightly smaller results and
|
2006-07-11 00:32:11 +02:00
|
|
|
does not break anything (apparently).
|
2006-07-10 22:54:39 +02:00
|
|
|
|
|
|
|
gcc:
|
|
|
|
- added missing documentation for --relative-path-errors option.
|
|
|
|
- added --no-undefined to the specs so that we can drop a patch that changed
|
|
|
|
ld to use this as default.
|
2006-07-11 00:32:11 +02:00
|
|
|
- provide convenience fixed(ios&) and scientific(ios&) inline functions
|
|
|
|
- fixed scientific(ios& i) (thanks to John [Beta] Drinkwater)
|
2006-07-10 22:54:39 +02:00
|
|
|
- Applied several (old, external) patches that enable the support for anonymous
|
|
|
|
structs and unions in C as well as in C++ (application of this patch has
|
|
|
|
been sugggested by execom through BeBits-talkback).
|
|
|
|
|
|
|
|
This mail-thread explains the problem & solution:
|
|
|
|
http://gcc.gnu.org/ml/gcc-bugs/1999-08n/msg00914.html
|
|
|
|
|
|
|
|
These are the patches that have been applied:
|
|
|
|
gcc-2.95-anon-struct-union.diff
|
|
|
|
gcc-2.95-c++-tidy.diff
|
|
|
|
gcc-2.95-c++-anon-struct.diff
|
|
|
|
gcc-2.95-c++-anon-struct2.diff
|
|
|
|
which can all be found here:
|
|
|
|
ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/gcc-2.95/patches/
|