Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149312
b: refs/heads/master
c: 8c7e657
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas committed May 30, 2009
1 parent aa65c7e commit 0b3bdb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23d1c515d8fc6d74bea442a4b687c3b5b8627ec4
refs/heads/master: 8c7e65742fd05f27071282d260376adb98e0e9ac
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ SECTIONS

.data : AT(__data_loc) {
_data = .; /* address in memory */
_sdata = .;

/*
* first, the init task union, aligned
Expand Down Expand Up @@ -192,6 +193,7 @@ SECTIONS
__bss_start = .; /* BSS */
*(.bss)
*(COMMON)
__bss_stop = .;
_end = .;
}
/* Stabs debugging sections. */
Expand Down

0 comments on commit 0b3bdb9

Please sign in to comment.