aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-29link_hash_copy_indirect and symbol flagsAlan Modra1-1/+2
2016-12-26dynrelro section for read-only dynamic symbols copied into executableAlan Modra1-7/+23
2016-12-26Put .dynbss and .rel.bss shortcuts in main elf hash tableAlan Modra1-30/+5
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-25/+1
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+15
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-09-30Remove syntactic sugarAlan Modra1-17/+16
2016-08-29i386: Issue an error on non-PIC call to IFUNC in PIC objectH.J. Lu1-0/+14
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu1-87/+175
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu1-7/+4
2016-06-16Skip relocations in non-loaded, non-alloced sectionsH.J. Lu1-13/+21
2016-06-15Check SEC_ALLOC before allocating dynamic relocationH.J. Lu1-14/+13
2016-06-14Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu1-8/+13
2016-06-13Add the GOT base for GOT32 relocs against IFUNCH.J. Lu1-5/+17
2016-06-13Add 2 i386 tests to call IFUNC functions via GOTH.J. Lu1-13/+8
2016-06-11Subtract GOT base only with a base registerH.J. Lu1-4/+32
2016-06-08Support i386 TLS code sequences without PLTH.J. Lu1-65/+184
2016-05-28Return void from linker callbacksAlan Modra1-7/+3
2016-05-20Don't check R_386_GOT32 when setting need_convert_loadH.J. Lu1-1/+1
2016-05-19Don't convert R_386_GOT32 relocationH.J. Lu1-17/+8
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-25/+0
2016-05-06Define elf_backend_add_symbol_hook for Intel MCUH.J. Lu1-0/+3
2016-05-05Extract convert_load_reloc from x86 convert_loadH.J. Lu1-274/+280
2016-05-05Cache the section contents in x86 check_relocsH.J. Lu1-27/+35