From e6b75edc008e5a3c1e0e7879ad33dc831675d286 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 16 Apr 2004 17:24:31 +0000 Subject: [PATCH] * pa.md: Remove unnecessary declarations for asm_out_file. From-SVN: r80758 --- gcc/ChangeLog | 2 ++ gcc/config/pa/pa.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4e2a72da672..cdcf138060e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2004-04-16 John David Anglin + * pa.md: Remove unnecessary declarations for asm_out_file. + * pa64-regs.h (DBX_REGISTER_NUMBER): Simplify and correct mapping of SAR register. Fix comment. (ADDITIONAL_REGISTER_NAMES): Correct register number of SAR register diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 96355248d226..072f60171e94 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2610,7 +2610,6 @@ "* { rtx xoperands[3]; - extern FILE *asm_out_file; xoperands[0] = operands[0]; xoperands[1] = operands[1]; @@ -2644,7 +2643,6 @@ "* { rtx xoperands[3]; - extern FILE *asm_out_file; xoperands[0] = operands[0]; xoperands[1] = operands[1];