Files
gcc-os2/ChangeLog.OS2
Dmitriy Kuminov 614d8e352a EMX: Update Changelog for 4.4.6 OS/2 Release 17.
(cherry picked from commit b41a22fed042051d238a596cdf40d6a5aa991391)
2019-11-27 01:08:38 +03:00

19 lines
866 B
Plaintext

This file contains OS/2-specific changes to GCC that are not part of upstream
and its ChangeLog.
4.4.6 OS/2 Release 17 (2013-07-25)
----------------------------------
- Fix Release 16 regression that would break output file name computation
for the `gcc test.c -lpthread` case.
4.4.6 OS/2 Release 16 (2013-07-23)
----------------------------------
- Fix treatment of a non-option argument as an output file. This makes cases
like `gcc -lpthread test.c` produce the correct executable name.
- Enlarge stack size to 8MiB and use high memory in gccXXX.dll.
- Implement -pipe mode support for the OS/2 (EMX) target.
- Suppress `Internal error: Interrupt` message caused by Ctrl-C/Ctrl-Break.
- Fix regression causing build failures in some C++ code due to mismatching
internal representations of the correct member declaration and definition.