Home | History | Annotate | Download | only in gdb

Lines Matching defs:gnu

8    it under the terms of the GNU General Public License as published by
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
47 if (producer != NULL && startswith (producer, "GNU "))
56 /* Skip GNU. */
57 cs = &producer[strlen ("GNU ")];
59 /* Bail out for GNU AS. */
63 /* Skip any identifier after "GNU " - such as "C11" "C++" or "Java".
65 "GNU C 4.7.2"
66 "GNU Fortran 4.8.2 20140120 (Red Hat 4.8.2-16) -mtune=generic ..."
67 "GNU C++14 5.0.0 20150123 (experimental)"
93 const char prefix[] = "GNU AS ";
261 static const char gnu[] = "GNU C 4.7.2";
262 SELF_CHECK (!producer_is_icc (gnu, NULL, NULL));
265 SELF_CHECK (producer_is_gcc (gnu, &major, &minor)
270 static const char gnu_exp[] = "GNU C++14 5.0.0 20150123 (experimental)";
294 static const char gas_exp[] = "GNU AS 2.39.0";
300 static const char gas_incomplete_exp[] = "GNU AS ";
304 static const char gas_incomplete_exp_2[] = "GNU AS 2";