Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79846
b: refs/heads/master
c: 16f4bc7
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Jan 30, 2008
1 parent 9b13f5c commit 185a9c9
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 555 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af65d64845a90c8f2fc90b97e2148ff74672e979
refs/heads/master: 16f4bc738d616962a844e80f7b1fcb52c626542a
3 changes: 0 additions & 3 deletions trunk/arch/x86/Makefile_64
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ install: vdso_install
$(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) $@

vdso_install:
ifeq ($(CONFIG_IA32_EMULATION),y)
$(Q)$(MAKE) $(build)=arch/x86/ia32 $@
endif
$(Q)$(MAKE) $(build)=arch/x86/vdso $@

archclean:
Expand Down
37 changes: 0 additions & 37 deletions trunk/arch/x86/ia32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,3 @@ obj-$(CONFIG_IA32_AOUT) += ia32_aout.o

audit-class-$(CONFIG_AUDIT) := audit.o
obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)

$(obj)/syscall32_syscall.o: \
$(foreach F,sysenter syscall,$(obj)/vsyscall-$F.so)

# Teach kbuild about targets
targets := $(foreach F,$(addprefix vsyscall-,sysenter syscall),\
$F.o $F.so $F.so.dbg)

# The DSO images are built using a special linker script
quiet_cmd_syscall = SYSCALL $@
cmd_syscall = $(CC) -m32 -nostdlib -shared \
$(call ld-option, -Wl$(comma)--hash-style=sysv) \
-Wl,-soname=linux-gate.so.1 -o $@ \
-Wl,-T,$(filter-out FORCE,$^)

$(obj)/%.so: OBJCOPYFLAGS := -S
$(obj)/%.so: $(obj)/%.so.dbg FORCE
$(call if_changed,objcopy)

$(obj)/vsyscall-sysenter.so.dbg $(obj)/vsyscall-syscall.so.dbg: \
$(obj)/vsyscall-%.so.dbg: $(src)/vsyscall.lds $(obj)/vsyscall-%.o FORCE
$(call if_changed,syscall)

AFLAGS_vsyscall-sysenter.o = -m32 -Wa,-32
AFLAGS_vsyscall-syscall.o = -m32 -Wa,-32

vdsos := vdso32-sysenter.so vdso32-syscall.so

quiet_cmd_vdso_install = INSTALL $@
cmd_vdso_install = cp $(@:vdso32-%.so=$(obj)/vsyscall-%.so.dbg) \
$(MODLIB)/vdso/$@

$(vdsos):
@mkdir -p $(MODLIB)/vdso
$(call cmd,vdso_install)

vdso_install: $(vdsos)
90 changes: 0 additions & 90 deletions trunk/arch/x86/ia32/syscall32.c

This file was deleted.

17 changes: 0 additions & 17 deletions trunk/arch/x86/ia32/syscall32_syscall.S

This file was deleted.

142 changes: 0 additions & 142 deletions trunk/arch/x86/ia32/vsyscall-sigreturn.S

This file was deleted.

69 changes: 0 additions & 69 deletions trunk/arch/x86/ia32/vsyscall-syscall.S

This file was deleted.

Loading

0 comments on commit 185a9c9

Please sign in to comment.