~angelsl/ubuntu/wily/binutils/mips-cross

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-d10v/reloc-014.ld

  • Committer: angelsl
  • Date: 2015-11-03 15:54:40 UTC
  • Revision ID: angelsl-20151103155440-gbh6qo1olzlvaiqs
Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SECTIONS
 
2
{
 
3
  .text 0x01014000 :
 
4
  { 
 
5
        foo = .;
 
6
        . = (. + 0x20000);
 
7
        *(.text)   
 
8
  }
 
9
}
 
10
 
 
11
 
 
12