Commit 15c58c19 by Jeffrey A Law Committed by Jeff Law

* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.

From-SVN: r28124
parent 6d32de1a
Fri Jul 16 13:48:09 1999 Jeffrey A Law (law@cygnus.com)
* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
* config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
directive in column zero.
......
......@@ -42,6 +42,11 @@ Boston, MA 02111-1307, USA. */
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
#define ASM_OUTPUT_DOUBLE_INT(FILE,VALUE) \
{ fputs ("\t.dword ", FILE); \
output_addr_const (FILE, (VALUE)); \
fputs ("\n", FILE);}
#undef ASM_FILE_START
#define ASM_FILE_START(FILE) \
do { \
......@@ -56,4 +61,3 @@ do { \
if (write_symbols != NO_DEBUG) \
output_file_directive ((FILE), main_input_filename); \
} while (0)
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