More gcc lint:
[deliverable/binutils-gdb.git] / gdb / config / m68k / tm-altos.h
index 05ba2f3b28c40b64aa9746c12ecad447e5cd687d..e8092bfb8ceda53c84f97bff141b9a8c1d8a4a59 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.023546 seconds and 4 git commands to generate.