diff options
Diffstat (limited to 'gdb/config/m68k/tm-altos.h')
-rw-r--r-- | gdb/config/m68k/tm-altos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-altos.h b/gdb/config/m68k/tm-altos.h index 05ba2f3..e8092bf 100644 --- a/gdb/config/m68k/tm-altos.h +++ b/gdb/config/m68k/tm-altos.h @@ -17,6 +17,9 @@ 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. */ +/* The child target can't deal with floating registers. */ +#define CANNOT_STORE_REGISTER(regno) ((regno) >= FP0_REGNUM) + /* Define BPT_VECTOR if it is different than the default. This is the vector number used by traps to indicate a breakpoint. */ |