Plug in ELF backend.

This commit is contained in:
dfr 2001-09-14 08:28:17 +00:00
parent fba6b92ecd
commit 2168ec3a50
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ struct fs_ops *file_system[] = {
extern struct file_format ia64_elf;
struct file_format *file_formats[] = {
/* &ia64_elf, */
&ia64_elf,
NULL
};

View File

@ -72,7 +72,7 @@ struct fs_ops *file_system[] = {
extern struct file_format ia64_elf;
struct file_format *file_formats[] = {
/* &ia64_elf, */
&ia64_elf,
NULL
};