aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/Makefile.am
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-18 12:00:20 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2008-05-18 12:00:20 +0000
commit16d6b8e40280dfe7bec4376860ad7099e4235d3b (patch)
tree3ff478ceec1d56183aae95bb81a5d30776bd1ff4 /libgfortran/Makefile.am
parentd1743da1fffc7986bd0d6dfd363f1ee840f89629 (diff)
* runtime/select.c: Moved content to select_inc.c. Include it.
Add macros for different character types. * runtime/select_inc.c: New file. * runtime/convert_char.c: New file. * intrinsics/pack_generic.c (pack_char4, pack_s_char4): New functions. * intrinsics/transpose_generic.c (transpose_char4): New function. * intrinsics/spread_generic.c (spread_char4, spread_char4_scalar): New functions. * intrinsics/unpack_generic.c (unpack1_char4, unpack0_char4): New functions. * intrinsics/reshape_generic.c (reshape_char): Use gfc_charlen_type as type for length variables. (reshape_char4): New function. * gfortran.map (GFORTRAN_1.1): Add _gfortran_select_string_char4, _gfortran_convert_char1_to_char4, _gfortran_convert_char4_to_char1, _gfortran_transpose_char4, _gfortran_spread_char4, _gfortran_spread_char4_scalar, _gfortran_reshape_char4, _gfortran_pack_char4, _gfortran_pack_s_char4, _gfortran_unpack0_char4 and _gfortran_unpack1_char4. * Makefile.am: Add runtime/convert_char.c. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/Makefile.am')
-rw-r--r--libgfortran/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/Makefile.am b/libgfortran/Makefile.am
index ed7ad21801c..65a307af4bc 100644
--- a/libgfortran/Makefile.am
+++ b/libgfortran/Makefile.am
@@ -118,6 +118,7 @@ runtime/in_unpack_generic.c
gfor_src= \
runtime/backtrace.c \
runtime/compile_options.c \
+runtime/convert_char.c \
runtime/environ.c \
runtime/error.c \
runtime/fpu.c \