aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-03 07:31:55 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-03 07:31:55 +0000
commitee36741e6385ff705602158daca8c511960ee7b2 (patch)
tree6530cd91c915609b24c8dcc2b4f40e0245350621 /gdb/ChangeLog
parentb5e935ae855757d6f0b51b28b0bbc48a4c996f69 (diff)
downloadgdb-ee36741e6385ff705602158daca8c511960ee7b2.zip
gdb-ee36741e6385ff705602158daca8c511960ee7b2.tar.gz
gdb-ee36741e6385ff705602158daca8c511960ee7b2.tar.bz2
Allow backends to set the architecture using bfd_architecture enum
instead of some magic name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 04de252..8613031 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Wed Sep 3 16:39:39 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * top.c (set_arch): New function, update target_architecture.
+
+ * defs.h, top.c (set_architecture_from_arch_mach): Replace
+ set_architecture, takes the arch and machine as arguments.
+
+ * sh3-rom.c (sh3e_open): Update.
+ (sh3_open): Ditto.
+
Tue Sep 2 12:00:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
* remote-e7000.c (e7000_fetch_registers): Fix typo, stray paren.