aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-properties.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Indent labelsAlan Modra1-2/+2
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton1-0/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-06-25bfd/elf-properties: avoid shadowing a C library symbolJan Beulich1-4/+4
2019-06-24elf: Remove the property after reporting its removalH.J. Lu1-6/+4
2019-03-21[BFD, AArch64, x86] Improve warning for --force-btiSudakshina Das1-4/+4
2019-03-13[BFD, LD, AArch64, 1/3] Add support for GNU PROPERTIES in AArch64 for BTI and...Sudakshina Das1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-07elf: Report property change when merging propertiesH.J. Lu1-34/+142
2018-11-29elf: Don't merge .note.gnu.property section in IRH.J. Lu1-1/+2
2018-09-28bfd: Use elfclass instead of bed->s->elfclassH.J. Lu1-1/+1
2018-08-17x86: Remove empty X86_FEATURE_1_AND propertyH.J. Lu1-0/+12
2018-08-10Always use align_size as pr_datasz for GNU_PROPERTY_STACK_SIZEH.J. Lu1-7/+15
2018-08-08Convert .note.gnu.property section between ELF32 and ELF64H.J. Lu1-67/+148
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-6/+6
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-20Fix handling of GNU Property notes that are not in a GNU NOTE PROPERTY section.Nick Clifton1-4/+10
2017-10-17PR22307, Heap out of bounds read in _bfd_elf_parse_gnu_propertiesAlan Modra1-9/+9
2017-08-26Disallow copy relocation against protected data symbolH.J. Lu1-0/+9
2017-06-19Check the DYNAMIC bit for input shared objectsH.J. Lu1-2/+2
2017-06-12ELF: Pass bfd_link_info to merge_gnu_propertiesH.J. Lu1-7/+8
2017-04-27Change _bfd_elf_link_setup_gnu_properties to bfd *H.J. Lu1-4/+7
2017-04-11Remove the extra `\n' in warning/error messagesH.J. Lu1-5/+5
2017-04-11Ignore processor-specific GNU program propertiesH.J. Lu1-1/+9
2017-04-03ld: Support ELF GNU program propertiesH.J. Lu1-0/+483