summaryrefslogtreecommitdiff
path: root/bfd/elf-strtab.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-2/+1
* Indent labelsAlan Modra2020-02-261-1/+1
* PR25593, --as-needed breaks DT_NEEDED order with linker pluginAlan Modra2020-02-261-4/+7
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* qsort issuesAlan Modra2019-10-141-1/+3
* bfd: new functions for getting strings out of a strtabNick Alcock2019-10-031-0/+19
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Use size_t rather than bfd_size_typeAlan Modra2016-06-111-30/+27
* Revert PR16467 changeAlan Modra2016-06-021-6/+35
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* PR ld/12549Alan Modra2013-02-181-3/+25
* * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.Alan Modra2013-01-111-0/+6
* PR ld/12549Alan Modra2013-01-111-5/+3
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-5/+8
* PR 868Nick Clifton2008-02-201-2/+2
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-2/+3
* bfd/Alan Modra2007-04-261-2/+3
* PR 2434Alan Modra2006-03-161-2/+3
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* include/Alan Modra2005-02-201-3/+3
* * merge.c (struct sec_merge_sec_info): Update comment.Alan Modra2003-10-291-107/+72
* * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra2003-08-071-64/+38
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-6/+6
* Use htab_create_alloc with calloc, not htab_alloc.Nick Clifton2002-06-101-1/+1
* Include libiberty.hNick Clifton2002-06-061-13/+14
* * elf-strtab.c (struct elf_strtab_hash_entry): Add u.next.Jakub Jelinek2001-12-181-44/+28
* * elf-strtab.c (_bfd_elf_strtab_finalize): Make first variable iHans-Peter Nilsson2001-11-111-3/+9
* * Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.Jakub Jelinek2001-11-071-0/+459