diff options
Diffstat (limited to 'gcc/genopinit.c')
-rw-r--r-- | gcc/genopinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genopinit.c b/gcc/genopinit.c index 81366f0..4f950e5 100644 --- a/gcc/genopinit.c +++ b/gcc/genopinit.c @@ -327,6 +327,7 @@ main (argc, argv) perror (argv[1]); return (FATAL_EXIT_CODE); } + read_rtx_filename = argv[1]; printf ("/* Generated automatically by the program `genopinit'\n\ from the machine description file `md'. */\n\n"); |