aboutsummaryrefslogtreecommitdiff
path: root/bfd/section.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-24Define SEC_MEP_VLIW in bfd/section.cH.J. Lu1-0/+3
2015-04-23Don't change compressed input debug section namesH.J. Lu1-0/+4
2015-04-14Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu1-0/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-4/+1
2014-02-03ppc476 icache bug workaroundAlan Modra1-0/+1
2014-01-29Following up on Tom's suggestion I am checking in a patch to replace the variousNick Clifton1-0/+26
2013-01-26 * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra1-0/+1
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-3/+3
2013-01-07 * section.c (_bfd_std_section): Rename from std_section.Tom Tromey1-8/+8
2012-11-07Replace memcpy with memmoveH.J. Lu1-1/+1