From Fedora Project Wiki

No edit summary
(67 intermediate revisions by 16 users not shown)
Line 1: Line 1:
==== GCC Compiler Collection ====
=== GCC 5.1.1 ===
Fedora 23 is built on GCC 5.1.1.  For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html


This release of Fedora has been built with GCC {{Template:DocsDict/gccVer}}, which is included with the distribution.
=== glibc 2.22 ===
 
Fedora 23 provides version 2.22 of the GNU C libraries.  Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html
For more information on GCC 4.3, refer to:


http://gcc.gnu.org/gcc-4.3/
=== boost 1.59.0 ===
Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found [https://fedoraproject.org/wiki/Changes/F23Boost159 https://fedoraproject.org/wiki/Changes/F23Boost159] and [http://www.boost.org/doc/libs/1_59_0/ http://www.boost.org/doc/libs/1_59_0/]


=== Target-Specific Improvements ===
{{header|docs}}{{Docs_beat_open}}
 
[[Category:Docs Project]]
==== IA-32/x86-64 ====
[[Category:Draft documentation]]
 
[[Category:Documentation beats]]
'''ABI changes'''
 
* Starting with GCC 4.3.1, decimal floating point variables are aligned to their natural boundaries when they are passed on the stack for i386.
 
'''Command-line changes'''
 
* Starting with GCC 4.3.1, the <code>-mcld</code> option has been added to automatically generate a cld instruction in the prologue of functions that use string instructions. This option is used for backward compatibility on some operating systems and can be enabled by default for 32-bit x86 targets by configuring GCC with the <code>--enable-cld</code> configure option.

Revision as of 17:28, 2 September 2015

GCC 5.1.1

Fedora 23 is built on GCC 5.1.1. For information on building your own code with this compiler release, refer to the upstream change info at https://gcc.gnu.org/gcc-5/changes.html

glibc 2.22

Fedora 23 provides version 2.22 of the GNU C libraries. Learn about the changes available in the latest version of glibc from the project's release announcement at https://www.sourceware.org/ml/libc-alpha/2015-08/msg00609.html

boost 1.59.0

Fedora 23 has boost 1.59.0 as the provided version of boost. More Information on the change can be found https://fedoraproject.org/wiki/Changes/F23Boost159 and http://www.boost.org/doc/libs/1_59_0/

DocsProject Header docTeam1.png
Note.png
Beat is open
This beat is now ready to have Fedora 25 content added by the beat writer