diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-23 18:19:19 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-23 18:19:19 +0000 |
commit | cdfab267527b46283ce9c8876daa05bcf0ca4e09 (patch) | |
tree | 10ff7de828892000972fc0706d53d4117092a7cc /gdb | |
parent | 4a48760d8d986659e480b308497b4db105c86ef7 (diff) | |
download | gdb-cdfab267527b46283ce9c8876daa05bcf0ca4e09.zip gdb-cdfab267527b46283ce9c8876daa05bcf0ca4e09.tar.gz gdb-cdfab267527b46283ce9c8876daa05bcf0ca4e09.tar.bz2 |
* m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
instead of 'sun' predefined symbol so that trap analysis code is
enabled only when the TARGET is a sun3.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0dbc388..15af938 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 23 11:14:53 1992 Stu Grossman (grossman at cygnus.com) + + * m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3' + instead of 'sun' predefined symbol so that trap analysis code is + enabled only when the TARGET is a sun3. + Tue Sep 22 17:13:19 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) * tm-i960.h (ext_format_i960): Add top-level declaration. |