-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg Ungerer
committed
Dec 24, 2011
1 parent
0719cc2
commit c296e51
Showing
4 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 45f9e2cdcd958691cc691ad1ca2b1e8b9f535967 | ||
refs/heads/master: 40c1b9cfeedf79b909c961e0e00a13497e80bc82 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
#ifdef CONFIG_MMU | ||
#include "vmlinux.lds_mm.S" | ||
PHDRS | ||
{ | ||
text PT_LOAD FILEHDR PHDRS FLAGS (7); | ||
data PT_LOAD FLAGS (7); | ||
} | ||
#ifdef CONFIG_SUN3 | ||
#include "vmlinux-sun3.lds" | ||
#else | ||
#include "vmlinux.lds_no.S" | ||
#include "vmlinux-std.lds" | ||
#endif | ||
#else | ||
#include "vmlinux-nommu.lds" | ||
#endif |
This file was deleted.
Oops, something went wrong.