aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-08-21 01:08:23 +0000
committerMichael Snyder <msnyder@vmware.com>2002-08-21 01:08:23 +0000
commit5a89d8aaa29e103e5b991c5849382ec386d283e2 (patch)
tree3b3fd5f90d81329d3a649c7ad2b43b475607f7ad /gdb/ChangeLog
parent822e978b932354073182aa5f29a0e29acd36af3c (diff)
downloadgdb-5a89d8aaa29e103e5b991c5849382ec386d283e2.zip
gdb-5a89d8aaa29e103e5b991c5849382ec386d283e2.tar.gz
gdb-5a89d8aaa29e103e5b991c5849382ec386d283e2.tar.bz2
2002-08-20 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only used locally, so move them from the target machine header to here. (mips_set_processor_type, mips_register_name, mips32_next_pc, mips16_next_pc, cached_proc_desc, mips_set_processor_type): Make static. * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eb08df4..bf9e4c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2002-08-20 Michael Snyder <msnyder@redhat.com>
+
+ * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
+ used locally, so move them from the target machine header to here.
+ (mips_set_processor_type, mips_register_name, mips32_next_pc,
+ mips16_next_pc, cached_proc_desc, mips_set_processor_type):
+ Make static.
+ * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
+
2002-08-20 Andrew Cagney <cagney@redhat.com>
* NEWS: Mention that the Apollo line was made obsolete.