diff options
Diffstat (limited to 'gcc/genextract.c')
-rw-r--r-- | gcc/genextract.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genextract.c b/gcc/genextract.c index 7ce5cbf..a2ac872 100644 --- a/gcc/genextract.c +++ b/gcc/genextract.c @@ -400,6 +400,7 @@ main (argc, argv) perror (argv[1]); return (FATAL_EXIT_CODE); } + read_rtx_filename = argv[1]; /* Assign sequential codes to all entries in the machine description in parallel with the tables in insn-output.c. */ |