~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to CONFIG/probe_gas_linux_ppc.s

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-09-17 23:31:54 UTC
  • mto: (2.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090917233154-9esw88ub02twbuab
Tags: upstream-3.8.3
ImportĀ upstreamĀ versionĀ 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Linux PPC assembler for:
3
 
# int asm_probe(int i)
4
 
# RETURNS: i*3
5
 
.globl asm_probe
6
 
asm_probe:
7
 
        add     4, 3, 3
8
 
        add     3, 3, 4
9
 
        blr