summaryrefslogtreecommitdiff
path: root/bfd
Commit message (Expand)AuthorAgeFilesLines
* Remove layout_sections_again argument to size_stubsMatthew Malcomson2022-08-052-7/+3
* Implement Morello TLS relaxationsMatthew Malcomson2022-08-051-99/+307
* Add new relocations to linker (excluding relaxations)Matthew Malcomson2022-08-052-13/+261
* Add new relocations to GASMatthew Malcomson2022-08-053-0/+96
* Adjust TLS relaxation conditionMatthew Malcomson2022-08-051-46/+41
* Standardise check for static PDEMatthew Malcomson2022-08-051-25/+26
* Neaten up a clause in final_link_relocateMatthew Malcomson2022-07-011-2/+1
* Use global GOT type to determine GOT actionMatthew Malcomson2022-07-011-11/+8
* Account for weak undefined symbols in MorelloMatthew Malcomson2022-07-011-58/+114
* Emit CAPINIT relocations for dynamically linked PDE'sMatthew Malcomson2022-07-011-23/+40
* Use htab->c64_rel more, do not use GOT_CAPMatthew Malcomson2022-07-011-43/+28
* Morello do not create RELATIVE relocs for dynamic GOT entriesMatthew Malcomson2022-04-281-5/+16
* Predicate fixes around srelcaps and capability GOT relocationsMatthew Malcomson2022-04-281-15/+32
* Account for LSB on DT_INIT/DT_FINI entriesMatthew Malcomson2022-04-281-0/+22
* Handle locally-resolving entries in the GOTMatthew Malcomson2022-04-281-18/+72
* Add a size to __ehdr_startMatthew Malcomson2022-03-171-0/+1
* Treat `start_stop` symbols as having section sizeMatthew Malcomson2022-03-071-0/+9
* Account for LSB in more relocationsMatthew Malcomson2022-03-071-4/+13
* Assign correct size on Morello TLS relocationsMatthew Malcomson2022-03-071-5/+6
* Adjust which sections we resize for precise boundsMatthew Malcomson2022-02-211-14/+9
* Rework the resize_sections functionMatthew Malcomson2022-02-211-67/+25
* Pad and align sections in more casesMatthew Malcomson2022-02-211-48/+67
* Always ensure that the PCC bounds are precise for MorelloMatthew Malcomson2022-02-211-29/+51
* elfNN_c64_resize_section always sets alignmentMatthew Malcomson2022-02-211-7/+6
* Add padding with an expression rather than a hard-addressMatthew Malcomson2022-02-211-2/+5
* PCC bounds now span READONLY and RELRO sectionsMatthew Malcomson2022-02-101-2/+6
* Return the alignment required from c64_valid_cap_rangeMatthew Malcomson2022-02-101-12/+12
* Provide default permissions if section has no permission flagsMatthew Malcomson2022-02-091-13/+38
* Error linking binaries with differing e_flags.Matthew Malcomson2022-02-091-4/+11
* Only warn on badly sized symbolsMatthew Malcomson2022-02-071-4/+18
* Fixing cap_metaMatthew Malcomson2022-02-071-8/+17
* ld: Adjust bounds, base, and size for various symbolsAlex Coplan2022-02-032-73/+189
* Bugfixes in MORELLO GOT relocationsMatthew Malcomson2022-01-181-11/+11
* Switch __cap_dynrelocs* to __rela_dyn* symbolsMatthew Malcomson2022-01-181-19/+17
* ld: Ignore TLS relocs against weak undef symbolsAlex Coplan2022-01-172-1/+37
* morello-binutils: Adjust c64_valid_cap_range calculationMatthew Malcomson2021-09-201-1/+1
* Apply changes to allow compiling with -ansiMatthew Malcomson2021-08-041-1/+2
* Core file support (C registers + capability tags)Luis Machado2021-05-243-0/+58
* [Morello] TLS Descriptor supportSiddhesh Poyarekar2020-10-206-30/+325
* [Morello] Pad section alignment to account for capability range formatSiddhesh Poyarekar2020-10-203-60/+338
* [Morello] Capability support for exception headersSiddhesh Poyarekar2020-10-205-7/+41
* [Morello] Add interworking and range extension veneersSiddhesh Poyarekar2020-10-202-45/+306
* [Morello] Implement branch relocationsSiddhesh Poyarekar2020-10-206-32/+328
* [Morello] Add symbol markers for reloc section for static binariesSiddhesh Poyarekar2020-10-202-14/+64
* [Morello] GOT RelocationsSiddhesh Poyarekar2020-10-206-58/+254
* [Morello] Expand GOT entry sizes for C64Siddhesh Poyarekar2020-10-2050-67/+440
* [Morello] Allow lo12 relocations for alternate base ld/stSiddhesh Poyarekar2020-10-202-1/+20
* [Morello] Capability data relocationsSiddhesh Poyarekar2020-10-206-0/+330
* [Morello] Add Morello relocations for ADRPSiddhesh Poyarekar2020-10-207-6/+127
* [Morello] LDR immediateSiddhesh Poyarekar2020-10-206-0/+60