From 4ef09e3613ecc3849c0008102fc3871324caf7fd Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Mon, 2 Mar 1992 06:46:32 +0000 Subject: * rs6000-xdep.c (frame_initial_stack_address): Move code to set frame->cache_fsr into new separate function frame_get_cacahe_fsr. This allows fixing a fatal error. * xcoffexec.c: Turn previously suppressed error message back on, after cleaning up BFD. --- gdb/xcoffexec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 9375758..7259b21 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -555,12 +555,9 @@ 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; } } -- cgit v1.1