Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-09 | move out elf code into elf.c and generate 32 and 64 versions of it; | Michael Shalayeff | |
allow operation on size-mixed host-target as well as ensianess for both a.out and elf (though a.out 64bit probably does not exist ;) tested on hppa-sparc64-i386-vax intermixen | |||
2004-01-28 | knf; millert ok | Theo de Raadt | |
2003-11-07 | hppa is bigendian | Michael Shalayeff | |
2001-08-19 | Knowledge about sparc68/ppc endianess. Who knows where oldish a.out files | Marc Espie | |
may come from ? | |||
1999-08-29 | Fix -Wall warnings. | Marc Espie | |
1999-05-10 | Fixes endianess problems with old a.out tools. This makes building | Marc Espie | |
some cross toolchains possible. This also changes some utilities's behavior slightly: - nm, strip, size now handle any a.out format they know about. - ranlib complains if it detects mixed archives (several object formats for different boxes). In the presence of mixed objects, you still have file, ranlib or ld to prevent you from getting too confused... |