ladybird/Ports/binutils/patches
2022-02-11 18:07:53 +01:00
..
binutils.patch Ports: Update binutils to version 2.38 2022-02-11 18:07:53 +01:00
ReadMe.md Ports: Update binutils to version 2.38 2022-02-11 18:07:53 +01:00

Patches for Binutils on SerenityOS

binutils.patch

Teaches the assembler, BFD, and the linker about the SerenityOS target triple.

On x86_64, we override the default base address of non-PIE executables, because the default (0x400000) is too close to the beginning of the address space, and DynamicLoader often ends up allocating internal data at that address.