summaryrefslogtreecommitdiff
path: root/bfd/elf-strtab.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-03-31Use bool in bfdAlan Modra
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-26PR25593, --as-needed breaks DT_NEEDED order with linker pluginAlan Modra
2020-02-19bfd_size_type to size_tAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-10-14qsort issuesAlan Modra
2019-10-03bfd: new functions for getting strings out of a strtabNick Alcock
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-06-11Use size_t rather than bfd_size_typeAlan Modra
2016-06-02Revert PR16467 changeAlan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-02-18 PR ld/12549Alan Modra
2013-01-11 * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.Alan Modra
2013-01-11 PR ld/12549Alan Modra
2009-09-09 Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton
2008-02-20PR 868Nick Clifton
2007-07-03Switch sources over to use the GPL version 3Nick Clifton
2007-04-26bfd/Alan Modra
2006-03-16 PR 2434Alan Modra
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-02-20include/Alan Modra
2003-10-29 * merge.c (struct sec_merge_sec_info): Update comment.Alan Modra
2003-08-07 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-06-10Use htab_create_alloc with calloc, not htab_alloc.Nick Clifton
2002-06-06Include libiberty.hNick Clifton
2001-12-18 * elf-strtab.c (struct elf_strtab_hash_entry): Add u.next.Jakub Jelinek
2001-11-11 * elf-strtab.c (_bfd_elf_strtab_finalize): Make first variable iHans-Peter Nilsson
2001-11-07 * Makefile.am (BFD32_BACKENDS): Add elf-strtab.lo.Jakub Jelinek