* ldexp.c: Warning fixes.

* ldwrite.c: Likewise.
	* emultempl/elf32.em: Likewise.
This commit is contained in:
Alan Modra
2005-02-22 13:00:26 +00:00
parent 8c62e9e130
commit 5718918d7a
4 changed files with 11 additions and 5 deletions

View File

@@ -1115,7 +1115,7 @@ exp_get_fill (etree_type *tree,
fill = xmalloc ((len + 1) / 2 + sizeof (*fill) - 1);
fill->size = (len + 1) / 2;
dst = fill->data;
s = r.str;
s = (unsigned char *) r.str;
val = 0;
do
{