summaryrefslogtreecommitdiff
path: root/binutils/resres.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling mistakes.Nick Clifton2011-06-021-2/+2
|
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-10/+10
| | | | Fix up all warnings generated by the addition of this switch.
* update copyright datesAlan Modra2009-09-021-1/+1
|
* Silence gcc printf warningsAlan Modra2008-07-301-2/+2
|
* * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.Alan Modra2008-07-071-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.
* Change sources over to using GPLv3Nick Clifton2007-07-051-1/+1
|
* * resres.c (probe_binary): Fix test for badly formatted headers.Nick Clifton2007-06-181-6/+11
|
* Updated windres toolNick Clifton2007-05-231-235/+305
|
* bfd/Alan Modra2007-04-261-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.
* rename.c (simple_copy): Only define if it is going to be used.Nick Clifton2005-06-161-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.
* Update FSF addressNick Clifton2005-05-081-2/+2
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* * rdcoff.c: Fix formatting.Kazu Hirata2002-05-231-2/+2
| | | | | | | | | * rddbg.c: Likewise. * readelf.c: Likewise. * rename.c: Likewise. * resbin.c: Likewise. * resrc.c: Likewise. * resres.c: Likewise.
* * resres.c (write_res_header): Align header size.DJ Delorie2001-07-171-1/+5
| | | | (res_align_file): Calculate alignment correctly.
* * resrc.c (write_rc_rcdata): Fix local variable shadowingIan Lance Taylor1999-09-191-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.
* Initial revisionRichard Henderson1999-05-031-0/+656