diff options
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 7259b21..9375758 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -555,9 +555,12 @@ register struct ld_info *ldi; { else { obj_err: bfd_close(bfd); +#if 0 +/* FIXME -- bfd doesn't recognize /lib/libc.a as an archive */ /* FIXME -- should be error */ warning("\"%s\": not in executable format: %s." , ldi->ldinfo_filename, bfd_errmsg(bfd_error)); +#endif return; } } |