Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80412
b: refs/heads/master
c: 20514e9
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Ingo Molnar committed Jan 30, 2008
1 parent b52add8 commit d1631e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 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: 004426eb295b5fff53ed606d5f7495f23674f2c8
refs/heads/master: 20514e9f6e6221884afada04fbbbde651d3d8654
4 changes: 2 additions & 2 deletions trunk/arch/x86/boot/compressed/vmlinux_32.lds
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SECTIONS
*(.text.head)
_ehead = . ;
}
.data.compressed : {
*(.data.compressed)
.rodata.compressed : {
*(.rodata.compressed)
}
.text : {
_text = .; /* Text */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/compressed/vmlinux_32.scr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECTIONS
{
.data.compressed : {
.rodata.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
Expand Down
8 changes: 6 additions & 2 deletions trunk/arch/x86/boot/compressed/vmlinux_64.lds
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ SECTIONS
* address 0.
*/
. = 0;
.text : {
.text.head : {
_head = . ;
*(.text.head)
_ehead = . ;
*(.text.compressed)
}
.rodata.compressed : {
*(.rodata.compressed)
}
.text : {
_text = .; /* Text */
*(.text)
*(.text.*)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/compressed/vmlinux_64.scr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECTIONS
{
.text.compressed : {
.rodata.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
Expand Down

0 comments on commit d1631e7

Please sign in to comment.