temporarily disable elisp exception tests
[bpt/guile.git] / libguile / libguile.map
CommitLineData
9af080f7
LC
1# Linker version script for libguile. -*- ld-script -*-
2#
3# Copyright (C) 2009 Free Software Foundation, Inc.
4#
5# This file is part of GUILE.
6#
7# GUILE is free software; you can redistribute it and/or modify it
8# under the terms of the GNU Lesser General Public License as
9# published by the Free Software Foundation; either version 3, or
10# (at your option) any later version.
11#
12# GUILE is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU Lesser General Public License for more details.
16#
17# You should have received a copy of the GNU Lesser General Public
18# License along with GUILE; see the file COPYING.LESSER. If not,
19# write to the Free Software Foundation, Inc., 51 Franklin Street,
20# Fifth Floor, Boston, MA 02110-1301 USA
21
22GUILE_2.0
23{
24 global:
25 # Note: This includes `scm_i_' symbols declared as `SCM_API' (e.g.,
26 # symbols from `deprecated.c' or symbols used by public inline
27 # functions or macros).
28 scm_*;
29
30 # GDB interface.
31 gdb_options;
32 gdb_language;
33 gdb_result;
34 gdb_output;
35 gdb_output_length;
36 gdb_maybe_valid_type_p;
37 gdb_read;
38 gdb_eval;
39 gdb_print;
40 gdb_binding;
41
42 local:
43 *;
44};