Print this page
3441 -zassert-deflib messages are in the wrong place


1246 
1247 # Mapfile Conditional Expressions
1248 
1249 @ MSG_MAP_CEXP_TOKERR   "%s: %llu: syntax error in conditional expression at: %s"
1250 @ MSG_MAP_CEXP_SEMERR   "%s: %llu: malformed conditional expression"
1251 @ MSG_MAP_CEXP_BADOPUSE "%s: %llu: invalid operator use in conditional \
1252                          expression"
1253 @ MSG_MAP_CEXP_UNBALPAR "%s: %llu: unbalanced parenthesis in conditional \
1254                          expression"
1255 @ MSG_MAP_BADCESC       "%s: %llu: unrecognized escape in double quoted \
1256                          token: \\%c\n"
1257 
1258 # Generic error diagnostic labels
1259 
1260 @ MSG_STR_NULL          "(null)"
1261 
1262 @ MSG_DBG_DFLT_FMT      "debug: "
1263 @ MSG_DBG_AOUT_FMT      "debug: a.out: "
1264 @ MSG_DBG_NAME_FMT      "debug: %s: "
1265 





1266 
1267 @ _END_
1268 
1269 
1270 # Software identification.  Note, the SGU strings is historic, and has
1271 # little relevance.  It is preserved as applications have used this
1272 # string to identify the Solaris link-editor.
1273 
1274 @ MSG_SGS_ID            "ld: Software Generation Utilities - \
1275                          Solaris Link Editors: "
1276 
1277 # The following strings represent reserved words, files, pathnames and symbols.
1278 # Reference to this strings is via the MSG_ORIG() macro, and thus no message
1279 # translation is required.
1280 
1281 @ MSG_DBG_FOPEN_MODE    "w"
1282 
1283 @ MSG_DBG_CLS32_FMT     "32: "
1284 @ MSG_DBG_CLS64_FMT     "64: "
1285 


1452 @ MSG_ARG_T_RELOCATABLE "-relocatable"
1453 @ MSG_ARG_T_STARTGROUP  "-start-group"
1454 @ MSG_ARG_T_STRIP       "-strip-all"
1455 @ MSG_ARG_T_UNDEF       "-undefined"
1456 @ MSG_ARG_T_VERSION     "-version"
1457 @ MSG_ARG_T_WHOLEARC    "-whole-archive"
1458 @ MSG_ARG_T_WRAP        "-wrap"
1459 @ MSG_ARG_T_OPAR        "("
1460 @ MSG_ARG_T_CPAR        ")"
1461 
1462 # -z guidance=item strings
1463 @ MSG_ARG_GUIDE_DELIM           ",: \t"
1464 @ MSG_ARG_GUIDE_NO_ALL          "noall"
1465 @ MSG_ARG_GUIDE_NO_DEFS         "nodefs"
1466 @ MSG_ARG_GUIDE_NO_DIRECT       "nodirect"
1467 @ MSG_ARG_GUIDE_NO_LAZYLOAD     "nolazyload"
1468 @ MSG_ARG_GUIDE_NO_MAPFILE      "nomapfile"
1469 @ MSG_ARG_GUIDE_NO_TEXT         "notext"
1470 @ MSG_ARG_GUIDE_NO_UNUSED       "nounused"
1471 
1472 # -z assert-deflib strings
1473 @ MSG_ARG_ASSDEFLIB_MALFORMED   "library name malformed: %s"
1474 @ MSG_ARG_ASSDEFLIB_FOUND       "dynamic library found on default search path \
1475                                 (%s): lib%s.so"
1476 
1477 # Environment variable strings
1478 
1479 @ MSG_LD_RUN_PATH       "LD_RUN_PATH"
1480 @ MSG_LD_LIBPATH_32     "LD_LIBRARY_PATH_32"
1481 @ MSG_LD_LIBPATH_64     "LD_LIBRARY_PATH_64"
1482 @ MSG_LD_LIBPATH        "LD_LIBRARY_PATH"
1483 
1484 @ MSG_LD_NOVERSION_32   "LD_NOVERSION_32"
1485 @ MSG_LD_NOVERSION_64   "LD_NOVERSION_64"
1486 @ MSG_LD_NOVERSION      "LD_NOVERSION"
1487 
1488 @ MSG_SGS_SUPPORT_32    "SGS_SUPPORT_32"
1489 @ MSG_SGS_SUPPORT_64    "SGS_SUPPORT_64"
1490 @ MSG_SGS_SUPPORT       "SGS_SUPPORT"
1491 
1492 
1493 # Symbol names
1494 
1495 @ MSG_SYM_LIBVER_U      "_lib_version"
1496 




