summaryrefslogtreecommitdiffstats
path: root/libgfortran/gfortran.map
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-01 12:08:59 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-01 12:08:59 +0000
commita2434150d8126b38ea7c3b0bcf3b4519876fa2bd (patch)
tree5bb9fc2057f4bb1d9f02aaf996558df2062ba915 /libgfortran/gfortran.map
parent5bc384edb92abc7f66c51e25ff9455a6f660cb7d (diff)
downloadppe42-gcc-a2434150d8126b38ea7c3b0bcf3b4519876fa2bd.tar.gz
ppe42-gcc-a2434150d8126b38ea7c3b0bcf3b4519876fa2bd.zip
fortran frontend:
2007-07-01 Janne Blomqvist <jb@gcc.gnu.org> * trans.h: Remove decls for 64-bit allocation functions. * trans-array.c (gfc_grow_array): Always pick the standard realloc function decl. (gfc_array_allocate): Likewise. * trans-decl.c: Remove trees for 64-bit allocation functions. (gfc_build_builtin_function_decls): Don't build fndecls for 64-bit allocations functions, use index_int_type for normal allocation functions. libgfortran changelog: 2007-07-01 Janne Blomqvist <jb@gcc.gnu.org> * runtime/memory.c (internal_realloc): Use index_type for size argument instead of GFC_INTEGER_4. (allocate_array): Likewise. (allocate): Likewise, add ifdef around unnecessary check. (internal_reallo64): Remove. (allocate_array64): Remove. (allocate64): Remove. * gfortran.map: Remove symbols for 64-bit allocation functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/gfortran.map')
-rw-r--r--libgfortran/gfortran.map3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgfortran/gfortran.map b/libgfortran/gfortran.map
index f67192db1d8..e1357845ddc 100644
--- a/libgfortran/gfortran.map
+++ b/libgfortran/gfortran.map
@@ -10,8 +10,6 @@ GFORTRAN_1.0 {
_gfortran_all_l4;
_gfortran_all_l8;
_gfortran_allocate;
- _gfortran_allocate64;
- _gfortran_allocate64_array;
_gfortran_allocate_array;
_gfortran_any_l16;
_gfortran_any_l4;
@@ -168,7 +166,6 @@ GFORTRAN_1.0 {
_gfortran_ierrno_i8;
_gfortran_internal_pack;
_gfortran_internal_realloc;
- _gfortran_internal_realloc64;
_gfortran_internal_unpack;
_gfortran_irand;
_gfortran_isatty_l4;
OpenPOWER on IntegriCloud