comparison gcc/ada/link.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
4 * * 4 * *
5 * L I N K * 5 * L I N K *
6 * * 6 * *
7 * C Implementation File * 7 * C Implementation File *
8 * * 8 * *
9 * Copyright (C) 1992-2017, Free Software Foundation, Inc. * 9 * Copyright (C) 1992-2018, Free Software Foundation, Inc. *
10 * * 10 * *
11 * GNAT is free software; you can redistribute it and/or modify it under * 11 * GNAT is free software; you can redistribute it and/or modify it under *
12 * terms of the GNU General Public License as published by the Free Soft- * 12 * terms of the GNU General Public License as published by the Free Soft- *
13 * ware Foundation; either version 3, or (at your option) any later ver- * 13 * ware Foundation; either version 3, or (at your option) any later ver- *
14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- * 14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
102 const char *__gnat_object_library_extension = ".a"; 102 const char *__gnat_object_library_extension = ".a";
103 unsigned char __gnat_separate_run_path_options = 0; 103 unsigned char __gnat_separate_run_path_options = 0;
104 const char *__gnat_default_libgcc_subdir = "lib"; 104 const char *__gnat_default_libgcc_subdir = "lib";
105 105
106 #elif defined (__FreeBSD__) || defined (__DragonFly__) \ 106 #elif defined (__FreeBSD__) || defined (__DragonFly__) \
107 || defined (__NetBSD__) || defined (__OpenBSD__) 107 || defined (__NetBSD__) || defined (__OpenBSD__) \
108 || defined (__QNX__)
108 const char *__gnat_object_file_option = "-Wl,@"; 109 const char *__gnat_object_file_option = "-Wl,@";
109 const char *__gnat_run_path_option = "-Wl,-rpath,"; 110 const char *__gnat_run_path_option = "-Wl,-rpath,";
110 char __gnat_shared_libgnat_default = STATIC; 111 char __gnat_shared_libgnat_default = STATIC;
111 char __gnat_shared_libgcc_default = STATIC; 112 char __gnat_shared_libgcc_default = STATIC;
112 int __gnat_link_max = 8192; 113 int __gnat_link_max = 8192;