1246 
1247 # Mapfile Conditional Expressions
1248 
1249 @ MSG_MAP_CEXP_TOKERR   "%s: %llu: syntax error in conditional expression at: %s"
1250 @ MSG_MAP_CEXP_SEMERR   "%s: %llu: malformed conditional expression"
1251 @ MSG_MAP_CEXP_BADOPUSE "%s: %llu: invalid operator use in conditional \
1252                          expression"
1253 @ MSG_MAP_CEXP_UNBALPAR "%s: %llu: unbalanced parenthesis in conditional \
1254                          expression"
1255 @ MSG_MAP_BADCESC       "%s: %llu: unrecognized escape in double quoted \
1256                          token: \\%c\n"
1257 
1258 # Generic error diagnostic labels
1259 
1260 @ MSG_STR_NULL          "(null)"
1261 
1262 @ MSG_DBG_DFLT_FMT      "debug: "
1263 @ MSG_DBG_AOUT_FMT      "debug: a.out: "
1264 @ MSG_DBG_NAME_FMT      "debug: %s: "
1265 
1266 # -z assert-deflib strings
1267 
1268 @ MSG_ARG_ASSDEFLIB_MALFORMED   "library name malformed: %s"
1269 @ MSG_ARG_ASSDEFLIB_FOUND       "dynamic library found on default search path \
1270                                 (%s): lib%s.so"
1271 
1272 @ _END_
1273 
1274 
1275 # Software identification.  Note, the SGU strings is historic, and has
1276 # little relevance.  It is preserved as applications have used this
1277 # string to identify the Solaris link-editor.
1278 
1279 @ MSG_SGS_ID            "ld: Software Generation Utilities - \
1280                          Solaris Link Editors: "
1281 
1282 # The following strings represent reserved words, files, pathnames and symbols.
1283 # Reference to this strings is via the MSG_ORIG() macro, and thus no message
1284 # translation is required.
1285 
1286 @ MSG_DBG_FOPEN_MODE    "w"
1287 
1288 @ MSG_DBG_CLS32_FMT     "32: "
1289 @ MSG_DBG_CLS64_FMT     "64: "
1290 


1457 @ MSG_ARG_T_RELOCATABLE "-relocatable"
1458 @ MSG_ARG_T_STARTGROUP  "-start-group"
1459 @ MSG_ARG_T_STRIP       "-strip-all"
1460 @ MSG_ARG_T_UNDEF       "-undefined"
1461 @ MSG_ARG_T_VERSION     "-version"
1462 @ MSG_ARG_T_WHOLEARC    "-whole-archive"
1463 @ MSG_ARG_T_WRAP        "-wrap"
1464 @ MSG_ARG_T_OPAR        "("
1465 @ MSG_ARG_T_CPAR        ")"
1466 
1467 # -z guidance=item strings
1468 @ MSG_ARG_GUIDE_DELIM           ",: \t"
1469 @ MSG_ARG_GUIDE_NO_ALL          "noall"
1470 @ MSG_ARG_GUIDE_NO_DEFS         "nodefs"
1471 @ MSG_ARG_GUIDE_NO_DIRECT       "nodirect"
1472 @ MSG_ARG_GUIDE_NO_LAZYLOAD     "nolazyload"
1473 @ MSG_ARG_GUIDE_NO_MAPFILE      "nomapfile"
1474 @ MSG_ARG_GUIDE_NO_TEXT         "notext"
1475 @ MSG_ARG_GUIDE_NO_UNUSED       "nounused"
1476 





1477 # Environment variable strings
1478 
1479 @ MSG_LD_RUN_PATH       "LD_RUN_PATH"
1480 @ MSG_LD_LIBPATH_32     "LD_LIBRARY_PATH_32"
1481 @ MSG_LD_LIBPATH_64     "LD_LIBRARY_PATH_64"
1482 @ MSG_LD_LIBPATH        "LD_LIBRARY_PATH"
1483 
1484 @ MSG_LD_NOVERSION_32   "LD_NOVERSION_32"
1485 @ MSG_LD_NOVERSION_64   "LD_NOVERSION_64"
1486 @ MSG_LD_NOVERSION      "LD_NOVERSION"
1487 
1488 @ MSG_SGS_SUPPORT_32    "SGS_SUPPORT_32"
1489 @ MSG_SGS_SUPPORT_64    "SGS_SUPPORT_64"
1490 @ MSG_SGS_SUPPORT       "SGS_SUPPORT"
1491 
1492 
1493 # Symbol names
1494 
1495 @ MSG_SYM_LIBVER_U      "_lib_version"
1496