aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386
AgeCommit message (Expand)AuthorFilesLines
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton2-2/+2
2024-04-16Simplify readelf's RELR relocation display.Fangrui Song2-4/+4
2024-04-11Improve readelf's display of RELR relocs.Nick Clifton2-10/+8
2024-01-09x86: Don't check R_386_NONE nor R_X86_64_NONEH.J. Lu2-0/+14
2024-01-04Update year range in copyright notice of binutils filesAlan Modra4-4/+4
2023-11-10Add ability to change linker warning messages into errors when reporting exec...Nick Clifton4-4/+4
2023-10-05Fix: ld testsuite: pr22001-1 test segfaults on musl/x86A. Wilcox1-10/+16
2023-08-23x86: Fix DT_JMPREL/DT_PLTRELSZ when relocs share a sectionPeter Edwards4-0/+18
2023-08-02Revert "2.41 Release sources"Sam James5-5/+5
2023-08-022.41 Release sourcesbinutils-2_41-releaseNick Clifton5-5/+5
2023-08-01ld: Fix test failures with --enable-textrel-check=errorSam James4-4/+4
2023-07-27/DISCARD/ in ld testsuiteAlan Modra1-1/+1
2023-07-17PR10957, Missing option to really print section+offsetAlan Modra1-1/+1
2023-01-25i386: Pass -Wl,--no-as-needed to compiler as neededH.J. Lu1-3/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra4-4/+4
2022-07-21i386: Don't allow GOTOFF relocation against IFUNC symbol for PICH.J. Lu2-6/+2
2022-07-19x86: Disallow invalid relocations against protected symbolsH.J. Lu3-5/+3
2022-07-19x86: Make protected symbols local for -sharedFangrui Song3-3/+7
2022-06-27-z relro relaxation and ld script SIZEOFAlan Modra1-2/+2
2022-05-31i386: Ajdust more tests for opcodes/i386: remove trailing whitespaceH.J. Lu13-19/+19
2022-05-31Ajdust more tests for opcodes/i386: remove trailing whitespaceAlan Modra2-4/+4
2022-05-27opcodes/i386: remove trailing whitespace from insns with zero operandsAndrew Burgess18-50/+50
2022-04-26i386: Pass -z noexecstack to linker testsH.J. Lu1-2/+4
2022-04-20Add linker warning for when it creates an executable stack.Nick Clifton1-2/+2
2022-02-15i386: Update I386_NEED_DYNAMIC_RELOC_TYPE_P for DT_TEXTRELH.J. Lu3-0/+11
2022-02-11x86: Disallow invalid relocation against protected symbolH.J. Lu5-9/+40
2022-02-07i386: Allow GOT32 relocations against ABS symbolsH.J. Lu3-0/+17
2022-02-07Revert "elf: Remove the 1-page gap before the RELRO segment"Alan Modra1-2/+2
2022-01-13ld: Disable DT_RELR in some -z relro testsH.J. Lu1-1/+1
2022-01-13elf: Remove the 1-page gap before the RELRO segmentH.J. Lu1-2/+2
2022-01-12ld: Add simple DT_RELR testsH.J. Lu4-0/+73
2022-01-12elf: Support DT_RELR in linker testsH.J. Lu7-12/+20
2022-01-07ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu1-2/+2
2022-01-04ld/x86: Update -z report-relative-relocH.J. Lu1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra4-4/+4
2021-12-13x86: Adjust linker tests for --disable-separate-codeH.J. Lu1-2/+2
2021-12-02x86: Skip __[start|stop]_SECNAME for --gc-sections -z start-stop-gcH.J. Lu12-0/+168
2021-09-22Fix x86 "FAIL: TLS -fno-pic -shared"Alan Modra1-1/+1
2021-09-21Change the linker's heuristic for computing the entry point for binaries so t...Nick Clifton1-1/+1
2021-06-19x86: Count PLT for GOTOFF relocation against IFUNC symbolH.J. Lu5-0/+58
2021-05-28x86: Restore PC16 relocation overflow checkH.J. Lu1-0/+1
2021-05-26x86: Propery check PC16 reloc overflow in 16-bit mode instructionsH.J. Lu3-0/+27
2021-04-26x86: correct overflow checking for 16-bit PC-relative relocsJan Beulich3-0/+18
2021-03-18elf: Handle .gnu.debuglto_.debug_* sectionsH.J. Lu1-2/+7
2021-02-20readelf: Replace procesor with processorH.J. Lu1-1/+1
2021-02-07ld: Remove x86 ISA level run-time testsH.J. Lu1-63/+0
2021-01-17ld/elf: Ignore section symbols when matching linkonce with comdatH.J. Lu4-0/+18
2021-01-15ld/x86: Add -z report-relative-relocH.J. Lu4-0/+25
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu20-112/+25
2021-01-04PR26822, How to prevent a STT_FILE with absolute path in the linked imageAlan Modra7-10/+10