Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/crunch/crunchide



perry%piermont.com@localhost wrote:

> Izumi Tsutsui <tsutsui%netbsd.org@localhost> 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


Home | Main Index | Thread Index | Old Index