Commit 7617c94b by Jeffrey A Law Committed by Jeff Law

* pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.

From-SVN: r29152
parent c5c76735
Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
* pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
Mon Sep 6 22:44:47 1999 Jeffrey A Law (law@cygnus.com)
* Merge from gcc2 snapshot Jan 9, 1999. See FSFChangeLog for
......
......@@ -1962,14 +1962,6 @@ while (0)
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
/* Likewise for double integers. */
#define ASM_OUTPUT_DOUBLE_INT(FILE,VALUE) \
{ fputs ("\t.dword ", FILE); \
if (function_label_operand (VALUE, VOIDmode)) \
fputs ("P%", FILE); \
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
/* Likewise for `short' and `char' constants. */
#define ASM_OUTPUT_SHORT(FILE,VALUE) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment