Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=20e482b6421cffa92942e2c4970c113667451205
Commit:     20e482b6421cffa92942e2c4970c113667451205
Parent:     e2ec98525d815d6e68dd509e5a4c9b93e55d622d
Author:     Thomas Gleixner <[EMAIL PROTECTED]>
AuthorDate: Thu Oct 11 11:13:41 2007 +0200
Committer:  Thomas Gleixner <[EMAIL PROTECTED]>
CommitDate: Thu Oct 11 11:13:41 2007 +0200

    i386: prepare shared boot/compressed/vmlinux.scr
    
    Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]>
    Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]>
---
 arch/i386/boot/compressed/Makefile       |    2 +-
 arch/i386/boot/compressed/vmlinux.scr    |   10 ----------
 arch/i386/boot/compressed/vmlinux_32.scr |   10 ++++++++++
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/i386/boot/compressed/Makefile 
b/arch/i386/boot/compressed/Makefile
index aa7f873..3f42891 100644
--- a/arch/i386/boot/compressed/Makefile
+++ b/arch/i386/boot/compressed/Makefile
@@ -46,5 +46,5 @@ endif
 
 LDFLAGS_piggy.o := -r --format binary --oformat elf32-i386 -T
 
-$(obj)/piggy.o: $(src)/vmlinux.scr $(obj)/vmlinux.bin.gz FORCE
+$(obj)/piggy.o: $(src)/vmlinux_32.scr $(obj)/vmlinux.bin.gz FORCE
        $(call if_changed,ld)
diff --git a/arch/i386/boot/compressed/vmlinux.scr 
b/arch/i386/boot/compressed/vmlinux.scr
deleted file mode 100644
index 707a88f..0000000
--- a/arch/i386/boot/compressed/vmlinux.scr
+++ /dev/null
@@ -1,10 +0,0 @@
-SECTIONS
-{
-  .data.compressed : {
-       input_len = .;
-       LONG(input_data_end - input_data) input_data = .; 
-       *(.data) 
-       output_len = . - 4;
-       input_data_end = .; 
-       }
-}
diff --git a/arch/i386/boot/compressed/vmlinux_32.scr 
b/arch/i386/boot/compressed/vmlinux_32.scr
new file mode 100644
index 0000000..707a88f
--- /dev/null
+++ b/arch/i386/boot/compressed/vmlinux_32.scr
@@ -0,0 +1,10 @@
+SECTIONS
+{
+  .data.compressed : {
+       input_len = .;
+       LONG(input_data_end - input_data) input_data = .; 
+       *(.data) 
+       output_len = . - 4;
+       input_data_end = .; 
+       }
+}
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to