summaryrefslogtreecommitdiff
path: root/bfd/elf32-or1k.c
Commit message (Expand)AuthorAgeFilesLines
* or1k relocation truncated to fit: R_OR1K_GOT16 even when using -mcmodel=largeLuca Bonissi2023-05-101-3/+11
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* HOWTO size encodingAlan Modra2022-06-081-56/+56
* or1k: Avoid R_OR1K_GOT16 signed overflow by using special howtoStafford Horne2022-02-021-4/+20
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* or1k: fix pc-relative relocation against dynamic on PC relative 26 bit reloca...Giulio Benetti2021-07-161-0/+12
* or1k: Support large plt_relocs when generating plt entriesStafford Horne2021-05-061-39/+110
* or1k: Avoid R_OR1K_GOT16 overflow failures in presence of R_OR1K_GOT_AHI16Stafford Horne2021-05-061-0/+11
* or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha()Stafford Horne2021-05-061-1/+20
* or1k: Fix issue with plt link failure for local callsStafford Horne2021-05-061-5/+4
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-1/+1
* Use bool in bfdAlan Modra2021-03-311-255/+255
* TRUE/FALSE simplificationAlan Modra2021-03-291-2/+2
* elf_backend_relocate_section int vs. bfd_booleanAlan Modra2021-03-291-1/+1
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* elf_hash_table_id accessAlan Modra2020-08-251-2/+3
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-4/+1
* ELF: Add _bfd_elf_add_dynamic_tagsH.J. Lu2020-06-231-49/+1
* ELF: Don't check relocations in non-loaded, non-alloced sectionsH.J. Lu2020-06-041-9/+0
* ELF: Consolidate maybe_set_textrelH.J. Lu2020-06-031-28/+2
* ELF: Copy dyn_relocs in _bfd_elf_link_hash_copy_indirectH.J. Lu2020-06-031-31/+0
* ELF: Consolidate readonly_dynrelocsH.J. Lu2020-06-031-21/+2
* ELF: Move dyn_relocs to struct elf_link_hash_entryH.J. Lu2020-06-011-23/+15
* OpenRISC BFD fixups for Glibc:Stafford Horne2020-05-191-132/+236
* bfd_size_type to size_tAlan Modra2020-02-191-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-4/+3
* or1k: Fix incorrect value in PLT GOT entries, causing infinite loopStafford Horne2019-08-231-2/+5
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-241-3/+3
* ELF final_write_processingAlan Modra2019-07-231-2/+2
* Check corrupt VTENTRY entry in bfd_elf_gc_record_vtentryH.J. Lu2019-04-111-3/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* gdb/or1k: Add linux debugging supportStafford Horne2018-12-081-0/+55
* or1k: Add the l.adrp insn and supporting relocationsStafford Horne2018-10-051-126/+400
* or1k: Fix messages for relocations in shared librariesStafford Horne2018-10-051-58/+90
* or1k: Add relocations for high-signed and low-storesRichard Henderson2018-10-051-34/+301
* Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton2018-02-271-2/+4
* assorted target messagesAlan Modra2018-02-261-2/+4
* unrecognized/unsupported reloc messageAlan Modra2018-02-261-2/+3
* Use %pI, %pR, %pS, %pT in place of %I, %R, %S and %T.Alan Modra2018-02-191-1/+1
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-7/+7
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-1549/+1549
* Fix Common symbol override test failsAlan Modra2017-12-061-0/+9
* dyn_relocs tidyAlan Modra2017-12-061-47/+16
* readonly_dynrelocsAlan Modra2017-12-011-17/+35
* ELF: Don't set non_ir_ref_regular in check_relocsH.J. Lu2017-11-281-4/+0
* Rename u.weakdef and make it a circular listAlan Modra2017-11-231-6/+6
* ELF: Call check_relocs after opening all inputsH.J. Lu2017-10-161-56/+0