Print this page
4000 pvs can't deal with extended sections

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/pvs/common/pvs.msg
          +++ new/usr/src/cmd/sgs/pvs/common/pvs.msg
↓ open down ↓ 69 lines elided ↑ open up ↑
  70   70  
  71   71  # The following strings represent reserved words, files, pathnames and symbols.
  72   72  # Reference to this strings is via the MSG_ORIG() macro, and thus no message
  73   73  # translation is required.
  74   74  
  75   75  @ MSG_ELF_BEGIN         "%s: %s: elf_begin: %s\n"
  76   76  @ MSG_ELF_GETEHDR       "%s: %s: elf_getehdr: %s\n"
  77   77  @ MSG_ELF_GETSCN        "%s: %s: elf_getscn: %s\n"
  78   78  @ MSG_ELF_GETSHDR       "%s: %s: elf_getshdr: %s\n"
  79   79  @ MSG_ELF_GETDATA       "%s: %s: elf_getdata: %s\n"
       80 +@ MSG_ELF_GETSHDRNUM    "%s: %s: elf_getshdrnum: %s\n"
  80   81  
  81   82  @ MSG_STR_EMPTY         ""
  82   83  @ MSG_STR_OPTIONS       "CdI:lnorsvN:"
  83   84  
  84   85  @ MSG_FMT_COL_NL        ":\n"
  85   86  @ MSG_FMT_SEM_NL        ";\n"
  86   87  @ MSG_FMT_LIST_BEGIN    "\t%s ("
  87   88  @ MSG_FMT_LIST_FIRST    "%s"
  88   89  @ MSG_FMT_LIST_NEXT     ", %s"
  89   90  @ MSG_FMT_LIST_END_SEM  ");\n"
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX