I wrote: > [email protected] wrote: > > > Izumi Tsutsui <[email protected]> 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.)
Now I remember more important point: crunchgen(1) was changed to using objcopy(1) to hide symbols for cross builds, and crunchide(1) has never been used since then. Right? --- Izumi Tsutsui
