comparison gcc/gencodes.c @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Generate from machine description: 1 /* Generate from machine description:
2 - some macros CODE_FOR_... giving the insn_code_number value 2 - some macros CODE_FOR_... giving the insn_code_number value
3 for each of the defined standard insn names. 3 for each of the defined standard insn names.
4 Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003, 4 Copyright (C) 1987, 1991, 1995, 1998, 1999, 2000, 2001, 2003,
5 2004, 2007 Free Software Foundation, Inc. 5 2004, 2007, 2010 Free Software Foundation, Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify it under 9 GCC is free software; you can redistribute it and/or modify it under
10 the terms of the GNU General Public License as published by the Free 10 the terms of the GNU General Public License as published by the Free
56 56
57 /* We need to see all the possibilities. Elided insns may have 57 /* We need to see all the possibilities. Elided insns may have
58 direct references to CODE_FOR_xxx in C code. */ 58 direct references to CODE_FOR_xxx in C code. */
59 insn_elision = 0; 59 insn_elision = 0;
60 60
61 if (init_md_reader_args (argc, argv) != SUCCESS_EXIT_CODE) 61 if (!init_rtx_reader_args (argc, argv))
62 return (FATAL_EXIT_CODE); 62 return (FATAL_EXIT_CODE);
63 63
64 puts ("\ 64 puts ("\
65 /* Generated automatically by the program `gencodes'\n\ 65 /* Generated automatically by the program `gencodes'\n\
66 from the machine description file `md'. */\n\ 66 from the machine description file `md'. */\n\