Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65407
b: refs/heads/master
c: 565b56c
h: refs/heads/master
i:
  65405: 1707f9d
  65403: d0a08cf
  65399: 3fff7ac
  65391: 11410c1
  65375: 7c1a239
  65343: 7bf1215
  65279: beba9cd
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent b0bc87a commit eec7c4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: fcaf15d788dc0c8354dbcf449e260cb303120b75
refs/heads/master: 565b56cc9929fd4e682850df960f0766c8363383
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ obj-$(CONFIG_SCx200) += scx200_32.o
# Note: kbuild does not track this dependency due to usage of .incbin
$(obj)/vsyscall_32.o: $(obj)/vsyscall-int80_32.so $(obj)/vsyscall-sysenter_32.so
targets += $(foreach F,int80 sysenter,vsyscall-$F.o vsyscall-$F.so)
targets += vsyscall-note.o vsyscall_32.lds
targets += vsyscall-note_32.o vsyscall_32.lds

# The DSO images are built using a special linker script.
quiet_cmd_syscall = SYSCALL $@
Expand All @@ -68,7 +68,7 @@ SYSCFLAGS_vsyscall-int80_32.so = $(vsyscall-flags)

$(obj)/vsyscall-int80_32.so $(obj)/vsyscall-sysenter_32.so: \
$(obj)/vsyscall-%.so: $(src)/vsyscall_32.lds \
$(obj)/vsyscall-%.o $(obj)/vsyscall-note.o FORCE
$(obj)/vsyscall-%.o $(obj)/vsyscall-note_32.o FORCE
$(call if_changed,syscall)

# We also create a special relocatable object that should mirror the symbol
Expand All @@ -80,7 +80,7 @@ $(obj)/built-in.o: ld_flags += -R $(obj)/vsyscall-syms.o

SYSCFLAGS_vsyscall-syms.o = -r
$(obj)/vsyscall-syms.o: $(src)/vsyscall_32.lds \
$(obj)/vsyscall-sysenter_32.o $(obj)/vsyscall-note.o FORCE
$(obj)/vsyscall-sysenter_32.o $(obj)/vsyscall-note_32.o FORCE
$(call if_changed,syscall)

k8-y += ../../x86_64/kernel/k8.o
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/ia32/vsyscall-sigreturn.S
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ __kernel_rt_sigreturn:
.align 4
.LENDFDE3:

#include "../../i386/kernel/vsyscall-note.S"
#include "../../i386/kernel/vsyscall-note_32.S"

0 comments on commit eec7c4b

Please sign in to comment.