~ubuntu-branches/debian/jessie/arcboot/jessie

« back to all changes in this revision

Viewing changes to tip22/ld.kernel.script

  • Committer: Bazaar Package Importer
  • Author(s): Guido Guenther
  • Date: 2004-03-02 12:01:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040302120114-0pukal9hlpt3k0l7
Tags: 0.3.8.1
correct subarch detection for IP32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OUTPUT_FORMAT("ecoff-bigmips")
 
2
OUTPUT_ARCH(mips)
 
3
SECTIONS
 
4
{
 
5
  .data :
 
6
  {
 
7
        __kernel_start = .;
 
8
        *(.data)
 
9
        __kernel_end = .;
 
10
  }
 
11
}