From: John David Anglin Date: Fri, 16 Apr 2004 17:24:31 +0000 (+0000) Subject: * pa.md: Remove unnecessary declarations for asm_out_file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6b75edc008e5a3c1e0e7879ad33dc831675d286;p=gcc.git * pa.md: Remove unnecessary declarations for asm_out_file. From-SVN: r80758 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4e2a72da67..cdcf138060e 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 96355248d22..072f60171e9 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];