summaryrefslogtreecommitdiff
path: root/bfd/elf-properties.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* x86: Disallow invalid relocation against protected symbolH.J. Lu2022-02-111-4/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-18/+111
* elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXXH.J. Lu2021-06-181-0/+90
* Use bool in bfdAlan Modra2021-03-311-26/+26
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Indent labelsAlan Modra2020-02-261-2/+2
* Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton2020-01-031-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* bfd/elf-properties: avoid shadowing a C library symbolJan Beulich2019-06-251-4/+4
* elf: Remove the property after reporting its removalH.J. Lu2019-06-241-6/+4
* [BFD, AArch64, x86] Improve warning for --force-btiSudakshina Das2019-03-211-4/+4
* [BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das2019-03-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* elf: Report property change when merging propertiesH.J. Lu2018-12-071-34/+142
* elf: Don't merge .note.gnu.property section in IRH.J. Lu2018-11-291-1/+2
* bfd: Use elfclass instead of bed->s->elfclassH.J. Lu2018-09-281-1/+1
* x86: Remove empty X86_FEATURE_1_AND propertyH.J. Lu2018-08-171-0/+12
* Always use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZEH.J. Lu2018-08-101-7/+15
* Convert .note.gnu.property section between ELF32 and ELF64H.J. Lu2018-08-081-67/+148
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-6/+6
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.Nick Clifton2017-11-201-4/+10
* PR22307, Heap out of bounds read in _bfd_elf_parse_gnu_propertiesAlan Modra2017-10-171-9/+9
* Disallow copy relocation against protected data symbolH.J. Lu2017-08-261-0/+9
* Check the DYNAMIC bit for input shared objectsH.J. Lu2017-06-191-2/+2
* ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu2017-06-121-7/+8
* Change _bfd_elf_link_setup_gnu_properties to bfd *H.J. Lu2017-04-271-4/+7
* Remove the extra `\n' in warning/error messagesH.J. Lu2017-04-111-5/+5
* Ignore processor-specific GNU program propertiesH.J. Lu2017-04-111-1/+9
* ld: Support ELF GNU program propertiesH.J. Lu2017-04-031-0/+483