PR libfortran/32021
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 15:18:48 +0000 (15:18 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Oct 2007 15:18:48 +0000 (15:18 +0000)
commited825f1d02a461094a691c8469a71a82a79280c0
tree5551ed792ad3f21c6705d16b1ca3f5d97d6659c1
parent707bff495c5ac72c0d591172fd6b45b5fa723b46
PR libfortran/32021

* runtime/environ.c (init_mem, show_mem, init_round, show_round,
init_precision, show_precision, init_signal, show_signal): Remove.
(variable_table): Remove GFORTRAN_MEM_INIT, GFORTRAN_MEM_CHECK,
GFORTRAN_SIGHUP, GFORTRAN_SIGINT, GFORTRAN_FPU_ROUND and
GFORTRAN_FPU_PRECISION.
* libgfortran.h (options_t): Remove mem_check, fpu_round,
fpu_precision, sighup, sigint, allocate_init_flag and
allocate_init_value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129014 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/libgfortran.h
libgfortran/runtime/environ.c