[Bug ada/23487] Assignment from incompatible pointer warning in __gnat_install_handler kills bootstrap
v dot haisman at sh dot cvut dot cz
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 20:11:00 GMT 2005
------- Additional Comments From v dot haisman at sh dot cvut dot cz 2005-08-19 19:57 -------
More of the same:
*** link.c.~1.16.~ Fri Jul 8 12:45:47 2005
--- link.c Fri Aug 19 21:55:40 2005
***************
*** 154,166 ****
const char *__gnat_object_library_extension = ".a";
#elif defined (__FreeBSD__)
! char *__gnat_object_file_option = "";
! char *__gnat_run_path_option = "-Wl,-rpath,";
char __gnat_shared_libgnat_default = STATIC;
int __gnat_link_max = 8192;
unsigned char __gnat_objlist_file_supported = 1;
unsigned char __gnat_using_gnu_linker = 1;
! char *__gnat_object_library_extension = ".a";
#elif defined (linux)
const char *__gnat_object_file_option = "";
--- 154,166 ----
const char *__gnat_object_library_extension = ".a";
#elif defined (__FreeBSD__)
! const char *__gnat_object_file_option = "";
! const char *__gnat_run_path_option = "-Wl,-rpath,";
char __gnat_shared_libgnat_default = STATIC;
int __gnat_link_max = 8192;
unsigned char __gnat_objlist_file_supported = 1;
unsigned char __gnat_using_gnu_linker = 1;
! const char *__gnat_object_library_extension = ".a";
#elif defined (linux)
const char *__gnat_object_file_option = "";
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23487
More information about the Gcc-bugs
mailing list