diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-30 20:44:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-30 20:44:59 +0000 |
commit | 2f72f85088251ea8b84c05cec60e1674d86917b9 (patch) | |
tree | c39b33d0cdc114f38555a563c236d7c9b6030178 /gdb/objfiles.h | |
parent | * MAINTAINERS (Write After Approval): Add myself. (diff) | |
download | binutils-gdb-2f72f85088251ea8b84c05cec60e1674d86917b9.tar.gz binutils-gdb-2f72f85088251ea8b84c05cec60e1674d86917b9.tar.bz2 binutils-gdb-2f72f85088251ea8b84c05cec60e1674d86917b9.zip |
2004-04-30 Andrew Cagney <cagney@redhat.com>
* defs.h (deprecated_inside_entry_file): Delete declaration.
* blockframe.c (deprecated_inside_entry_file): Delete function.
(legacy_frame_chain_valid): Delete call.
* sh64-tdep.c (sh64_frame_chain): Delete call.
* objfiles.h: Update comments.
* i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
call.
* frame.c (get_prev_frame): Delete call, update comments.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 2b8ca7d350f..3381cb943e2 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -57,7 +57,7 @@ struct objfile_data; NOTE: cagney/2003-09-09: It turns out that this "traditional" method doesn't work. Corinna writes: ``It turns out that the call - to deprecated_inside_entry_file destroys a meaningful backtrace + to test for "inside entry file" destroys a meaningful backtrace under some conditions. E. g. the backtrace tests in the asm-source testcase are broken for some targets. In this test the functions are all implemented as part of one file and the testcase is not |