aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-01x86: Add _bfd_x86_elf_adjust_dynamic_symbolH.J. Lu1-194/+0
2017-09-01x86: Add _bfd_x86_elf_mkobjectH.J. Lu1-10/+0
2017-09-01x86: Add _bfd_x86_elf_link_setup_gnu_propertiesH.J. Lu1-337/+18
2017-09-01x86: Correct unwind information for the second PLTH.J. Lu1-0/+14
2017-08-30x86: Add _bfd_x86_elf_get_synthetic_symtabH.J. Lu1-202/+11
2017-08-30x86: Add _bfd_x86_elf_link_hash_table_createH.J. Lu1-301/+114
2017-08-29x86: Re-indent elf32-i386.c/elf64-x86-64.cH.J. Lu1-1/+1
2017-08-29Add elfxx-x86.h and elfxx-x86.cH.J. Lu1-889/+246
2017-08-29x86: Simplify bad return in get_synthetic_symtabH.J. Lu1-11/+7
2017-08-29x86: Check valid PLT sections before checking dynamic relocationsH.J. Lu1-11/+14
2017-08-28x86: Check for valid PLT section sizeH.J. Lu1-6/+13
2017-08-27x86: Initialize def_protectedH.J. Lu1-0/+1
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu1-59/+64
2017-08-25x86: Remove redundant "symbol" in commentsH.J. Lu1-1/+1
2017-08-24Revert commit aab921adcb656e4eefcc7d0f14241f3d7504400eH.J. Lu1-3/+2
2017-08-23x86: Increment PLT count only for function symbolsH.J. Lu1-2/+3
2017-08-23x86: Clear extern_protected_data for GNU_PROPERTY_NO_COPY_ON_PROTECTEDH.J. Lu1-48/+68
2017-08-11x86: Allocate space for symbol names with symbol tableH.J. Lu1-42/+33
2017-08-07Do not choose a non-ELF format input file to hold the linker created GOT sect...Nick Clifton1-15/+24
2017-08-06x86: Lookup __tls_get_addr or ___tls_get_addr onceH.J. Lu1-29/+25
2017-07-24Improve "unrecognized relocation" error messages to add the suggestion that t...Nick Clifton1-8/+2
2017-07-12bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra1-7/+7
2017-06-22x86: Resolve local undefined weak symbol to 0H.J. Lu1-5/+7
2017-06-22x86: Support Intel Shadow Stack with SHSTK propertyH.J. Lu1-4/+14
2017-06-22x86: Support Intel IBT with IBT property and IBT-enable PLTH.J. Lu1-36/+520
2017-06-13Always define referenced __start_SECNAME/__stop_SECNAMEH.J. Lu1-5/+7
2017-06-12ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu1-1/+2
2017-06-08x86: Dump local IFUNC functions in the map fileH.J. Lu1-9/+18
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-1/+1
2017-05-12x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED propertiesH.J. Lu1-1/+2
2017-05-11x86: Generate PLT relocations for -z nowH.J. Lu1-15/+1
2017-05-08Add missing initializer to silence GCC 4.2H.J. Lu1-1/+1
2017-05-08i386: Improve PLT generation and synthetic PLT symbolsH.J. Lu1-396/+825
2017-04-28x86: Check plt_got before using .plt.gotH.J. Lu1-1/+3
2017-04-27x86: Create dynamic sections in create_dynamic_sectionsH.J. Lu1-68/+63
2017-04-27i386: Simplify VxWorks for non-PICH.J. Lu1-32/+30
2017-04-26x86: Add DT_PLTRELSZ/DT_PLTREL/DT_JMPREL for PLT relocationH.J. Lu1-7/+7
2017-04-24i386: Force symbol dynamic if it isn't undefined weakH.J. Lu1-9/+8
2017-04-24i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorksH.J. Lu1-0/+2
2017-04-21i386: Avoid dynamic symbol with GOT reference in PIEH.J. Lu1-18/+43
2017-04-13Wrap long linesAlan Modra1-4/+9
2017-04-13Rewrite bfd error handlerAlan Modra1-3/+3
2017-04-11Remove the extra `\n' in warning/error messagesH.J. Lu1-2/+2
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+74
2017-02-28Don't make dynamic .data.rel.ro SEC_READONLYAlan Modra1-1/+1
2017-02-15i386: Allow "lea foo@GOT, %reg" in PICH.J. Lu1-4/+8
2017-02-15Add a test for R_386_GOT32/R_386_GOT32X IFUNC reloc errorH.J. Lu1-1/+1
2017-01-10i386/x32: Align .eh_frame section to 4 bytesH.J. Lu1-1/+1
2017-01-10i386/x86-64: Add unwind info for .plt.got sectionH.J. Lu1-8/+108
2017-01-10Don't use elf_i386_eh_frame_plt directlyH.J. Lu1-3/+5