diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-07 16:22:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-07 16:22:29 +0000 |
commit | b0c6b05c0f5a95e54931f8f616fcdde56a40d57b (patch) | |
tree | 878a5d0f3f887a0b25eb36f59f90ece90211abc3 /gdb/frame.c | |
parent | a00a19e94cc700d757c2fe07ccec78c46a24cd13 (diff) | |
download | ppe42-binutils-b0c6b05c0f5a95e54931f8f616fcdde56a40d57b.tar.gz ppe42-binutils-b0c6b05c0f5a95e54931f8f616fcdde56a40d57b.zip |
2003-01-07 Andrew Cagney <cagney@redhat.com>
* arm-tdep.c (arm_init_extra_frame_info): Use
deprecated_update_frame_base_hack.
* xstormy16-tdep.c (xstormy16_scan_prologue): Ditto.
* mn10300-tdep.c (analyze_dummy_frame): Ditto.
(fix_frame_pointer): Ditto.
(mn10300_analyze_prologue): Ditto.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 443f06705c..f58752dc1f 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -1,3 +1,4 @@ +#define FRAME_C /* Cache and manage frames for GDB, the GNU debugger. Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, |