diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-08-02 09:35:41 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-08-02 09:35:41 +0000 |
commit | e5722db98216ef52076d43bddc7b5a764cef7fbf (patch) | |
tree | c57a0a49f1e075202c9b42f19f953753a02bd956 /sys-boot/colo/files | |
parent | Version bumped and added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-e5722db98216ef52076d43bddc7b5a764cef7fbf.tar.gz gentoo-2-e5722db98216ef52076d43bddc7b5a764cef7fbf.tar.bz2 gentoo-2-e5722db98216ef52076d43bddc7b5a764cef7fbf.zip |
Revision bump to 1.11, and 1.9/1.10 bumped to stable.
Diffstat (limited to 'sys-boot/colo/files')
-rw-r--r-- | sys-boot/colo/files/colo-linker-overlap-fix.patch | 48 | ||||
-rw-r--r-- | sys-boot/colo/files/digest-colo-1.11 | 1 |
2 files changed, 49 insertions, 0 deletions
diff --git a/sys-boot/colo/files/colo-linker-overlap-fix.patch b/sys-boot/colo/files/colo-linker-overlap-fix.patch new file mode 100644 index 000000000000..a839da19a88e --- /dev/null +++ b/sys-boot/colo/files/colo-linker-overlap-fix.patch @@ -0,0 +1,48 @@ +diff -Naurp colo-1.10.orig/chain/colo-chain.lnk colo-1.10/chain/colo-chain.lnk +--- colo-1.10.orig/chain/colo-chain.lnk 2004-04-18 14:26:35.000000000 -0400 ++++ colo-1.10/chain/colo-chain.lnk 2004-08-02 03:05:19.000000000 -0400 +@@ -16,7 +16,7 @@ SECTIONS + { + start.o(.text) + *(.text) +- *(.rodata) ++ *(.rodata*) + __stage2 = .; + *(.stage2) + } +diff -Naurp colo-1.10.orig/stage1/Makefile colo-1.10/stage1/Makefile +--- colo-1.10.orig/stage1/Makefile 2004-05-23 08:34:41.000000000 -0400 ++++ colo-1.10/stage1/Makefile 2004-08-02 03:06:48.000000000 -0400 +@@ -35,7 +35,7 @@ clean: + rm -f $(TARG){,.bin,.map} $(OBJS) + + $(TARG).bin: $(TARG) +- objcopy -O binary $^ $@ ++ objcopy -O binary --adjust-vma -0xbfc00000 $^ $@ + + $(TARG): $(OBJS) + $(LD) -T $@.lnk -Map $@.map -o $@ $^ +diff -Naurp colo-1.10.orig/stage1/colo-rom-image.lnk colo-1.10/stage1/colo-rom-image.lnk +--- colo-1.10.orig/stage1/colo-rom-image.lnk 2004-04-18 14:26:37.000000000 -0400 ++++ colo-1.10/stage1/colo-rom-image.lnk 2004-08-02 03:05:34.000000000 -0400 +@@ -38,7 +38,7 @@ SECTIONS + __text = .; + start.o(.text) + *(.text) +- *(.rodata) ++ *(.rodata*) + __stage2 = .; + *(.stage2) + __etext = .; +diff -Naurp colo-1.10.orig/stage2/stage2.lnk colo-1.10/stage2/stage2.lnk +--- colo-1.10.orig/stage2/stage2.lnk 2004-04-18 14:26:39.000000000 -0400 ++++ colo-1.10/stage2/stage2.lnk 2004-08-02 03:05:45.000000000 -0400 +@@ -14,7 +14,7 @@ SECTIONS + { + __text = .; + *(.text) +- *(.rodata) ++ *(.rodata*) + } + + .data : diff --git a/sys-boot/colo/files/digest-colo-1.11 b/sys-boot/colo/files/digest-colo-1.11 new file mode 100644 index 000000000000..d76c315f5219 --- /dev/null +++ b/sys-boot/colo/files/digest-colo-1.11 @@ -0,0 +1 @@ +MD5 0528bbc5d64d1fa1851fb71ac2dc4146 colo-1.11.tar.gz 216716 |