aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-30 20:44:59 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-30 20:44:59 +0000
commit2f72f85088251ea8b84c05cec60e1674d86917b9 (patch)
treec39b33d0cdc114f38555a563c236d7c9b6030178 /gdb/objfiles.h
parent283f90a7d05798f1283246e6ed3111a4e192eb3b (diff)
downloadgdb-2f72f85088251ea8b84c05cec60e1674d86917b9.zip
gdb-2f72f85088251ea8b84c05cec60e1674d86917b9.tar.gz
gdb-2f72f85088251ea8b84c05cec60e1674d86917b9.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index 2b8ca7d..3381cb9 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