summaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Lookup __tls_get_addr or ___tls_get_addr onceusers/hjl/tlsH.J. Lu2017-08-041-29/+25
* Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton2017-07-241-8/+2
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-7/+7
* x86: Resolve local undefined weak symbol to 0H.J. Lu2017-06-221-5/+7
* x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu2017-06-221-4/+14
* x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu2017-06-221-36/+520
* Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu2017-06-131-5/+7
* ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu2017-06-121-1/+2
* x86: Dump local IFUNC functions in the map fileH.J. Lu2017-06-081-9/+18
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-1/+1
* x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu2017-05-121-1/+2
* x86: Generate PLT relocations for -z nowH.J. Lu2017-05-111-15/+1
* Add missing initializer to silence GCC 4.2H.J. Lu2017-05-081-1/+1
* i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu2017-05-081-396/+825
* x86: Check plt_got before using .plt.gotH.J. Lu2017-04-281-1/+3
* x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu2017-04-271-68/+63
* i386: Simplify VxWorks for non-PICH.J. Lu2017-04-271-32/+30
* x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu2017-04-261-7/+7
* i386: Force symbol dynamic if it isn't undefined weakH.J. Lu2017-04-241-9/+8
* i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu2017-04-241-0/+2
* i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu2017-04-211-18/+43
* Wrap long linesAlan Modra2017-04-131-4/+9
* Rewrite bfd error handlerAlan Modra2017-04-131-3/+3
* Remove the extra `\n' in warning/error messagesH.J. Lu2017-04-111-2/+2
* ld: Support ELF GNU program propertiesH.J. Lu2017-04-031-0/+74
* Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra2017-02-281-1/+1
* i386: Allow "lea foo@GOT, %reg" in PICH.J. Lu2017-02-151-4/+8
* Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc errorH.J. Lu2017-02-151-1/+1
* i386/x32: Align .eh_frame section to 4 bytesH.J. Lu2017-01-101-1/+1
* i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu2017-01-101-8/+108
* Don't use elf_i386_eh_frame_plt directlyH.J. Lu2017-01-101-3/+5
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* link_hash_copy_indirect and symbol flagsAlan Modra2016-12-291-1/+2
* dynrelro section for read-only dynamic symbols copied into executableAlan Modra2016-12-261-7/+23
* Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra2016-12-261-30/+5
* elf_backend_dtrel_excludes_pltAlan Modra2016-11-231-25/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+15
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-17/+16
* i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu2016-08-291-0/+14
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-181-87/+175
* Don't check undefined symbol for IFUNC relocH.J. Lu2016-06-161-7/+4
* Skip relocations in non-loaded, non-alloced sectionsH.J. Lu2016-06-161-13/+21
* Check SEC_ALLOC before allocating dynamic relocationH.J. Lu2016-06-151-14/+13
* Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu2016-06-141-8/+13
* Add the GOT base for GOT32 relocs against IFUNCH.J. Lu2016-06-131-5/+17
* Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu2016-06-131-13/+8
* Subtract GOT base only with a base registerH.J. Lu2016-06-111-4/+32
* Support i386 TLS code sequences without PLTH.J. Lu2016-06-081-65/+184
* Return void from linker callbacksAlan Modra2016-05-281-7/+3