summaryrefslogtreecommitdiff
path: root/bfd/merge.c
Commit message (Expand)AuthorAgeFilesLines
* Silence ubsan warning about 1<<31Alan Modra2023-01-311-1/+1
* Faster string mergingMichael Matz2023-01-201-304/+489
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Get rid of SEC_ELF_COMPRESSAlan Modra2022-12-061-2/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in bfdAlan Modra2021-03-311-34/+34
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix several mix up between octets and bytes in ELF program headersChristian Eggers2020-03-131-8/+14
* Indent labelsAlan Modra2020-02-261-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* qsort issuesAlan Modra2019-10-141-0/+3
* PR24311, FAIL: S-records with constructorsAlan Modra2019-03-081-22/+30
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* PR23806, NULL pointer dereference in merge_stringsAlan Modra2018-10-231-4/+11
* PR23804, buffer overflow in sec_merge_hash_lookupAlan Modra2018-10-231-0/+3
* %L conversionsAlan Modra2018-02-191-2/+2
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-2/+2
* Prevent a possible seg-fault in the section merging code, by always creating ...Nick Clifton2017-11-161-10/+12
* Fail when string merge can't alloc memoryAlan Modra2017-09-291-7/+9
* bfd_error_handler bfd_vma and bfd_size_type argsAlan Modra2017-07-121-2/+2
* Use %A and %B in more error messagesAlan Modra2017-04-131-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+1
* Remove syntactic sugarAlan Modra2016-09-301-5/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Add --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]H.J. Lu2015-04-141-10/+43
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * elfcode.h (elf_checksum_contents): Free contents.Alan Modra2013-02-111-0/+14
* Add compressed debug section support to binutils and ld.H.J. Lu2010-10-291-2/+3
* Revert the last checkin on sec_merge_emit.H.J. Lu2010-08-201-4/+0
* * merge.c (sec_merge_emit): Do not zero pad sections that do notNick Clifton2010-08-201-0/+4
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-7/+7
* Updated soruces in bfd/* to compile cleanly with -Wc++-compat.Nick Clifton2009-09-091-5/+7
* update copyright datesAlan Modra2009-09-021-1/+1
* * elflink.c: Add FIXMEs for some places that require octets_per_byteAlan Modra2009-08-111-0/+1
* * merge.c (sec_merge_hash_lookup): Revert last change.Alan Modra2007-11-051-18/+13
* bfd:Joseph Myers2007-11-011-5/+23
* * bfd-in.h (bfd_hash_insert): Declare.Alan Modra2007-09-191-6/+1
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-2/+4
* bfd/Alan Modra2007-04-261-2/+2
* bfd/Alan Modra2006-10-271-1/+1
* 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
* bfd/Alan Modra2005-05-041-3/+5
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
* 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-05-021-1/+2
* * merge.c (sec_merge_emit): Tidy. Check for bfd_zmalloc errors.Alan Modra2005-04-141-11/+24