diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-08-28 10:20:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-08-28 10:20:21 +0000 |
commit | d0aba53f38a67ebccc29d691e878ff324bd4de14 (patch) | |
tree | c6bd2dea594fb2e5968c2f7606b2b4c0f02b11a4 /gdb/ChangeLog | |
parent | f40d28bfc07c793f413cf7523a1f93385f546d95 (diff) | |
download | gdb-d0aba53f38a67ebccc29d691e878ff324bd4de14.zip gdb-d0aba53f38a67ebccc29d691e878ff324bd4de14.tar.gz gdb-d0aba53f38a67ebccc29d691e878ff324bd4de14.tar.bz2 |
New commands ``set architecture'', ``show architecture'' and ``info
architecture''. Update SH target to use new target_architecture_hook.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5f1aa84..6617cb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,35 @@ +Thu Aug 28 10:20:04 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * remote-e7000.c (e7000_fetch_registers): Check + target_architecture instead of sh_processor_type. + (e7000_wait): Ditto. + + * config/sh/tm-sh.h (sh_set_processor_type): Delete prototype. + + * sh3-rom.c (sh3_open): Call set_architecture not + sh_set_processor_type. + (sh3e_open): Ditto. + + * sh-tdep.c (sh_show_processor_type_command): Delete. + (sh_set_processor_type_command): Delete. + (sh_target_architecture_hook): Rename from sh_set_processor_type, + use AP to determine architecture. + (sh_show_regs): Use bfd_mach_sh* types. + + * remote-sim.c (gdbsim_open): Pass --arch=XXX to simulator when + architecture was specified explicitly. + + * defs.h (target_architecture, target_architecture_auto, + set_architecture, set_architecture_from_file): Declare. + (target_architecture_hook): Allow targets to be notified of set + arch commands. + + * top.c (init_main): Add set/show/info architecture commands. + (set_architecture, show_architecture, info_architecture): New + functions, parse same. + (set_architecture_from_file): New function, determine arch from + BFD. + Tue Aug 26 17:13:43 1997 Andrew Cagney <cagney@b1.cygnus.com> * remote-sim.c (gdbsim_open): Only pass endianness to sim_open |