Subversion Repositories freemyipod

Rev

Rev 530 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 530 Rev 797
Line 3... Line 3...
3
OUTPUT_ARCH(arm)
3
OUTPUT_ARCH(arm)
4
ENTRY(_start)
4
ENTRY(_start)
5
 
5
 
6
SECTIONS
6
SECTIONS
7
{
7
{
8
  . = 0x22000050;
8
  . = 0x22000000;
9
 
9
 
10
  .text :
10
  .text :
11
  {
11
  {
12
      *(.text)
12
      *(.text)
13
  } 
13
  }