aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/gfortran.map
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2016-12-19 16:09:12 +0000
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2016-12-19 16:09:12 +0000
commitd2936e7619bb1fecc047757f94e2b3f19597a0cd (patch)
tree6d4c93a26869afbcca5faf17e3aa10c0a2245d00 /libgfortran/gfortran.map
parentd71d736efb4a786c0e3ae0feeffe78bf07fd85e4 (diff)
* trans.h: Remove gfor_fndecl_stop_numeric_f08.
* trans-decl.c: Remove gfor_fndecl_stop_numeric_f08. * trans-stmt.c (gfc_trans_stop): Use gfor_fndecl_stop_numeric instead of gfor_fndecl_stop_numeric_f08. * gfortran.map: Remove _gfortran_stop_numeric_f08. * runtime/stop.c: Rename stop_numeric_f08 into stop_numeric. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@243803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/gfortran.map')
-rw-r--r--libgfortran/gfortran.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map
index 80cf29ad843..c2b491af3cc 100644
--- a/libgfortran/gfortran.map
+++ b/libgfortran/gfortran.map
@@ -1108,7 +1108,6 @@ GFORTRAN_1.4 {
_gfortran_parity_l8;
_gfortran_parity_l16;
_gfortran_selected_real_kind2008;
- _gfortran_stop_numeric_f08;
_gfortran_transfer_array_write;
_gfortran_transfer_character_write;
_gfortran_transfer_character_wide_write;