summaryrefslogtreecommitdiffstats
path: root/gcc/ada/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/link.c')
-rw-r--r--gcc/ada/link.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/link.c b/gcc/ada/link.c
index 6cdbc9f1880..5a8fbeb8339 100644
--- a/gcc/ada/link.c
+++ b/gcc/ada/link.c
@@ -4,10 +4,9 @@
* *
* L I N K *
* *
- * *
* C Implementation File *
* *
- * Copyright (C) 1992-2001, Free Software Foundation, Inc. *
+ * Copyright (C) 1992-2003, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
@@ -159,9 +158,9 @@ const char *object_library_extension = ".a";
const char *object_file_option = "";
const char *run_path_option = "-Wl,-rpath,";
char shared_libgnat_default = STATIC;
-int link_max = 2147483647;
-unsigned char objlist_file_supported = 0;
-unsigned char using_gnu_linker = 0;
+int link_max = 8192;
+unsigned char objlist_file_supported = 1;
+unsigned char using_gnu_linker = 1;
const char *object_library_extension = ".a";
#elif defined (__svr4__) && defined (i386)
OpenPOWER on IntegriCloud