Skip to content

Tags: illumos/gcc

Tags

gcc-14.2.0-il-1

Toggle gcc-14.2.0-il-1's commit message
16768 kernel printf should know about %j and %z size specifiers

gcc-10.4.0-il-2

Toggle gcc-10.4.0-il-2's commit message
16768 kernel printf should know about %j and %z size specifiers

gcc-10.4.0-il-1

Toggle gcc-10.4.0-il-1's commit message
cmn_err() supports 'h' and 'hh'

gcc-7.5.0-il-2

Toggle gcc-7.5.0-il-2's commit message
cmn_err() supports 'h' and 'hh'

gcc-10.3.0-il-1

Toggle gcc-10.3.0-il-1's commit message
libstdc++ must use thread-local errno

gcc-9.3.0-il-1

Toggle gcc-9.3.0-il-1's commit message
Convert unsupported use of -msave-args to a warning

gcc-9.2.0-il-1

Toggle gcc-9.2.0-il-1's commit message
-G should imply the same specs as -shared

gcc-7.5.0-il-1

Toggle gcc-7.5.0-il-1's commit message
Always pass --32 to GNU AS backend unless -m64 was specified

At present, gcc calls GNU as with --32 iff gcc was called with -m32, and it
calls GNU as with --64 iff gcc itself was called with -m64.

This works fine assuming that GNU as works in 32-bit mode by default but not
otherwise.

This patch causes GNU as to be called with --64 if -m64 was passed to gcc
and to be called with --32 if -m64 was NOT passed to gcc.

Since the illumos gcc44 build outputs 32-bit by default, this causes the
backend assembler to be called with the correct options.

releases/gcc-8.4.0

Toggle releases/gcc-8.4.0's commit message
GCC 8.4.0 release

misc/cutover-git

Toggle misc/cutover-git's commit message
This tag marks the last Subversion commit before the move to Git.