1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# Copyright (c) 2018, Joyent, Inc. 27 28LIBRARY = libld.a 29VERS = .4 30 31COMOBJS = debug.o globals.o util.o 32 33COMOBJS32 = args32.o entry32.o exit32.o groups32.o \ 34 ldentry32.o ldlibs32.o ldmachdep32.o ldmain32.o \ 35 libs32.o files32.o map32.o map_core32.o \ 36 map_support32.o map_v232.o order32.o outfile32.o \ 37 place32.o relocate32.o resolve32.o sections32.o \ 38 sunwmove32.o support32.o syms32.o update32.o \ 39 unwind32.o version32.o wrap32.o 40 41COMOBJS64 = args64.o entry64.o exit64.o groups64.o \ 42 ldentry64.o ldlibs64.o ldmachdep64.o ldmain64.o \ 43 libs64.o files64.o map64.o map_core64.o \ 44 map_support64.o map_v264.o order64.o outfile64.o \ 45 place64.o relocate64.o resolve64.o sections64.o \ 46 sunwmove64.o support64.o syms64.o update64.o \ 47 unwind64.o version64.o wrap64.o 48 49TOOLOBJS = alist.o assfail.o findprime.o string_table.o \ 50 strhash.o 51AVLOBJ = avl.o 52 53# Relocation engine objects. These are kept separate from the L_XXX_MACHOBJS 54# lists below in order to facilitate linting them. 55G_MACHOBJS32 = doreloc_sparc_32.o doreloc_x86_32.o 56G_MACHOBJS64 = doreloc_sparc_64.o doreloc_x86_64.o 57 58# Target specific objects (sparc/sparcv9) 59L_SPARC_MACHOBJS32 = machrel.sparc32.o machsym.sparc32.o 60L_SPARC_MACHOBJS64 = machrel.sparc64.o machsym.sparc64.o 61 62# Target specific objects (i386/amd64) 63E_X86_TOOLOBJS = leb128.o 64L_X86_MACHOBJS32 = machrel.intel32.o 65L_X86_MACHOBJS64 = machrel.amd64.o 66 67 68# All target specific objects rolled together 69E_TOOLOBJS = $(E_SPARC_TOOLOBJS) \ 70 $(E_X86_TOOLOBJS) 71L_MACHOBJS32 = $(L_SPARC_MACHOBJS32) \ 72 $(L_X86_MACHOBJS32) 73L_MACHOBJS64 = $(L_SPARC_MACHOBJS64) \ 74 $(L_X86_MACHOBJS64) 75 76 77 78BLTOBJ = msg.o 79ELFCAPOBJ = elfcap.o 80 81OBJECTS = $(BLTOBJ) $(G_MACHOBJS32) $(G_MACHOBJS64) \ 82 $(L_MACHOBJS32) $(L_MACHOBJS64) \ 83 $(COMOBJS) $(COMOBJS32) $(COMOBJS64) \ 84 $(TOOLOBJS) $(E_TOOLOBJS) $(AVLOBJ) $(ELFCAPOBJ) 85 86include $(SRC)/lib/Makefile.lib 87include $(SRC)/cmd/sgs/Makefile.com 88 89SRCDIR = ../common 90 91CERRWARN += -_gcc=-Wno-unused-value 92CERRWARN += -_gcc=-Wno-parentheses 93CERRWARN += -_gcc=-Wno-uninitialized 94CERRWARN += -_gcc=-Wno-switch 95CERRWARN += -_gcc=-Wno-char-subscripts 96CERRWARN += -_gcc=-Wno-type-limits 97 98SMOFF += no_if_block 99 100# Location of the shared relocation engines maintained under usr/src/uts. 101# 102KRTLD_I386 = $(SRCBASE)/uts/$(VAR_PLAT_i386)/krtld 103KRTLD_AMD64 = $(SRCBASE)/uts/$(VAR_PLAT_amd64)/krtld 104KRTLD_SPARC = $(SRCBASE)/uts/$(VAR_PLAT_sparc)/krtld 105 106 107CPPFLAGS += -DUSE_LIBLD_MALLOC -I$(SRCBASE)/lib/libc/inc \ 108 -I$(SRCBASE)/uts/common/krtld -I$(SRCBASE)/uts/sparc \ 109 $(VAR_LIBLD_CPPFLAGS) 110LDLIBS += $(CONVLIBDIR) $(CONV_LIB) $(LDDBGLIBDIR) $(LDDBG_LIB) \ 111 $(ELFLIBDIR) -lelf $(DLLIB) -lc 112 113LINTFLAGS += -u -D_REENTRANT 114LINTFLAGS64 += -u -D_REENTRANT 115 116DYNFLAGS += $(VERSREF) $(CC_USE_PROTO) '-R$$ORIGIN' 117 118native:= DYNFLAGS += $(CONVLIBDIR) 119 120BLTDEFS = msg.h 121BLTDATA = msg.c 122BLTMESG = $(SGSMSGDIR)/libld 123 124BLTFILES = $(BLTDEFS) $(BLTDATA) $(BLTMESG) 125 126# Due to cross linking support, every copy of libld contains every message. 127# However, we keep target specific messages in their own separate files for 128# organizational reasons. 129# 130SGSMSGCOM = ../common/libld.msg 131SGSMSGSPARC = ../common/libld.sparc.msg 132SGSMSGINTEL = ../common/libld.intel.msg 133SGSMSGTARG = $(SGSMSGCOM) $(SGSMSGSPARC) $(SGSMSGINTEL) 134SGSMSGALL = $(SGSMSGCOM) $(SGSMSGSPARC) $(SGSMSGINTEL) 135 136SGSMSGFLAGS1 = $(SGSMSGFLAGS) -m $(BLTMESG) 137SGSMSGFLAGS2 = $(SGSMSGFLAGS) -h $(BLTDEFS) -d $(BLTDATA) -n libld_msg 138 139CHKSRCS = $(SRCBASE)/uts/common/krtld/reloc.h \ 140 $(COMOBJS32:%32.o=../common/%.c) \ 141 $(L_MACHOBJS32:%32.o=../common/%.c) \ 142 $(L_MACHOBJS64:%64.o=../common/%.c) \ 143 $(KRTLD_I386)/doreloc.c \ 144 $(KRTLD_AMD64)/doreloc.c \ 145 $(KRTLD_SPARC)/doreloc.c 146 147SRCS = ../common/llib-lld 148LIBSRCS = $(TOOLOBJS:%.o=$(SGSTOOLS)/common/%.c) \ 149 $(E_TOOLOBJS:%.o=$(SGSTOOLS)/common/%.c) \ 150 $(COMOBJS:%.o=../common/%.c) \ 151 $(AVLOBJS:%.o=$(VAR_AVLDIR)/%.c) \ 152 $(BLTDATA) 153 154LINTSRCS = $(LIBSRCS) ../common/lintsup.c 155LINTSRCS32 = $(COMOBJS32:%32.o=../common/%.c) \ 156 $(L_MACHOBJS32:%32.o=../common/%.c) 157LINTSRCS64 = $(COMOBJS64:%64.o=../common/%.c) \ 158 $(L_MACHOBJS64:%64.o=../common/%.c) 159 160# Add the shared relocation engine source files to the lint 161# sources and add the necessary command line options to lint them 162# correctly. Make can't derive the files since the source and object 163# names are not directly related 164$(LINTOUT32) := CPPFLAGS += -DDO_RELOC_LIBLD 165$(LINTOUT64) := CPPFLAGS += -DDO_RELOC_LIBLD -D_ELF64 166$(LINTLIB32) := CPPFLAGS += -DDO_RELOC_LIBLD 167$(LINTLIB64) := CPPFLAGS += -DDO_RELOC_LIBLD -D_ELF64 168LINTSRCS32 += $(KRTLD_I386)/doreloc.c \ 169 $(KRTLD_SPARC)/doreloc.c 170LINTSRCS64 += $(KRTLD_AMD64)/doreloc.c \ 171 $(KRTLD_SPARC)/doreloc.c 172 173CLEANFILES += $(LINTOUTS) $(BLTFILES) 174CLOBBERFILES += $(DYNLIB) $(LINTLIBS) $(LIBLINKS) 175 176ROOTFS_DYNLIB = $(DYNLIB:%=$(ROOTFS_LIBDIR)/%) 177