gcc/libgfortran/runtime
Bernd Schmidt ee95f9288a Add support for a minimal version of libgfortran for accelerator targets.
* Makefile.am (AM_CFLAGS): Add -DLIBGFOR_MINIMAL if LIBGFOR_MINIMAL.
        (gfor_io_src, gfor_heper_src, gfor_src): Split into minimal and
        always included sources.
        * Makefile.in: Regenerate.
        * configure.ac (LIBGFOR_MINIMAL): New AM_CONDITIONAL.
        * configure: Regenerate.
        * caf/single.c (caf_runtime_error): Don't print messages if
        LIBGFOR_MINIMAL.
        * runtime/compile_options.c (fatal_error_in_progress,
        show_signal, backtrace_handler, maybe_find_addr2line): Guard with
        !defined LIBGFOR_MINIMAL.
        (set_options): Likewise for the backtrace code.
        * runtime/minimal.c: New file.

From-SVN: r218170
2014-11-28 17:39:15 +00:00
..
backtrace.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
bounds.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
compile_options.c Add support for a minimal version of libgfortran for accelerator targets. 2014-11-28 17:39:15 +00:00
convert_char.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
environ.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
error.c PR 47007 and 61847 Locale failures in libgfortran. 2014-11-10 02:17:16 +02:00
fpu.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
in_pack_generic.c Introduce xmallocarray, an overflow checking variant of xmalloc. 2014-06-17 06:50:34 +03:00
in_unpack_generic.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
main.c PR 63589 Fix splitting of PATH in find_addr2line. 2014-10-20 10:53:37 +03:00
memory.c * runtime/memory.c (xmallocarray): Avoid division for the common case. 2014-08-04 17:46:33 +02:00
minimal.c Add support for a minimal version of libgfortran for accelerator targets. 2014-11-28 17:39:15 +00:00
pause.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
select.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
select_inc.c Update copyright years in libgfortran/ 2014-01-02 22:25:45 +00:00
stop.c stop.c: Use C11 _Noreturn. 2014-07-07 09:13:48 +00:00
string.c PR 60324 Unbounded stack allocations in libgfortran. 2014-11-13 14:05:01 +02:00