Print this page
10366 ld(1) should support GNU-style linker sets
10581 ld(1) should know kernel modules are a thing

Split Close
Expand all
Collapse all
          --- old/usr/src/test/elf-tests/tests/Makefile
          +++ new/usr/src/test/elf-tests/tests/Makefile
↓ open down ↓ 8 lines elided ↑ open up ↑
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright (c) 2012, 2016 by Delphix. All rights reserved.
  14   14  # Copyright 2018 Joyent, Inc.
  15   15  #
  16   16  
  17   17  SUBDIRS =               \
  18   18          assert-deflib   \
       19 +        linker-sets     \
  19   20          tls
  20   21  
  21   22  include $(SRC)/test/Makefile.com
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX