2004-06-20 17:16:57

by David Ford

[permalink] [raw]
Subject: ia32 'comparison is always false' comment

Just an fyi for whomever is interested - 2.6.7 on x86_64.

CC arch/x86_64/ia32/ia32_binfmt.o
In file included from arch/x86_64/ia32/ia32_binfmt.c:306:
fs/binfmt_elf.c: In function `load_elf_interp':
fs/binfmt_elf.c:371: warning: comparison is always false due to limited
range of data type
In file included from arch/x86_64/ia32/ia32_binfmt.c:306:
fs/binfmt_elf.c: In function `load_elf32_binary':
fs/binfmt_elf.c:783: warning: comparison is always false due to limited
range of data type


Attachments:
david+challenge-response.vcf (183.00 B)

2004-06-20 20:21:25

by Andi Kleen

[permalink] [raw]
Subject: Re: ia32 'comparison is always false' comment

David Ford <[email protected]> writes:

> Just an fyi for whomever is interested - 2.6.7 on x86_64.

Already fixed in my tree.

-Andi