~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/ld/testsuite/ld-tic6x/common.ld

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SECTIONS
 
2
{
 
3
  . = 0x80;
 
4
  .far : { *(.far) *(COMMON) }
 
5
  . = 0x100;
 
6
  .bss : { *(.scommon) }
 
7
 
 
8
  . = 0x10000000;
 
9
  .text : { *(.text*) }
 
10
  /DISCARD/ : { *(*) }
 
11
}