Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258206
b: refs/heads/master
c: 3002b41
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jul 7, 2011
1 parent 2ae8acc commit 03a47ff
Show file tree
Hide file tree
Showing 2 changed files with 9 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: c1f2d9991046769aa14a904ea2bf5434daf86262
refs/heads/master: 3002b41bc6e5d66f7c1b5fd604f8f413e9bb37a5
12 changes: 8 additions & 4 deletions trunk/arch/arm/boot/compressed/vmlinux.lds.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,24 @@ SECTIONS
*(.text.*)
*(.fixup)
*(.gnu.warning)
*(.glue_7t)
*(.glue_7)
}
.rodata : {
*(.rodata)
*(.rodata.*)
*(.glue_7)
*(.glue_7t)
}
.piggydata : {
*(.piggydata)
. = ALIGN(4);
}

. = ALIGN(4);
_etext = .;

.got.plt : { *(.got.plt) }
_got_start = .;
.got : { *(.got) }
_got_end = .;
.got.plt : { *(.got.plt) }
_edata = .;

. = BSS_START;
Expand Down

0 comments on commit 03a47ff

Please sign in to comment.