comparison gcc/config/mmix/mmix-protos.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* Prototypes for exported functions defined in mmix.c 1 /* Prototypes for exported functions defined in mmix.c
2 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2007, 2010
3 Free Software Foundation, Inc.
3 Contributed by Hans-Peter Nilsson (hp@bitrange.com) 4 Contributed by Hans-Peter Nilsson (hp@bitrange.com)
4 5
5 This file is part of GCC. 6 This file is part of GCC.
6 7
7 GCC is free software; you can redistribute it and/or modify 8 GCC is free software; you can redistribute it and/or modify
50 extern int mmix_opposite_regno (int, int); 51 extern int mmix_opposite_regno (int, int);
51 extern int mmix_local_regno (int); 52 extern int mmix_local_regno (int);
52 extern int mmix_dbx_register_number (int); 53 extern int mmix_dbx_register_number (int);
53 extern int mmix_use_simple_return (void); 54 extern int mmix_use_simple_return (void);
54 extern void mmix_make_decl_one_only (tree); 55 extern void mmix_make_decl_one_only (tree);
55 extern rtx mmix_function_outgoing_value (const_tree, const_tree);
56 extern int mmix_function_value_regno_p (int);
57 extern int mmix_data_alignment (tree, int); 56 extern int mmix_data_alignment (tree, int);
58 extern int mmix_constant_alignment (tree, int); 57 extern int mmix_constant_alignment (tree, int);
59 extern int mmix_local_alignment (tree, int); 58 extern int mmix_local_alignment (tree, int);
60 extern void mmix_asm_output_pool_prologue (FILE *, const char *, tree, int); 59 extern void mmix_asm_output_pool_prologue (FILE *, const char *, tree, int);
61 extern void mmix_asm_output_aligned_common (FILE *, const char *, int, int); 60 extern void mmix_asm_output_aligned_common (FILE *, const char *, int, int);