Print this page
11584 ::xcall would be useful
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/i86pc/modules/unix/amd64/Makefile
          +++ new/usr/src/cmd/mdb/i86pc/modules/unix/amd64/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# Copyright 2016 Joyent, Inc.
       25 +# Copyright 2018 Joyent, Inc.
  26   26  
  27   27  MODULE = unix.so
  28   28  MDBTGT = kvm
  29   29  
  30      -MODSRCS = unix.c i86mmu.c
       30 +MODSRCS = unix.c i86mmu.c xcall.c
  31   31  MODASMSRCS = unix_sup.s
  32   32  
  33   33  include ../../../../../Makefile.cmd
  34   34  include ../../../../../Makefile.cmd.64
  35   35  include ../../../../intel/Makefile.amd64
  36   36  include ../../../Makefile.i86pc
  37   37  include ../../../../Makefile.module
  38   38  
  39   39  CPPFLAGS += -DMP -D_MACHDEP
  40   40  CPPFLAGS += -I../../../../common
  41   41  CPPFLAGS += -I$(SRC)/uts/i86pc
  42   42  CPPFLAGS += -I$(SRC)/uts/intel
  43   43  
  44   44  CERRWARN += -_gcc=-Wno-char-subscripts
  45   45  CERRWARN += -_gcc=-Wno-parentheses
  46   46  CERRWARN += -_gcc=-Wno-unused-label
  47   47  CERRWARN += $(CNOWARN_UNINIT)
  48   48  
  49   49  CERRWARN += -_gcc=-Wno-unused-function
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX