diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2018-01-21 17:52:44 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2018-01-21 17:52:44 +0000 |
commit | 07baf4a541d710bc5f1713cb168650ce5c210304 (patch) | |
tree | 994737f9956359bd4a1763d559d8ecb03350be39 /libgcc/config/pa/stublib.c | |
parent | b8f63c51104a1e97754dd6d4d9dcd49307b850aa (diff) | |
download | gcc-07baf4a541d710bc5f1713cb168650ce5c210304.zip gcc-07baf4a541d710bc5f1713cb168650ce5c210304.tar.gz gcc-07baf4a541d710bc5f1713cb168650ce5c210304.tar.bz2 |
re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))
PR lto/83452
* config/pa/stublib.c (L_gnu_lto_v1): New stub definition.
* config/pa/t-stublib (gnu_lto_v1-stub.o): Add make fragment.
From-SVN: r256933
Diffstat (limited to 'libgcc/config/pa/stublib.c')
-rw-r--r-- | libgcc/config/pa/stublib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/config/pa/stublib.c b/libgcc/config/pa/stublib.c index a333a2a..3840b69 100644 --- a/libgcc/config/pa/stublib.c +++ b/libgcc/config/pa/stublib.c @@ -115,3 +115,7 @@ pthread_once (void) return 0; } #endif + +#ifdef L_gnu_lto_v1 +char gnu_lto_v1; +#endif |