summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/Makefile
AgeCommit message (Expand)Author
2021-12-04Error if there are undefined symbols, e.g. _rtld_call_ifuncskrll
2020-02-09Specify NOLIBCSANITIZER for the ELF loaderkamil
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-04-03Disable optimization for rtld.c on the vax with gcc-7.christos
2018-12-27initfini array support for everyone.christos
2018-10-17Move compatibility for pre-2.0 ELF binaries into separate file.joerg
2018-06-09We can't build those three with MKSANITIZER, they are used too early.christos
2017-06-19Replace COMBREL with just-in-time check in _rtld_relocate_nonplt_objects.joerg
2016-12-01Instead of using a function to resolve symbols that should be supplied bychristos
2016-10-07revert, I'll fix libc instead.christos
2016-10-07Mips o32 needs -lgcc for __udivdi3 in headers.c for fast_divide32_prepare().christos
2016-06-16Move relro after we've computed out relocbase and re-enable it.christos
2016-06-15Turn off GNU_RELRO for now.christos
2016-06-14Add support for GNU RELRO headers from Matthias Weckbecker.christos
2016-01-23Define _KERNTYPES for things that need it.christos
2014-09-19RISC-V support.matt
2014-09-03OR1K supportmatt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-03-06Enable building ld.elf_so for powerpcmatt
2013-11-16Remove hack now it's fixed in 4.8.2skrll
2013-11-13Apply hack for gcc 4.8 bug on rtld.c.skrll
2013-10-09Use MACHINE_CPU for m68k. Use similar logic for both tests.matt
2013-08-12Some architectures can't create unwind tables without the frame pointer,joerg
2013-07-18Support MACHINE_ARCH of coldfirematt
2013-05-09Fix debug symlinkskrll
2013-05-08provide debug symlink.christos
2013-05-06don't overwrite COPTSchristos
2013-05-03Consistently use LDELFSO_MACHINE_ARCH.matt
2013-04-24Add support for PT_ARM_EXIDX and __gnu_Unwind_Find_exidx for libgcc's supportmatt
2013-04-05split debug info for rtldchristos
2012-08-23Revert last, it breaks the tricks xsrc uses.joerg
2012-08-23Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, ifjoerg
2012-08-04Don't abuse DBG, use COPTS instead.matt
2012-03-15Add __diagassert13() so that if libc is compiled with _DIAGNOSTIC, it doeschristos
2011-10-07obsolete libgcc_pic and friends. all libgcc's are supposed to be picmrg
2011-06-27sh3 also needs libgcc_pic for millicode (cf. revision 1.107)uwe
2011-06-25PR/45015: ld.elf_so: support ELF symbol versioningnonaka
2011-06-05Add libgcc_pic for millicode.christos
2011-05-30Use -Wl,-Bsymbolic directly for clangjoerg
2011-05-20Disable use of various X86 extensions since _rtld_bind_start doesn'tjoerg
2011-05-20Explicitly disable linking against libgcc and friends.joerg
2011-03-09Add TLS support infrastructure. For dynamic binaries, ld.elf_so exportsjoerg
2011-01-16Warn about DT_TEXTRELsmatt
2010-12-16Replace use of errlist with a single concatenated version and an offsetjoerg
2010-12-16Don't use normal environment handling functions from libc, but iteratejoerg
2010-12-05Build ld.elf_so with -fvisibility=hidden. Exploit this for i386/x86_64joerg
2010-10-29PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12"christos
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-03-20Only apply -Wno-stack-protector where alloca is used.skrll
2010-03-19Use the gcc directive to disable SSP warnings.roy