~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to mp/lo-rios1.s

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##### Flush the instruction cache.  Necessary for loading.
 
2
.toc
 
3
#T.myics.s:.tc     myics.s[tc],myics.s[rw]
 
4
                  .globl  myics[ds]
 
5
.csect myics[ds]
 
6
       .long .myics[PR]
 
7
       .long TOC[tc0]
 
8
       .long 0
 
9
       .toc
 
10
T.myics:  .tc   .myics[tc],myics[ds]
 
11
         .globl  .myics[PR]
 
12
         .csect   .myics[PR]
 
13
        dcs 
 
14
        ics
 
15
        brl
 
16
        
 
17
#### Allocate lots of space for toc entries during dynamic loading.
 
18
.globl akcltoc[ds]
 
19
        .csect akcltoc[ds]
 
20
        .long .akcltoc[tc]              
 
21
        .csect .akcltoc[tc]
 
22
        .space 24000
 
23
.globl toc_start[ds]
 
24
       .csect toc_start[ds]
 
25
      .long TOC[tc0]
 
26