mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Signed-off-by: Jose E. Marchesi <jemarch@gnu.org> libga68/ChangeLog * ga68.map: Add public symbols from posix and standard preludes.
104 lines
2.3 KiB
Plaintext
104 lines
2.3 KiB
Plaintext
LIBGA68_2.0 {
|
|
global:
|
|
_libga68_assert;
|
|
_libga68_bitsboundserror;
|
|
_libga68_bounds;
|
|
_libga68_bounds_mismatch;
|
|
_libga68_derefnil;
|
|
_libga68_dim;
|
|
_libga68_invalidcharerror;
|
|
_libga68_longlongrandom;
|
|
_libga68_longrandom;
|
|
_libga68_lower_bound;
|
|
_libga68_malloc;
|
|
_libga68_malloc_leaf;
|
|
_libga68_posixargc;
|
|
_libga68_posixargv;
|
|
_libga68_posixclose;
|
|
_libga68_posixcreat;
|
|
_libga68_posixerrno;
|
|
_libga68_posixexit;
|
|
_libga68_posixfconnect;
|
|
_libga68_posixfgetc;
|
|
_libga68_posixfgets;
|
|
_libga68_posixfopen;
|
|
_libga68_posixfputc;
|
|
_libga68_posixfputs;
|
|
_libga68_posixfsize;
|
|
_libga68_posixgetchar;
|
|
_libga68_posixgetenv;
|
|
_libga68_posixgets;
|
|
_libga68_posixlseek;
|
|
_libga68_posixperror;
|
|
_libga68_posixputchar;
|
|
_libga68_posixputs;
|
|
_libga68_posixstrerror;
|
|
_libga68_random;
|
|
_libga68_u32_cmp2;
|
|
_libga68_unreachable;
|
|
_libga68_upper_bound;
|
|
POSIX__prelude;
|
|
POSIX__postlude;
|
|
POSIX_stdin;
|
|
POSIX_stdout;
|
|
POSIX_stderr;
|
|
POSIX_fileodeault;
|
|
POSIX_fileordwr;
|
|
POSIX_fileordonly;
|
|
POSIX_fileowronly;
|
|
POSIX_fileotrunc;
|
|
POSIX_seekcur;
|
|
POSIX_seekend;
|
|
POSIX_seekset;
|
|
POSIX_errno;
|
|
POSIX_argc;
|
|
POSIX_argv;
|
|
POSIX_strerror;
|
|
POSIX_fopen;
|
|
POSIX_fcreate;
|
|
POSIX_fconnect;
|
|
POSIX_fclose;
|
|
POSIX_fsize;
|
|
POSIX_lseek;
|
|
POSIX_getchar;
|
|
POSIX_putchar;
|
|
POSIX_fgetc;
|
|
POSIX_fputc;
|
|
POSIX_gets;
|
|
POSIX_puts;
|
|
POSIX_fgets;
|
|
POSIX_fputs;
|
|
POSIX_posixexit;
|
|
POSIX_perror;
|
|
POSIX_getenv;
|
|
STANDARD__prelude;
|
|
STANDARD__postlude;
|
|
STANDARD_float;
|
|
STANDARD_shortshortbitspack;
|
|
STANDARD_shortbitspack;
|
|
STANDARD_bitspack;
|
|
STANDARD_longbitspack;
|
|
STANDARD_longlongbitspack;
|
|
STANDARD_whole;
|
|
STANDARD_fixed;
|
|
STANDARD_float;
|
|
STANDARD_stringtoreal;
|
|
STANDARD_stringtolongreal;
|
|
STANDARD_stringtolonglongreal;
|
|
STANDARD_charinstring;
|
|
STANDARD_shortshortintwidth;
|
|
STANDARD_shortintwidth;
|
|
STANDARD_intwidth;
|
|
STANDARD_longintwidth;
|
|
STANDARD_longlongintwidth;
|
|
STANDARD_realwidth;
|
|
STANDARD_longrealwidth;
|
|
STANDARD_longlongrealwidth;
|
|
STANDARD_expwidth;
|
|
STANDARD_longexpwidth;
|
|
STANDARD_longlongexpwidth;
|
|
main;
|
|
local:
|
|
*;
|
|
};
|