* som.c (som_write_object_contents): Don't compute the file header's

checksum here.
	(som_write_headers): Instead do it here.
This commit is contained in:
Jeff Law 1994-06-03 18:14:59 +00:00
parent f3d817d8b7
commit 99fa551078
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Fri Jun 3 10:58:02 1994 Jeff Law (law@snake.cs.utah.edu)
* som.c (som_write_object_contents): Don't compute the file header's
checksum here.
(som_write_headers): Instead do it here.
* libbfd.h (bfd_realloc): Change last arg to "size_t size".
Thu Jun 2 17:39:22 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)