+ * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-ptx.h
index 2a1731a161c8d0ea4a6632c474752bbce2ce5b49..ff0d56e61741eb6f65c8a98162b503c29d6a7206 100644 (file)
@@ -220,8 +220,8 @@ extern const struct floatformat floatformat_i387_ext;       /* from floatformat.h */
    a function return value of type TYPE, and copy that, in virtual format,
    into VALBUF.  */
 
-#undef  EXTRACT_RETURN_VALUE
-#define EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \
+#undef  DEPRECATED_EXTRACT_RETURN_VALUE
+#define DEPRECATED_EXTRACT_RETURN_VALUE(TYPE,REGBUF,VALBUF) \
   symmetry_extract_return_value(TYPE, REGBUF, VALBUF)
 
 /*
This page took 0.033645 seconds and 4 git commands to generate.