1178525Sjb#
2178525Sjb# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
3178525Sjb# Use is subject to license terms.
4178525Sjb#
5178525Sjb# CDDL HEADER START
6178525Sjb#
7178525Sjb# The contents of this file are subject to the terms of the
8178525Sjb# Common Development and Distribution License (the "License").
9178525Sjb# You may not use this file except in compliance with the License.
10178525Sjb#
11178525Sjb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12178525Sjb# or http://www.opensolaris.org/os/licensing.
13178525Sjb# See the License for the specific language governing permissions
14178525Sjb# and limitations under the License.
15178525Sjb#
16178525Sjb# When distributing Covered Code, include this CDDL HEADER in each
17178525Sjb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18178525Sjb# If applicable, add the following below this CDDL HEADER, with the
19178525Sjb# fields enclosed by brackets "[]" replaced with your own identifying
20178525Sjb# information: Portions Copyright [yyyy] [name of copyright owner]
21178525Sjb#
22178525Sjb# CDDL HEADER END
23178525Sjb#
24178525Sjb# ident	"%Z%%M%	%I%	%E% SMI"
25178525Sjb#
26178525Sjb#
27178525Sjb# Global message identifiers for the sgs utilities.  This information is read
28178525Sjb# by sgsmsg(1l) using the -i option.
29178525Sjb# Each utilities message file references one of the `MSGID' identifiers.  Its
30178525Sjb# associated numeric setid is used when creating catgets(3c) messages, the
31178525Sjb# string domain is used when creating gettext(3i) messages.
32178525Sjb#
33178525Sjb
34178525Sjbmesgid			setid	domain
35178525Sjb
36178525SjbMSG_ID_RTLD		1	SUNW_OST_SGS		/* sgs/rtld */
37178525SjbMSG_ID_LIBRTLD		2	SUNW_OST_SGS		/* sgs/librtld */
38178525SjbMSG_ID_LIBLD		3	SUNW_OST_SGS		/* sgs/libld */
39178525SjbMSG_ID_LIBLDDBG		4	SUNW_OST_SGS		/* sgs/liblddbg */
40178525SjbMSG_ID_LIBLDSTAB	5	SUNW_OST_SGS		/* sgs/libldstab */
41178525SjbMSG_ID_LIBRTLD_DB	6	SUNW_OST_SGS		/* sgs/librtld_db */
42178525SjbMSG_ID_LIBPROF		7	SUNW_OST_SGS		/* sgs/libprof */
43178525SjbMSG_ID_LIBCRLE		8	SUNW_OST_SGS		/* sgs/libcrle */
44178525Sjb
45178525SjbMSG_ID_LIBELF		10	SUNW_OST_SGS		/* sgs/libelf */
46178525Sjb
47178525SjbMSG_ID_LD		20	SUNW_OST_SGS		/* sgs/ld */
48178525SjbMSG_ID_LDD		21	SUNW_OST_SGS		/* sgs/ldd */
49178525SjbMSG_ID_PVS		22	SUNW_OST_SGS		/* sgs/pvs */
50178525SjbMSG_ID_CRLE		23	SUNW_OST_SGS		/* sgs/crle */
51178525SjbMSG_ID_ELFDUMP		24	SUNW_OST_SGS		/* sgs/elfdump */
52178525SjbMSG_ID_MOE		25	SUNW_OST_SGS		/* sgs/moe */
53178525SjbMSG_ID_ELFEDIT		26	SUNW_OST_SGS		/* sgs/elfedit */
54178525SjbMSG_ID_ELFEDIT_CAP	27	SUNW_OST_SGS		/* 	cap: */
55178525SjbMSG_ID_ELFEDIT_DYN	27	SUNW_OST_SGS		/*	dyn: */
56178525SjbMSG_ID_ELFEDIT_EHDR	27	SUNW_OST_SGS		/*	ehdr: */
57178525SjbMSG_ID_ELFEDIT_PHDR	27	SUNW_OST_SGS		/*	phdr: */
58178525SjbMSG_ID_ELFEDIT_SHDR	27	SUNW_OST_SGS		/*	shdr: */
59178525SjbMSG_ID_ELFEDIT_STR	27	SUNW_OST_SGS		/*	str: */
60178525SjbMSG_ID_ELFEDIT_SYM	27	SUNW_OST_SGS		/*	sym: */
61178525SjbMSG_ID_ELFEDIT_SYMINFO	27	SUNW_OST_SGS		/*	syminfo: */
62178525SjbMSG_ID_ELFWRAP		28	SUNW_OST_SGS		/* sgs/elfwrap */
63