Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199535
b: refs/heads/master
c: 041d5f9
h: refs/heads/master
i:
  199533: 9290b90
  199531: ffd6587
  199527: d1ece4f
  199519: a79e3a6
v: v3
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent 6f935b0 commit 80a5eb1
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: d56a3c1a9faa3a1703ce696e111143bfd9f071f1
refs/heads/master: 041d5f94c4d67444c40584db0d1cacf32a47a25b
2 changes: 1 addition & 1 deletion trunk/arch/sh/boot/compressed/vmlinux.scr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECTIONS
{
.rodata.compressed : {
.rodata..compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/compressed/mkpiggy.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ int main(int argc, char *argv[])
offs += 32*1024 + 18; /* Add 32K + 18 bytes slack */
offs = (offs+4095) & ~4095; /* Round to a 4K boundary */

printf(".section \".rodata.compressed\",\"a\",@progbits\n");
printf(".section \".rodata..compressed\",\"a\",@progbits\n");
printf(".globl z_input_len\n");
printf("z_input_len = %lu\n", ilen);
printf(".globl z_output_len\n");
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/compressed/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ SECTIONS
HEAD_TEXT
_ehead = . ;
}
.rodata.compressed : {
*(.rodata.compressed)
.rodata..compressed : {
*(.rodata..compressed)
}
.text : {
_text = .; /* Text */
Expand Down

0 comments on commit 80a5eb1

Please sign in to comment.