aboutsummaryrefslogtreecommitdiff
path: root/binutils/resres.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-22 * windres.c (define_resource): Use zero for timestamp, makingCory Fields1-11/+5
output deterministic. time.h include is no longer needed. * resres.c (res_append_resource): Likewise. * pe-dll.c (fill_edata): Only use a real timestamp if --insert-timestamp was used. * emultempl/pe.em: Add the --insert-timestamp option. * emultempl/pep.em: Likewise for 64bit. * ld.texinfo: Document the --insert-timestamp option. * libcoff-in.h: Add insert_timestamp flag to the pe_data struct. * libcoff.h: Regenerate. * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Only use a real timestamp if --insert-timestamp was used.
2011-06-02Fix spelling mistakes.Nick Clifton1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-10/+10
Fix up all warnings generated by the addition of this switch.
2009-09-02update copyright datesAlan Modra1-1/+1
2008-07-30Silence gcc printf warningsAlan Modra1-2/+2
2008-07-07 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.Alan Modra1-6/+4
* nlmconv.c (main, powerpc_build_stubs): Likewise. * rescoff.c (write_coff_file): Likewise. * resres.c (write_res_file): Likewise. * windmc.c (windmc_write_bin): Likewise.
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-06-18* resres.c (probe_binary): Fix test for badly formatted headers.Nick Clifton1-6/+11
2007-05-23Updated windres toolNick Clifton1-235/+305
2007-04-26bfd/Alan Modra1-2/+3
Many files: Include sysdep.h before bfd.h. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. binutils/ * bucumm.h: Split off host dependencies to.. * sysdep.h: ..here. Many files: Include sysdep.h. Remove duplicate headers and reorder. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ Many files: Include sysdep.h first. Remove duplicate headers. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * ns32k-dis.c: Include sysdep.h first.
2005-06-16rename.c (simple_copy): Only define if it is going to be used.Nick Clifton1-1/+1
(smart_rename): Mark the preserve_dates parameter as possibly being unused. resres.c (write_res_data): Prevent a potential compile time warning by casting the return value from fwrite.
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-03-03update copyright datesAlan Modra1-1/+1
2002-05-23 * rdcoff.c: Fix formatting.Kazu Hirata1-2/+2
* rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
2001-07-17* resres.c (write_res_header): Align header size.DJ Delorie1-1/+5
(res_align_file): Calculate alignment correctly.
1999-09-19 * resrc.c (write_rc_rcdata): Fix local variable shadowingIan Lance Taylor1-8/+11
problem. If RCDATA_BUFFER data can be read as strings, modify code to print the strings as comments. * resres.c: Add casts to avoid warnings. (write_res_data, read_res_data): Don't put the program name in the error message; fatal already puts it there.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+656