Temporary use different stubs for the ECOFF case; I'm trying to get this

to build on the alpha, first off.
This commit is contained in:
jkh 1998-10-02 11:30:07 +00:00
parent d930f627e8
commit 98f9e88894

View File

@ -211,7 +211,7 @@ struct {
{ "a.out", check_aout, hide_aout, },
#endif
#ifdef NLIST_ECOFF
{ "ECOFF", check_ecoff, hide_ecoff, },
{ "ECOFF", check_elf64, hide_elf64, },
#endif
#ifdef NLIST_ELF32
{ "ELF32", check_elf32, hide_elf32, },