gcc/libgfortran/intrinsics
Janne Blomqvist 4daecdb623 Remove unused functions, take 2.
2016-12-19  Janne Blomqvist  <jb@gcc.gnu.org>

      * Actually remove files that should have been removed by r243799.
This line, and those below, will be ignored--

M    libgfortran/ChangeLog
D    libgfortran/generated/exponent_r10.c
D    libgfortran/generated/exponent_r16.c
D    libgfortran/generated/exponent_r4.c
D    libgfortran/generated/exponent_r8.c
D    libgfortran/generated/fraction_r10.c
D    libgfortran/generated/fraction_r16.c
D    libgfortran/generated/fraction_r4.c
D    libgfortran/generated/fraction_r8.c
D    libgfortran/generated/nearest_r10.c
D    libgfortran/generated/nearest_r16.c
D    libgfortran/generated/nearest_r4.c
D    libgfortran/generated/nearest_r8.c
D    libgfortran/generated/rrspacing_r10.c
D    libgfortran/generated/rrspacing_r16.c
D    libgfortran/generated/rrspacing_r4.c
D    libgfortran/generated/rrspacing_r8.c
D    libgfortran/generated/set_exponent_r10.c
D    libgfortran/generated/set_exponent_r16.c
D    libgfortran/generated/set_exponent_r4.c
D    libgfortran/generated/set_exponent_r8.c
D    libgfortran/generated/spacing_r10.c
D    libgfortran/generated/spacing_r16.c
D    libgfortran/generated/spacing_r4.c
D    libgfortran/generated/spacing_r8.c
D    libgfortran/generated/transpose_c10.c
D    libgfortran/generated/transpose_c16.c
D    libgfortran/generated/transpose_c4.c
D    libgfortran/generated/transpose_c8.c
D    libgfortran/generated/transpose_i16.c
D    libgfortran/generated/transpose_i4.c
D    libgfortran/generated/transpose_i8.c
D    libgfortran/generated/transpose_r10.c
D    libgfortran/generated/transpose_r16.c
D    libgfortran/generated/transpose_r4.c
D    libgfortran/generated/transpose_r8.c
D    libgfortran/intrinsics/malloc.c
D    libgfortran/intrinsics/transpose_generic.c
D    libgfortran/m4/exponent.m4
D    libgfortran/m4/fraction.m4
D    libgfortran/m4/nearest.m4
D    libgfortran/m4/rrspacing.m4
D    libgfortran/m4/set_exponent.m4
D    libgfortran/m4/spacing.m4
D    libgfortran/m4/transpose.m4

From-SVN: r243804
2016-12-19 18:20:09 +02:00
..
abort.c Update copyright years. 2016-01-04 15:30:50 +01:00
access.c Update copyright years. 2016-01-04 15:30:50 +01:00
args.c Update copyright years. 2016-01-04 15:30:50 +01:00
associated.c Update copyright years. 2016-01-04 15:30:50 +01:00
c99_functions.c Update copyright years. 2016-01-04 15:30:50 +01:00
chdir.c Update copyright years. 2016-01-04 15:30:50 +01:00
chmod.c chmod.c (chmod_internal): Fix case where mode_t is different from unsigned int. 2016-12-19 13:41:32 +00:00
clock.c Update copyright years. 2016-01-04 15:30:50 +01:00
cpu_time.c Update copyright years. 2016-01-04 15:30:50 +01:00
cshift0.c Update copyright years. 2016-01-04 15:30:50 +01:00
ctime.c Update copyright years. 2016-01-04 15:30:50 +01:00
date_and_time.c re PR fortran/78545 (Possible correction to online LTIME documentation) 2016-12-18 19:03:36 +01:00
dprod_r8.f90 Update copyright years. 2016-01-04 15:30:50 +01:00
dtime.c Update copyright years. 2016-01-04 15:30:50 +01:00
env.c Update copyright years. 2016-01-04 15:30:50 +01:00
eoshift0.c Update copyright years. 2016-01-04 15:30:50 +01:00
eoshift2.c Update copyright years. 2016-01-04 15:30:50 +01:00
erfc_scaled.c Update copyright years. 2016-01-04 15:30:50 +01:00
erfc_scaled_inc.c Update copyright years. 2016-01-04 15:30:50 +01:00
etime.c Update copyright years. 2016-01-04 15:30:50 +01:00
execute_command_line.c execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -Wformat-security warning. 2016-01-15 21:20:58 +01:00
exit.c Update copyright years. 2016-01-04 15:30:50 +01:00
extends_type_of.c Update copyright years. 2016-01-04 15:30:50 +01:00
f2c_specifics.F90 Update copyright years. 2016-01-04 15:30:50 +01:00
fnum.c Update copyright years. 2016-01-04 15:30:50 +01:00
gerror.c Update copyright years. 2016-01-04 15:30:50 +01:00
getcwd.c Update copyright years. 2016-01-04 15:30:50 +01:00
getlog.c Update copyright years. 2016-01-04 15:30:50 +01:00
getXid.c Update copyright years. 2016-01-04 15:30:50 +01:00
hostnm.c Update copyright years. 2016-01-04 15:30:50 +01:00
ierrno.c Update copyright years. 2016-01-04 15:30:50 +01:00
ishftc.c Update copyright years. 2016-01-04 15:30:50 +01:00
kill.c Update copyright years. 2016-01-04 15:30:50 +01:00
link.c Update copyright years. 2016-01-04 15:30:50 +01:00
move_alloc.c Update copyright years. 2016-01-04 15:30:50 +01:00
mvbits.c Update copyright years. 2016-01-04 15:30:50 +01:00
pack_generic.c Update copyright years. 2016-01-04 15:30:50 +01:00
perror.c Update copyright years. 2016-01-04 15:30:50 +01:00
rand.c Update copyright years. 2016-01-04 15:30:50 +01:00
random.c Use rand_s on MinGW-w64, fix array bound overflow. 2016-09-21 13:07:06 +03:00
rename.c Update copyright years. 2016-01-04 15:30:50 +01:00
reshape_generic.c Update copyright years. 2016-01-04 15:30:50 +01:00
reshape_packed.c Update copyright years. 2016-01-04 15:30:50 +01:00
selected_char_kind.c Update copyright years. 2016-01-04 15:30:50 +01:00
selected_int_kind.f90 Update copyright years. 2016-01-04 15:30:50 +01:00
selected_real_kind.f90 Update copyright years. 2016-01-04 15:30:50 +01:00
signal.c Update copyright years. 2016-01-04 15:30:50 +01:00
size.c Update copyright years. 2016-01-04 15:30:50 +01:00
sleep.c Update copyright years. 2016-01-04 15:30:50 +01:00
spread_generic.c Update copyright years. 2016-01-04 15:30:50 +01:00
stat.c Update copyright years. 2016-01-04 15:30:50 +01:00
string_intrinsics.c Update copyright years. 2016-01-04 15:30:50 +01:00
string_intrinsics_inc.c Update copyright years. 2016-01-04 15:30:50 +01:00
symlnk.c Update copyright years. 2016-01-04 15:30:50 +01:00
system.c Update copyright years. 2016-01-04 15:30:50 +01:00
system_clock.c Update copyright years. 2016-01-04 15:30:50 +01:00
time.c Update copyright years. 2016-01-04 15:30:50 +01:00
time_1.h Update copyright years. 2016-01-04 15:30:50 +01:00
umask.c Update copyright years. 2016-01-04 15:30:50 +01:00
unlink.c Update copyright years. 2016-01-04 15:30:50 +01:00
unpack_generic.c Update copyright years. 2016-01-04 15:30:50 +01:00