diff options
| author | John Levon <john.levon@joyent.com> | 2019-03-08 17:40:00 +0000 |
|---|---|---|
| committer | John Levon <john.levon@joyent.com> | 2019-04-02 08:56:25 +0000 |
| commit | 495dfd0ac49c1326af24c839ba967d1e8264782d (patch) | |
| tree | e9bc79ef1e9319e971ff31a62eb2ccca4033d9cd /usr/src/cmd/sgs | |
| parent | 8b607fd2753baed9c70e65eeda8ca3935dbe6077 (diff) | |
| download | illumos-joyent-495dfd0ac49c1326af24c839ba967d1e8264782d.tar.gz | |
OS-6428 bad free in ctf_dwarf_init_die
OS-6486 ctfconvert -i never converts
OS-6488 ctfconvert should handle empty dies
OS-6505 Improve ctfconvert error messages
OS-7639 ctfconvert -i option is mis-handled
OS-7663 ctf_dwarf_convert_type() relies on un-initialized id
OS-7688 shouldn't build gcore.c as part of kmdb
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/sgs')
| -rw-r--r-- | usr/src/cmd/sgs/rtld/Makefile.targ | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/rtld/Makefile.targ b/usr/src/cmd/sgs/rtld/Makefile.targ index b028b33add..6ea1a29e6d 100644 --- a/usr/src/cmd/sgs/rtld/Makefile.targ +++ b/usr/src/cmd/sgs/rtld/Makefile.targ @@ -25,6 +25,8 @@ # # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # +# Copyright (c) 2019, Joyent, Inc. +# # Don't generate separate sections for this module pics/debugdata.o := XFFLAG= @@ -34,11 +36,11 @@ $(RTLD) := CTFMERGE_POST = $(CTFMERGE_LIB) pics/%.o: %.s $(BUILD.s) - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) pics/%.o: $(CRTSRCS)/%.s $(BUILD.s) - $(POST_PROCESS_O) + $(POST_PROCESS_S_O) pics/%.o: %.c $(COMPILE.c) -o $@ $< |
