/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | netbsd-elf.h | 117 #undef REAL_LIBGCC_SPEC 118 #define REAL_LIBGCC_SPEC \ macro
|
H A D | vx-common.h | 29 #undef REAL_LIBGCC_SPEC 30 #define REAL_LIBGCC_SPEC VXWORKS_LIBGCC_SPEC macro
|
H A D | darwin.h | 517 #undef REAL_LIBGCC_SPEC 518 #define REAL_LIBGCC_SPEC \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | netbsd-elf.h | 129 #undef REAL_LIBGCC_SPEC 130 #define REAL_LIBGCC_SPEC \ macro
|
H A D | darwin.h | 499 #undef REAL_LIBGCC_SPEC 500 #define REAL_LIBGCC_SPEC \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | cygwin.h | 75 #undef REAL_LIBGCC_SPEC 76 #define REAL_LIBGCC_SPEC SHARED_LIBGCC_SPEC macro
|
H A D | mingw32.h | 164 #undef REAL_LIBGCC_SPEC 165 #define REAL_LIBGCC_SPEC \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | cygwin.h | 84 #undef REAL_LIBGCC_SPEC 85 #define REAL_LIBGCC_SPEC SHARED_LIBGCC_SPEC macro
|
H A D | mingw32.h | 184 #undef REAL_LIBGCC_SPEC 185 #define REAL_LIBGCC_SPEC \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | netbsd-elf.h | 83 #undef REAL_LIBGCC_SPEC 84 #define REAL_LIBGCC_SPEC "-lgcc" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | netbsd-elf.h | 83 #undef REAL_LIBGCC_SPEC 84 #define REAL_LIBGCC_SPEC "-lgcc" macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 416 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) 855 #if defined(REAL_LIBGCC_SPEC) 856 #define LIBGCC_SPEC REAL_LIBGCC_SPEC 1792 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) 1876 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) in init_spec()
|
H A D | ChangeLog-2021 | 1189 * config/vx-common.h: Define REAL_LIBGCC_SPEC since the 1192 since REAL_LIBGCC_SPEC is used now. 3435 (REAL_LIBGCC_SPEC): Handle revised library uses. 21091 (REAL_LIBGCC_SPEC): Amend to use PR80556_WORKAROUND. 21095 (REAL_LIBGCC_SPEC): Remove. 21098 (REAL_LIBGCC_SPEC): Remove.
|
H A D | ChangeLog-2004 | 2665 * config/darwin.h (REAL_LIBGCC_SPEC): Put -lgcc back in 6492 * config/darwin.h (REAL_LIBGCC_SPEC): Define to use shared 41490 * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and 41491 LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC. 41492 (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is 41493 defined. Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc 41495 * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
|
H A D | ChangeLog-2019 | 20059 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Revert change from r273749. 20179 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move from here... 20200 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move to new biarch file. 23576 * config/darwin.h (REAL_LIBGCC_SPEC): Adjust for earlier Darwin.
|
H A D | ChangeLog-2008 | 2678 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Only add libgcc_s.a 4456 * config/i386/mingw32.h (REAL_LIBGCC_SPEC): Add thread cleanup 4561 (REAL_LIBGCC_SPEC): New. Always include -lgcc.
|
H A D | ChangeLog-2005 | 4293 * config/darwin.h (REAL_LIBGCC_SPEC): Link in shared libgcc depending 6551 * config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc 6565 * config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
|
H A D | ChangeLog-2010 | 11097 (REAL_LIBGCC_SPEC): Likewise. 16862 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all 17429 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
|
H A D | ChangeLog | 824 before other objects. (REAL_LIBGCC_SPEC): Remove weak crts
|
H A D | ChangeLog-2009 | 33849 (REAL_LIBGCC_SPEC): Define instead, using SHARED_LIBGCC_SPEC.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 385 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) 788 #if defined(REAL_LIBGCC_SPEC) 789 #define LIBGCC_SPEC REAL_LIBGCC_SPEC 1664 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) 1748 #if defined(ENABLE_SHARED_LIBGCC) && !defined(REAL_LIBGCC_SPEC) in init_spec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 256 @defmac REAL_LIBGCC_SPEC 263 @code{REAL_LIBGCC_SPEC} instead. @code{REAL_LIBGCC_SPEC} tells the 270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be 281 @code{REAL_LIBGCC_SPEC}.
|
H A D | tm.texi | 256 @defmac REAL_LIBGCC_SPEC 263 @code{REAL_LIBGCC_SPEC} instead. @code{REAL_LIBGCC_SPEC} tells the 270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be 281 @code{REAL_LIBGCC_SPEC}.
|
H A D | gccint.info | 31150 -- Macro: REAL_LIBGCC_SPEC 31156 modifications are inappropriate, define 'REAL_LIBGCC_SPEC' instead. 31157 'REAL_LIBGCC_SPEC' tells the driver how to place a reference to 31163 in 'REAL_LIBGCC_SPEC'. If nonzero, a spec will be generated that 31171 modifications to 'LIBGCC_SPEC' mentioned in 'REAL_LIBGCC_SPEC'. 54793 * REAL_LIBGCC_SPEC: Driver. (line 124)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.info | 32586 -- Macro: REAL_LIBGCC_SPEC 32592 modifications are inappropriate, define 'REAL_LIBGCC_SPEC' instead. 32593 'REAL_LIBGCC_SPEC' tells the driver how to place a reference to 32599 in 'REAL_LIBGCC_SPEC'. If nonzero, a spec will be generated that 32607 modifications to 'LIBGCC_SPEC' mentioned in 'REAL_LIBGCC_SPEC'. 56538 * REAL_LIBGCC_SPEC: Driver. (line 124)
|