~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/testsuite/ld-mips-elf/empic2-fwd-1.d

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#name: MIPS 32-bit ELF embedded-pic relocs #2-fwd-1 (0xfffc forward edge case)
 
2
#as: -membedded-pic -mips3
 
3
#source: empic2-ref.s
 
4
#source: empic2-space.s
 
5
#source: empic2-fwd-tgt.s
 
6
#objdump: --prefix-addresses -tdr --show-raw-insn -mmips:4000
 
7
#ld: -Ttext 0x400000 -e 0x400000
 
8
 
 
9
.*:     file format elf.*mips.*
 
10
 
 
11
#...
 
12
0+400000 g     F .text  [0-9a-f]+ foo
 
13
#...
 
14
0+40fffc g     F .text  [0-9a-f]+ bar
 
15
#...
 
16
 
 
17
Disassembly of section \.text:
 
18
0+400000 <[^>]*> 3c020001       lui     v0,0x1
 
19
0+400004 <[^>]*> 6442fffc       daddiu  v0,v0,-4
 
20
        ...
 
21
#pass