Print this page
8616 ld has trouble parsing -z options specified with -Wl
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/libld/common/libld.msg
          +++ new/usr/src/cmd/sgs/libld/common/libld.msg
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  
  26   26  #
  27   27  # Copyright (c) 2012, Joyent, Inc.  All rights reserved.
       28 +# Copyright 2017 RackTop Systems.
  28   29  #
  29   30  
  30   31  @ _START_
  31   32  
  32   33  # Message file for cmd/sgs/libld.
  33   34  
  34   35  @ MSG_ID_LIBLD
  35   36  
  36   37  #
  37   38  # TRANSLATION_NOTE -- Beginning of USAGE message
↓ open down ↓ 685 lines elided ↑ open up ↑
 723  724  @ MSG_QSTR_PLUSEQ       "'+='"
 724  725  @ MSG_QSTR_MINUSEQ      "'-='"
 725  726  @ MSG_QSTR_ATSIGN       "'@'"
 726  727  @ MSG_QSTR_DASH         "'-'"
 727  728  @ MSG_QSTR_LEFTBKT      "'{'"
 728  729  @ MSG_QSTR_RIGHTBKT     "'}'"
 729  730  @ MSG_QSTR_PIPE         "'|'"
 730  731  @ MSG_QSTR_STAR         "'*'"
 731  732  @ MSG_STR_DOT           "."
 732  733  @ MSG_STR_SLASH         "/"
      734 +@ MSG_STR_COMMA         ","
 733  735  @ MSG_STR_DYNAMIC       "(.dynamic)"
 734  736  @ MSG_STR_ORIGIN        "$ORIGIN"
 735  737  @ MSG_STR_MACHINE       "$MACHINE"
 736  738  @ MSG_STR_PLATFORM      "$PLATFORM"
 737  739  @ MSG_STR_ISALIST       "$ISALIST"
 738  740  @ MSG_STR_OSNAME        "$OSNAME"
 739  741  @ MSG_STR_OSREL         "$OSREL"
 740  742  @ MSG_STR_UU_REAL_U     "__real_"
 741  743  @ MSG_STR_UU_WRAP_U     "__wrap_"
 742  744  @ MSG_STR_UELF32        "_ELF32"
↓ open down ↓ 860 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX