aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Get rid of SEC_ELF_COMPRESSAlan Modra1-6/+2
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra1-4/+0
2022-11-15bfd: linker: merge .sframe sectionsIndu Bhagat1-0/+1
2022-11-11PR28834, PR26946 sanity checking section sizeAlan Modra1-0/+66
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-1/+2
2022-08-06objcopy section alignmentAlan Modra1-0/+2
2022-04-09Rearrange struct bfd_section a littleAlan Modra1-17/+17
2022-04-03Move microblaze relax info to target specific dataAlan Modra1-20/+2
2022-02-22Re: ld: Support customized output section typeAlan Modra1-4/+9
2022-02-16ld: Support customized output section typeFangrui Song1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-05-20gdb/bfd: avoid crash when architecture is forced to csky or riscvAndrew Burgess1-0/+6
2021-03-31Use bool in bfdAlan Modra1-63/+61
2021-02-11PR27291, integer overflow in bfd_get_section_contentsAlan Modra1-4/+2
2021-01-13SHF_LINK_ORDER fixup_link_order in ldAlan Modra1-5/+2
2021-01-04elf: Allow mixed ordered/unordered inputs for non-relocatable linkH.J. Lu1-2/+5
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-04-18bfd_is_const_section thinkoAlan Modra1-1/+3
2020-03-14BFD_FAKE_SECTIONS formattingAlan Modra1-15/+13
2020-03-13Add support for non-contiguous memory regionsChristophe Lyon1-1/+8
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu1-1/+3
2020-02-02section.c: Fix typo in comments (withe -> with)H.J. Lu1-1/+1
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-2/+10
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-0/+5
2019-09-20bfd macro conversion to inline functions, sectionAlan Modra1-99/+80
2019-09-19bfd_section_* macrosAlan Modra1-27/+28
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+18
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-03Fix the handling of inlined frames in DWARF debug info.Millan Wolff1-5/+9
2018-05-16PR22458, failure to choose a matching ELF targetAlan Modra1-20/+3
2018-04-16Remove IEEE 695 object supportAlan Modra1-4/+1
2018-02-19LD: Support fixed-size sections some psABIs may requireMaciej W. Rozycki1-0/+5
2018-02-19BFD: Remove unused SEC_HAS_GOT_REF section flagMaciej W. Rozycki1-8/+0
2018-02-16Remove bfd stub function casts.Alan Modra1-0/+10
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-42/+44
2017-07-27Fix address violation issues encountered when parsing corrupt binaries.Nick Clifton1-1/+1
2017-04-23PR 21414, null pointer deref of _bfd_elf_large_com_section symAlan Modra1-12/+12
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-12BFD_FAKE_SECTION macro paramsAlan Modra1-3/+3
2016-07-05[ARM] Change noread to purecode.Andre Vieria1-2/+2
2016-03-11Fix some places where octet to byte conversions are needed.Dan Gissel1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-22Add support for ARM's NOREAD section flag.Mickael Guene1-0/+3
2015-10-28Orphan output section with multiple input sectionsAlan Modra1-4/+16
2015-08-31ppc64 section group handlingAlan Modra1-2/+19
2015-08-31Make asection->id and asection->index unsignedAlan Modra1-3/+3
2015-07-24bfd_get_section_by_name_if hash chain traversalAlan Modra1-8/+5
2015-05-28Compact EH SupportCatherine Moore1-0/+1