diff options
author | Per Bothner <per@bothner.com> | 1992-03-02 06:46:32 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-03-02 06:46:32 +0000 |
commit | 4ef09e3613ecc3849c0008102fc3871324caf7fd (patch) | |
tree | 9563132e825de12aaa3804c2800eb78b037aea20 /gdb/xcoffexec.c | |
parent | cf15d9e97ac5459a911129f1a506fdc3713c27bb (diff) | |
download | gdb-4ef09e3613ecc3849c0008102fc3871324caf7fd.zip gdb-4ef09e3613ecc3849c0008102fc3871324caf7fd.tar.gz gdb-4ef09e3613ecc3849c0008102fc3871324caf7fd.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r-- | gdb/xcoffexec.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; } } |