* pa.md: Remove unnecessary declarations for asm_out_file.
From-SVN: r80758
This commit is contained in:
parent
7945b276b2
commit
e6b75edc00
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue