diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 5c1a3be..9fb0bf0 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -5955,6 +5955,8 @@ main (argc, argv) rtx tem; int i; + progname = "genattrtab"; + #if defined (RLIMIT_STACK) && defined (HAVE_GETRLIMIT) && defined (HAVE_SETRLIMIT) /* Get rid of any avoidable limit on stack size. */ { |