summaryrefslogtreecommitdiff
path: root/bfd/som.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-56/+28
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* asan: som: unknown readAlan Modra2020-03-111-0/+3
* bfd_cleanup for object_pAlan Modra2020-03-021-3/+3
* _bfd_alloc_and_readAlan Modra2020-02-191-49/+24
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-10/+12
* _bfd_mul_overflowAlan Modra2020-02-191-39/+108
* Check return status of memory alloc functionsAlan Modra2020-02-191-5/+9
* bfd_size_type to size_tAlan Modra2020-02-191-16/+16
* som: Don't loop forever reading symbol chainsAlan Modra2020-01-141-2/+11
* som_bfd_fill_in_ar_symbols buffer overflowAlan Modra2020-01-061-6/+17
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* asan: som: heap-buffer-overflowAlan Modra2019-12-261-48/+52
* PR24955, libbfd terminating program on out of memory (part2)Alan Modra2019-10-141-2/+8
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-6/+6
* Constify target name, reloc name, and carsym nameAlan Modra2019-09-181-8/+11
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+1
* bfdtest1 segfaults on hppa-hp-hpux10Alan Modra2019-05-221-15/+15
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-7/+6
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-151/+151
* Fix spelling typos.Yuri Chornovian2017-07-181-1/+1
* Fix address violation parsing a corrupt SOM binary.Nick Clifton2017-06-221-2/+7
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-0/+1
* bfd: new BFD target entry point _bfd_set_reloc.Jose E. Marchesi2017-05-101-0/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Remove syntactic sugarAlan Modra2016-09-301-1/+1
* Add support for non-ELF targets to check their relocs.Nick Clifton2016-04-211-0/+1
* Remove use of alloca.Nick Clifton2016-03-211-10/+14
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu2014-11-251-0/+1
* Merge bfd_find_nearest_line variantsAlan Modra2014-10-151-2/+6
* Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra2014-10-151-0/+1
* Don't call bfd_link_hash_table_freeAlan Modra2014-06-131-1/+0
* bfd target vector rationalisationAlan Modra2014-05-021-2/+2
* Update copyright yearsAlan Modra2014-03-051-3/+1
* PR symtab/8423:Tom Tromey2013-04-081-2/+2
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-3/+3
* PR 14072Nick Clifton2012-05-171-3/+3
* include/ChangeLogCatherine Moore2011-07-111-0/+1
* * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra2011-06-061-0/+1
* * bfd.c (bfd_perror): Flush stdout before and stderr after printingAlan Modra2011-01-141-2/+1
* fix set but unused variable warningsAlan Modra2010-06-271-6/+1
* bfd/Tristan Gingold2010-06-101-367/+766
* 2010-06-08 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-06-081-2/+1