* elf32-m32r.c (m32r_elf_relocate_section): Don't compare with
	TRUE or FALSE.
ld/
	* ldlang.c (lang_init): Don't compare with TRUE.
This commit is contained in:
Alan Modra
2004-08-25 23:40:56 +00:00
parent 3e95eabc2c
commit 688c58f359
4 changed files with 14 additions and 5 deletions

View File

@@ -506,8 +506,8 @@ lang_init (void)
simpler to re-use working machinery than using a linked list in terms
of code-complexity here in ld, besides the initialization which just
looks like other code here. */
if (bfd_hash_table_init_n (&lang_definedness_table,
lang_definedness_newfunc, 3) != TRUE)
if (!bfd_hash_table_init_n (&lang_definedness_table,
lang_definedness_newfunc, 3))
einfo (_("%P%F: out of memory during initialization"));
/* Callers of exp_fold_tree need to increment this. */