mirror of git://gcc.gnu.org/git/gcc.git
netbsd.h (LINK_EH_SPEC): Define.
2016-12-19 Krister Walfridsson <krister.walfridsson@gmail.com> * config/netbsd.h (LINK_EH_SPEC): Define. From-SVN: r243791
This commit is contained in:
parent
ab955692fe
commit
26b14bc192
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-12-19 Krister Walfridsson <krister.walfridsson@gmail.com>
|
||||||
|
|
||||||
|
* config/netbsd.h (LINK_EH_SPEC): Define.
|
||||||
|
|
||||||
2016-12-18 Eric Botcazou <ebotcazou@adacore.com>
|
2016-12-18 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
* lra-constraints.c (process_address): Add forward declaration.
|
* lra-constraints.c (process_address): Add forward declaration.
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,10 @@ along with GCC; see the file COPYING3. If not see
|
||||||
#undef LIBGCC_SPEC
|
#undef LIBGCC_SPEC
|
||||||
#define LIBGCC_SPEC NETBSD_LIBGCC_SPEC
|
#define LIBGCC_SPEC NETBSD_LIBGCC_SPEC
|
||||||
|
|
||||||
|
#if defined(HAVE_LD_EH_FRAME_HDR)
|
||||||
|
#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef TARGET_LIBC_HAS_FUNCTION
|
#undef TARGET_LIBC_HAS_FUNCTION
|
||||||
#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function
|
#define TARGET_LIBC_HAS_FUNCTION no_c99_libc_has_function
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue