More gcc lint:
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-3b1.h
index 4d726d3ebb2098cb8c15b985a7929a6cea0e000d..57c6e00ab2e4c12fdcfc617f24205c897d65ff5a 100644 (file)
@@ -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. */
 
This page took 0.023955 seconds and 4 git commands to generate.