diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 02:16:38 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 02:16:38 +0000 |
commit | af4e72e9d01ed3d619323f85c0163fc7d6c1ce73 (patch) | |
tree | 3a71ca6892dfc9c3a383d4ccd5af6463d88e510e /gdb | |
parent | 584f96a8e05fd9c21407f21048061e546e8ab3f3 (diff) | |
download | gdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.zip gdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.tar.gz gdb-af4e72e9d01ed3d619323f85c0163fc7d6c1ce73.tar.bz2 |
* config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
unused declaration.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/mn10300/tm-mn10300.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01380be..cb9b7ed 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-05-08 Jim Blandy <jimb@redhat.com> + * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete + unused declaration. + * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods in some rational order. diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h index 0f8ee71..7bdeb37 100644 --- a/gdb/config/mn10300/tm-mn10300.h +++ b/gdb/config/mn10300/tm-mn10300.h @@ -57,8 +57,6 @@ #define INIT_FRAME_PC /* Not necessary */ -extern CORE_ADDR mn10300_find_callers_reg (struct frame_info *, int); - extern void mn10300_pop_frame (struct frame_info *); #define POP_FRAME mn10300_pop_frame (get_current_frame ()) |