diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 19:32:22 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-10 19:32:22 +0000 |
commit | 56756a5a286a45a23fcad02c47a63b1d2a9abf93 (patch) | |
tree | 9441e75313472cf35c623ef9a881f516f8c5ae38 /gdb/config/m68k/tm-vx68.h | |
parent | 447bc3edebb9be6d08b929fd2014911fa1082646 (diff) | |
download | gdb-56756a5a286a45a23fcad02c47a63b1d2a9abf93.zip gdb-56756a5a286a45a23fcad02c47a63b1d2a9abf93.tar.gz gdb-56756a5a286a45a23fcad02c47a63b1d2a9abf93.tar.bz2 |
* config/m68k/tm-m68k.h: Clean up CALL_DUMMY comment.
* config/m68k/{tm-hp300bsd.h,tm-hp300hpux.h,tm-m68k-em.h,
tm-monitor.h,tm-sun3.h,tm-vx68.h}, config/sparc/tm-sparc.h:
Define BELIEVE_PCC_PROMOTION.
Diffstat (limited to 'gdb/config/m68k/tm-vx68.h')
-rw-r--r-- | gdb/config/m68k/tm-vx68.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-vx68.h b/gdb/config/m68k/tm-vx68.h index 9eb6a4b..092045e 100644 --- a/gdb/config/m68k/tm-vx68.h +++ b/gdb/config/m68k/tm-vx68.h @@ -22,6 +22,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DEFAULT_PROMPT "(vxgdb) " +/* GCC is probably the only compiler used on this configuration. So + get this right even if the code which detects gcc2_compiled. is + still broken. */ + +#define BELIEVE_PCC_PROMOTION 1 + /* We have more complex, useful breakpoints on the target. */ #define DECR_PC_AFTER_BREAK 0 |