From 22a71fef073748bc81bed724adea843d76c3b3de Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 21 Feb 1994 17:56:38 +0000 Subject: * coff-alpha.c (alpha_relocate_section): Rewrite mask and shift operation to avoid OSF 1.3 cc bug. * ecoff.c (ecoff_write_object_contents): Make text_size, data_size and bss_size bfd_size_type instead of unsigned long. Make text_start and data_start bfd_vma instead of unsigned long. * ecofflink.c (ecoff_add_string): Remove incorrect cast of return value. --- bfd/ecofflink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/ecofflink.c') diff --git a/bfd/ecofflink.c b/bfd/ecofflink.c index d932322..596f169 100644 --- a/bfd/ecofflink.c +++ b/bfd/ecofflink.c @@ -891,7 +891,7 @@ ecoff_add_string (ainfo, info, debug, fdr, string) sh = string_hash_lookup (&ainfo->str_hash, string, true, true); if (sh == (struct string_hash_entry *) NULL) - return (bfd_size_type) -1; + return -1; if (sh->val == -1) { sh->val = symhdr->issMax; -- cgit v1.1