~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/ld/testsuite/ld-v850/split-lo16.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
  lo16_carry = 0x56789abc;
 
4
  lo16_nocarry = 0x12345678;
 
5
  split_lo16_carry = 0x789abcde;
 
6
  split_lo16_nocarry = 0x00123456;
 
7
  odd = 0x23456789;
 
8
  . = 0x10000;
 
9
  .text : { *(.text); }
 
10
  /DISCARD/ : { *(*); }
 
11
}