Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abi

What must be recompiled to run a x32 ABI application?

Did libstdc++'s layout for make_shared change between gcc 4.x and gcc 6.x?

c++ gcc g++ libstdc++ abi

Determining most efficient word size for implementing bignums in C++11?

In terms of using the stack, why do we need a base pointer and a stack pointer [duplicate]

c assembly x86 stack abi

Where do you check the prototypes of syscalls on x86-64 machines?

Link compatibility of enums and enum classes

c++ linker c++11 abi enum-class

How are params passed when calling Printf from 64 bit asm?

A few questions about legal arguments to printf("%s", ...)

Can I pop from the middle of a stack?

ELF generation using libelf hints

c linux elf abi

Why is library API + compiler ABI enough to ensure compatibility between objects with different versions of gcc?

c++ gcc stl abi

Boost unit test link error -- abi mismatch?

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