Skip to content

Commit

Permalink
pull over the bss.* fix from the hw platform
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 17, 2015
1 parent ef821e4 commit 6e2a347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform/xen/xen/arch/x86/minios-x86_32.lds
Expand Up @@ -54,6 +54,7 @@ SECTIONS
__bss_start = .; /* BSS */
.bss : {
*(.bss)
*(.bss.*)
}
_end = . ;

Expand Down
1 change: 1 addition & 0 deletions platform/xen/xen/arch/x86/minios-x86_64.lds
Expand Up @@ -54,6 +54,7 @@ SECTIONS
__bss_start = .; /* BSS */
.bss : {
*(.bss)
*(.bss.*)
}
_end = . ;

Expand Down

0 comments on commit 6e2a347

Please sign in to comment.