Index: ChangeLog
[deliverable/binutils-gdb.git] / gdb / config / pa / tm-hppa.h
index e786822eb3dbd79943304511822cbb2f81dd0852..6fd8c03365263f44356e627b1ded8d72a8dabd46 100644 (file)
@@ -333,7 +333,7 @@ extern use_struct_convention_fn hppa_use_struct_convention;
 
 
 extern void hppa_store_return_value (struct type *type, char *valbuf);
-#define STORE_RETURN_VALUE(TYPE,VALBUF) \
+#define DEPRECATED_STORE_RETURN_VALUE(TYPE,VALBUF) \
   hppa_store_return_value (TYPE, VALBUF);
 
 /* Extract from an array REGBUF containing the (raw) register state
This page took 0.033344 seconds and 4 git commands to generate.