diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-18 12:00:20 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-18 12:00:20 +0000 |
commit | 16d6b8e40280dfe7bec4376860ad7099e4235d3b (patch) | |
tree | 3ff478ceec1d56183aae95bb81a5d30776bd1ff4 /libgfortran/Makefile.in | |
parent | d1743da1fffc7986bd0d6dfd363f1ee840f89629 (diff) | |
download | gcc-16d6b8e40280dfe7bec4376860ad7099e4235d3b.tar.gz |
* 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.in')
-rw-r--r-- | libgfortran/Makefile.in | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/libgfortran/Makefile.in b/libgfortran/Makefile.in index 1db39915eab..594d22863c8 100644 --- a/libgfortran/Makefile.in +++ b/libgfortran/Makefile.in @@ -79,15 +79,15 @@ toolexeclibLTLIBRARIES_INSTALL = $(INSTALL) LTLIBRARIES = $(myexeclib_LTLIBRARIES) $(toolexeclib_LTLIBRARIES) libgfortran_la_LIBADD = am__libgfortran_la_SOURCES_DIST = runtime/backtrace.c \ - runtime/compile_options.c runtime/environ.c runtime/error.c \ - runtime/fpu.c runtime/main.c runtime/memory.c runtime/pause.c \ - runtime/stop.c runtime/string.c runtime/select.c \ - $(srcdir)/generated/all_l1.c $(srcdir)/generated/all_l2.c \ - $(srcdir)/generated/all_l4.c $(srcdir)/generated/all_l8.c \ - $(srcdir)/generated/all_l16.c $(srcdir)/generated/any_l1.c \ - $(srcdir)/generated/any_l2.c $(srcdir)/generated/any_l4.c \ - $(srcdir)/generated/any_l8.c $(srcdir)/generated/any_l16.c \ - $(srcdir)/generated/count_1_l.c \ + runtime/compile_options.c runtime/convert_char.c \ + runtime/environ.c runtime/error.c runtime/fpu.c runtime/main.c \ + runtime/memory.c runtime/pause.c runtime/stop.c \ + runtime/string.c runtime/select.c $(srcdir)/generated/all_l1.c \ + $(srcdir)/generated/all_l2.c $(srcdir)/generated/all_l4.c \ + $(srcdir)/generated/all_l8.c $(srcdir)/generated/all_l16.c \ + $(srcdir)/generated/any_l1.c $(srcdir)/generated/any_l2.c \ + $(srcdir)/generated/any_l4.c $(srcdir)/generated/any_l8.c \ + $(srcdir)/generated/any_l16.c $(srcdir)/generated/count_1_l.c \ $(srcdir)/generated/count_2_l.c \ $(srcdir)/generated/count_4_l.c \ $(srcdir)/generated/count_8_l.c \ @@ -567,8 +567,9 @@ am__libgfortran_la_SOURCES_DIST = runtime/backtrace.c \ $(srcdir)/generated/misc_specifics.F90 intrinsics/dprod_r8.f90 \ intrinsics/f2c_specifics.F90 libgfortran_c.c $(filter-out \ %.c,$(prereq_SRC)) -am__objects_1 = backtrace.lo compile_options.lo environ.lo error.lo \ - fpu.lo main.lo memory.lo pause.lo stop.lo string.lo select.lo +am__objects_1 = backtrace.lo compile_options.lo convert_char.lo \ + environ.lo error.lo fpu.lo main.lo memory.lo pause.lo stop.lo \ + string.lo select.lo am__objects_2 = all_l1.lo all_l2.lo all_l4.lo all_l8.lo all_l16.lo am__objects_3 = any_l1.lo any_l2.lo any_l4.lo any_l8.lo any_l16.lo am__objects_4 = count_1_l.lo count_2_l.lo count_4_l.lo count_8_l.lo \ @@ -1017,6 +1018,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 \ @@ -1761,6 +1763,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile_options.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert_char.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count_16_l.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count_1_l.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/count_2_l.Plo@am__quote@ @@ -2620,6 +2623,13 @@ compile_options.lo: runtime/compile_options.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o compile_options.lo `test -f 'runtime/compile_options.c' || echo '$(srcdir)/'`runtime/compile_options.c +convert_char.lo: runtime/convert_char.c +@am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT convert_char.lo -MD -MP -MF "$(DEPDIR)/convert_char.Tpo" -c -o convert_char.lo `test -f 'runtime/convert_char.c' || echo '$(srcdir)/'`runtime/convert_char.c; \ +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/convert_char.Tpo" "$(DEPDIR)/convert_char.Plo"; else rm -f "$(DEPDIR)/convert_char.Tpo"; exit 1; fi +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='runtime/convert_char.c' object='convert_char.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o convert_char.lo `test -f 'runtime/convert_char.c' || echo '$(srcdir)/'`runtime/convert_char.c + environ.lo: runtime/environ.c @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT environ.lo -MD -MP -MF "$(DEPDIR)/environ.Tpo" -c -o environ.lo `test -f 'runtime/environ.c' || echo '$(srcdir)/'`runtime/environ.c; \ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/environ.Tpo" "$(DEPDIR)/environ.Plo"; else rm -f "$(DEPDIR)/environ.Tpo"; exit 1; fi |