[Ada] Patch for ada/10020

Geert Bosch bosch@gnat.com
Mon Mar 31 21:17:00 GMT 2003


Applied as obvious fix to 3.[234] branches.


2003-03-31   Geert Bosch <bosch@gnat.com>

	PR ada/10020
	* link.c : Fix misspelled "const" keyword

Index: link.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/link.c,v
retrieving revision 1.1.16.1
diff -u -r1.1.16.1 link.c
--- link.c	4 May 2002 03:28:18 -0000	1.1.16.1
+++ link.c	31 Mar 2003 21:03:22 -0000
@@ -133,7 +133,7 @@
 const char *object_file_option = "-Wl,-f,";
 const char *run_path_option = "";
 int link_max = 15000;
-cnonst unsigned char objlist_file_supported = 1;
+const unsigned char objlist_file_supported = 1;
 char shared_libgnat_default = STATIC;
 unsigned char using_gnu_linker = 0;
 const char *object_library_extension = ".a";



More information about the Gcc-patches mailing list