diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2004-04-16 17:24:31 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2004-04-16 17:24:31 +0000 |
commit | e6b75edc008e5a3c1e0e7879ad33dc831675d286 (patch) | |
tree | 443d9905da7f856866429956f7fe022c1b5920ad /gcc | |
parent | 7945b276b2c2578ca73e1ff2698fef8f6cde0a41 (diff) | |
download | gcc-e6b75edc008e5a3c1e0e7879ad33dc831675d286.zip gcc-e6b75edc008e5a3c1e0e7879ad33dc831675d286.tar.gz gcc-e6b75edc008e5a3c1e0e7879ad33dc831675d286.tar.bz2 |
* pa.md: Remove unnecessary declarations for asm_out_file.
From-SVN: r80758
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4e2a72..cdcf138 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 9635524..072f601 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]; |