pe...@piermont.com wrote: > Izumi Tsutsui <tsut...@netbsd.org> writes: > > Module Name: src > > Committed By: tsutsui > > Date: Sat Apr 18 11:30:30 UTC 2009 > > > > Modified Files: > > src/usr.bin/crunch/crunchide: exec_ecoff.c > > > > Log Message: > > Fix another -Wsign-compare issue. > > > > XXX: is it really worth to keep non native aout/coff/ecoff support here? > > I would say that it is okay to lose that stuff if it is irritating to > maintain.
The problem is that we can't check it because AFAIK there is no native compiler support for those exec formats. (we need them only in objcopy(1) for old firmware etc.) --- Izumi Tsutsui