comparison gcc/genconfig.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 77e2b8dfacca
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Generate from machine description: 1 /* Generate from machine description:
2 - some #define configuration flags. 2 - some #define configuration flags.
3 Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003, 2004, 2007 3 Copyright (C) 1987, 1991, 1997, 1998, 1999, 2000, 2003, 2004, 2007, 2010
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GCC. 6 This file is part of GCC.
7 7
8 GCC is free software; you can redistribute it and/or modify it under 8 GCC is free software; you can redistribute it and/or modify it under
262 { 262 {
263 rtx desc; 263 rtx desc;
264 264
265 progname = "genconfig"; 265 progname = "genconfig";
266 266
267 if (init_md_reader_args (argc, argv) != SUCCESS_EXIT_CODE) 267 if (!init_rtx_reader_args (argc, argv))
268 return (FATAL_EXIT_CODE); 268 return (FATAL_EXIT_CODE);
269 269
270 puts ("/* Generated automatically by the program `genconfig'"); 270 puts ("/* Generated automatically by the program `genconfig'");
271 puts (" from the machine description file `md'. */\n"); 271 puts (" from the machine description file `md'. */\n");
272 puts ("#ifndef GCC_INSN_CONFIG_H"); 272 puts ("#ifndef GCC_INSN_CONFIG_H");