aboutsummaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-19Add space between program name and file for objcopy/strip/objdump messagesAlan Modra1-6/+6
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-09-11Constify argument to make_tempname and make_tempdirTom Tromey1-2/+2
2019-06-26Ensure that when attempting to process an ARM Mach-O file with unknown relocs...Nick Clifton1-2/+10
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-05-30Add option to ar's 't' command to display the offset of elements within the a...Ant Bikeneev1-2/+12
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-06-26Produce a consistent warning message when attempting to run a tool on a direc...Nick Clifton1-0/+2
2017-04-26Fix invocation of stat() on a NULL pointer.Nick Clifton1-0/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-07-16Don't include libbfd.h outside of bfd, part 5Alan Modra1-150/+162
2016-07-16Don't include libbfd.h outside of bfd, part 1Alan Modra1-8/+1
2016-06-14Set my_archive for thin archivesAlan Modra1-1/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in binutilsH.J. Lu1-4/+4
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-18Fixes a seg-fault when displaying the time data for a corrupt archive.Nick Clifton1-2/+6
2014-11-06Prevent archive memebers with illegal pathnames from being extracted from an ...Nick Clifton1-0/+26
2014-03-05Update copyright yearsAlan Modra1-3/+1
2014-01-07remove VA_* from binutilsTom Tromey1-9/+11
2012-06-29 PR binutils/14302Nick Clifton1-2/+4
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-2/+1
2011-10-132011-10-13 Nick Clifton <nickc@redhat.com>Nick Clifton1-4/+4
2011-03-25 * bucomm.c (make_tempname): Stop memory leak.Nick Clifton1-1/+4
2011-01-06 * bucomm.c (get_file_size): Check for negative sizes and issue aNick Clifton1-1/+4
2010-10-05 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.Alan Modra1-2/+2
2010-10-05 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.Alan Modra1-5/+13
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-6/+6
2009-11-08binutils/Jan Kratochvil1-1/+1
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-8/+9
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-272009-06-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2009-01-29 PR 9798Alan Modra1-3/+3
2008-01-09PR binutils/55326Nick Clifton1-2/+4
2007-08-30 * bucomm.c (bfd_nonfatal_message): New.Nathan Sidwell1-0/+46
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-04-26bfd/Alan Modra1-2/+3
2007-03-15bfd/H.J. Lu1-1/+0
2007-01-112007-01-11 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+2
2007-01-10 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.Alan Modra1-66/+58
2006-10-13PR binutils/2876Nick Clifton1-3/+60
2006-03-13 * bucomm.c (display_target_list): Make local variable `a' to be ofBen Elliston1-4/+4
2005-06-142005-06-14 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+36
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-04-292005-04-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2005-04-29 * ar.c (mri_mode): Make static.Ben Elliston1-1/+1
2003-11-07Use consistent error messages for missing files.Nick Clifton1-0/+25
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-37/+19
2003-03-24Move display_info() function into bucomm.cNick Clifton1-2/+205