Home
last modified time | relevance | path

Searched refs:libgcc_spec (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c687 static const char *libgcc_spec = LIBGCC_SPEC; variable
1415 INIT_STATIC_SPEC ("libgcc", &libgcc_spec),
1572 const char *p = libgcc_spec; in init_spec()
1627 libgcc_spec = obstack_finish (&obstack); in init_spec()
4822 value = do_spec_1 (libgcc_spec, 0, NULL);
H A DChangeLog.513586 * gcc.c (init_spec): Massage the existing libgcc_spec into a
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c745 static const char *libgcc_spec = LIBGCC_SPEC; variable
1551 INIT_STATIC_SPEC ("libgcc", &libgcc_spec),
1723 const char *p = libgcc_spec; in init_spec()
1776 libgcc_spec = XOBFINISH (&obstack, const char *); in init_spec()
5177 value = do_spec_1 (libgcc_spec, 0, NULL); in do_spec_1()