Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

Build modern (4.x) GCC to target a 2.4.x kernel on the same architecture as the host?

Does removing const from a function return type break ABI?

c++ constants abi

Why isn't -mmacosx-version-min=10.10 preventing use of a function tagged as starting in 10.11?

c++ xcode macos clang abi

Code sequences for TLS on ARM

In the Win64 ABI, can the reserved argument stack space be used for general purpose storage?

Compilation failing on EnableABIBreakingChecks

How to Compile boost with GCC 5 using old ABI?

c++11 gcc boost linker abi

Why do we need stack allocation when we have a red zone?

Acceptability of regular usage of r10 and r11

Changing struct to class (and other type changes) and ABI/code generation

c++ swig abi

Why would the ELF header of a shared library specify Linux as the OSABI?

linux shared-libraries elf abi

Why does libcxx apply __forceinline or the GCC equivalent to its already hidden inline functions?

What determines binary compatibility of shared libraries on Linux?

c++ c linux shared-libraries abi

What sret actually means?

c llvm abi

How is the default enum size (short or no-short) determined by the configure options of gcc?

c gcc enums abi

Which registers are safe to use in a function (x86)

assembly x86 abi

Would Swift 5 apps be able to run only on specific iOS versions?

ios swift abi swift5

When do we break binary compatibility

c++ dll virtual-functions abi