This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Patch for ada/10020


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


2003-03-31   Geert Bosch <bosch at gnat dot 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";


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]