about summary refs log tree commit diff
path: root/iconvdata/gconv.map
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-13 02:58:24 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-13 02:58:24 +0000
commit1a1fa20034f6d454f8d23e382367def86d92614c (patch)
tree4be7a02d793fd3f281f02634f4d565fc633153ea /iconvdata/gconv.map
parentb4c98dc445c6c09b00f01f6f098cf12009e12330 (diff)
downloadglibc-1a1fa20034f6d454f8d23e382367def86d92614c.tar.gz
glibc-1a1fa20034f6d454f8d23e382367def86d92614c.tar.xz
glibc-1a1fa20034f6d454f8d23e382367def86d92614c.zip
Update.
	* iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
	linker map for all iconv modules.
	(distribute): Add gconv.map.
	* iconvdata/gconv.map: New file.
Diffstat (limited to 'iconvdata/gconv.map')
-rw-r--r--iconvdata/gconv.map7
1 files changed, 7 insertions, 0 deletions
diff --git a/iconvdata/gconv.map b/iconvdata/gconv.map
new file mode 100644
index 0000000000..4274073af7
--- /dev/null
+++ b/iconvdata/gconv.map
@@ -0,0 +1,7 @@
+{
+global:
+  gconv;
+  gconv_init;
+local:
+  *;
+};