Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: gcc/gcc/config/pdp11/pdp11-protos.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/pdp11/2bsd.h ('k') | gcc/gcc/config/pdp11/t-pdp11 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/pdp11/pdp11-protos.h
diff --git a/gcc/gcc/config/pdp11/pdp11-protos.h b/gcc/gcc/config/pdp11/pdp11-protos.h
index f493fbc8ab1fb00a2021280670dc3c4b7b12a860..2c4bd22fde66555d49aec6e22e230d819043da33 100644
--- a/gcc/gcc/config/pdp11/pdp11-protos.h
+++ b/gcc/gcc/config/pdp11/pdp11-protos.h
@@ -26,16 +26,15 @@ extern int expand_shift_operand (rtx, enum machine_mode);
extern int immediate15_operand (rtx, enum machine_mode);
extern int simple_memory_operand (rtx, enum machine_mode);
-extern int legitimate_address_p (enum machine_mode, rtx);
extern int legitimate_const_double_p (rtx);
extern void notice_update_cc_on_set (rtx, rtx);
extern void output_addr_const_pdp11 (FILE *, rtx);
extern const char *output_move_double (rtx *);
extern const char *output_move_quad (rtx *);
extern const char *output_block_move (rtx *);
+extern const char *output_jump (enum rtx_code, int, int);
extern void print_operand_address (FILE *, rtx);
extern int register_move_cost (enum reg_class, enum reg_class);
#endif /* RTX_CODE */
extern void output_ascii (FILE *, const char *, int);
-extern const char *output_jump (const char *, const char *, int);
« no previous file with comments | « gcc/gcc/config/pdp11/2bsd.h ('k') | gcc/gcc/config/pdp11/t-pdp11 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698