diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 02:59:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 02:59:21 +0000 |
commit | f92761eccf0d2de387deb3f0036a52536798d227 (patch) | |
tree | 7c0821f44b739f2af302557e3451f039bca55cf7 /gdb/ChangeLog | |
parent | 0bb57b3183d1564e0166c7a235ad182fe360c378 (diff) | |
download | gdb-f92761eccf0d2de387deb3f0036a52536798d227.zip gdb-f92761eccf0d2de387deb3f0036a52536798d227.tar.gz gdb-f92761eccf0d2de387deb3f0036a52536798d227.tar.bz2 |
2004-10-30 Andrew Cagney <cagney@gnu.org>
* config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
MIPS_EFI_SYMBOL_NAME.
(mips_extra_func_info_t, mips_extra_func_info): Delete.
(struct mdebug_extra_func_info): Replace struct
alpha_extra_func_info and alpha_extra_func_info_t.
* config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
MIPS_EFI_SYMBOL_NAME.
(struct mdebug_extra_func_info): Replace struct
alpha_extra_func_info and alpha_extra_func_info_t.
* objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
* mdebugread.c, alpha-mdebug-tdep.c:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 25bfdd6..ba59274 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2004-10-30 Andrew Cagney <cagney@gnu.org> + * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename + MIPS_EFI_SYMBOL_NAME. + (mips_extra_func_info_t, mips_extra_func_info): Delete. + (struct mdebug_extra_func_info): Replace struct + alpha_extra_func_info and alpha_extra_func_info_t. + * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename + MIPS_EFI_SYMBOL_NAME. + (struct mdebug_extra_func_info): Replace struct + alpha_extra_func_info and alpha_extra_func_info_t. + * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update. + * mdebugread.c, alpha-mdebug-tdep.c: + Suggested by Mark Kettenis. * config/mips/tm-mips.h (struct mips_extra_func_info): Delete fields frame_adjust and high_addr. |