summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-13 14:04:10 -0800
committerYamaArashi <shadow962@live.com>2016-02-13 14:04:10 -0800
commit47d5ab74c312567d17cd5df362d73d36f53eb0c2 (patch)
tree8d5fab1cade86a10154b874da6786121e35caa8d /gcc/genattrtab.c
parent87926b4bcc3046ac85fabda09178e9bf50dd8381 (diff)
rely on configure less
Diffstat (limited to 'gcc/genattrtab.c')
-rwxr-xr-xgcc/genattrtab.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index a86a739..1087e65 100755
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -5898,18 +5898,6 @@ main (argc, argv)
rtx tem;
int i;
-#if defined (RLIMIT_STACK) && defined (HAVE_GETRLIMIT) && defined (HAVE_SETRLIMIT)
- /* Get rid of any avoidable limit on stack size. */
- {
- struct rlimit rlim;
-
- /* Set the stack limit huge so that alloca does not fail. */
- getrlimit (RLIMIT_STACK, &rlim);
- rlim.rlim_cur = rlim.rlim_max;
- setrlimit (RLIMIT_STACK, &rlim);
- }
-#endif
-
obstack_init (rtl_obstack);
obstack_init (hash_obstack);
obstack_init (temp_obstack);