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-hp300hpux.h | |
parent | 447bc3edebb9be6d08b929fd2014911fa1082646 (diff) | |
download | ppe42-binutils-56756a5a286a45a23fcad02c47a63b1d2a9abf93.tar.gz ppe42-binutils-56756a5a286a45a23fcad02c47a63b1d2a9abf93.zip |
* 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-hp300hpux.h')
-rw-r--r-- | gdb/config/m68k/tm-hp300hpux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-hp300hpux.h b/gdb/config/m68k/tm-hp300hpux.h index 0f5f23f7cf..6bd3f40a0b 100644 --- a/gdb/config/m68k/tm-hp300hpux.h +++ b/gdb/config/m68k/tm-hp300hpux.h @@ -17,6 +17,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* GCC is the only compiler used for stabs on this OS. So get this + right even if the code which detects gcc2_compiled. is still + broken. */ + +#define BELIEVE_PCC_PROMOTION 1 + /* Define BPT_VECTOR if it is different than the default. This is the vector number used by traps to indicate a breakpoint. */ |