diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 17:45:02 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-11 17:45:02 +0000 |
commit | 6dc3b0d9e987dfcf459e52cedb17e14722844f2c (patch) | |
tree | fb02cb5536197f3e86e30e92dd6cba7770735eb4 /gcc/config/pa/pa-protos.h | |
parent | 38d07189cc68f42f8eb2d9d2fbd982a67cae19b3 (diff) | |
download | gcc-6dc3b0d9e987dfcf459e52cedb17e14722844f2c.tar.gz |
* config/pa/milli64.S: Fix comment formatting.
* config/pa/pa-64.h: Likewise.
* config/pa/pa-linux.h: Likewise.
* config/pa/pa-protos.h: Likewise.
* config/pa/pa.c: Likewise.
* config/pa/pa.h: Likewise.
* config/pa/pa32-linux.h: Likewise.
* config/pa/pa32-regs.h: Likewise.
* config/pa/pa64-hpux.h: Likewise.
* config/pa/pa64-regs.h: Likewise.
* config/pa/som.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-protos.h')
-rw-r--r-- | gcc/config/pa/pa-protos.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/pa/pa-protos.h b/gcc/config/pa/pa-protos.h index 999579d9779..e3487e5a018 100644 --- a/gcc/config/pa/pa-protos.h +++ b/gcc/config/pa/pa-protos.h @@ -19,13 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef RTX_CODE -/* Prototype function used in MACHINE_DEPENDENT_REORG macro. */ +/* Prototype function used in MACHINE_DEPENDENT_REORG macro. */ extern void pa_reorg PARAMS ((rtx)); -/* Prototype function used in various macros. */ +/* Prototype function used in various macros. */ extern int symbolic_operand PARAMS ((rtx, enum machine_mode)); -/* Used in insn-*.c. */ +/* Used in insn-*.c. */ extern int following_call PARAMS ((rtx)); extern int function_label_operand PARAMS ((rtx, enum machine_mode)); extern int lhs_lshift_cint_operand PARAMS ((rtx, enum machine_mode)); @@ -126,7 +126,7 @@ extern int insn_refs_are_delayed PARAMS ((rtx)); /* Prototype function used in macro ASM_OUTPUT_MI_THUNK. */ extern void pa_output_function_prologue PARAMS ((FILE *, HOST_WIDE_INT)); -/* Prototype function used in macro CONST_OK_FOR_LETTER_P. */ +/* Prototype function used in macro CONST_OK_FOR_LETTER_P. */ extern int zdepi_cint_p PARAMS ((unsigned HOST_WIDE_INT)); extern struct rtx_def *hppa_builtin_saveregs PARAMS ((void)); |