~ubuntu-branches/ubuntu/vivid/golang/vivid

« back to all changes in this revision

Viewing changes to src/pkg/runtime/sys_linux_amd64.s

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2014-11-18 15:12:26 UTC
  • mfrom: (14.2.12 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141118151226-zug7vn93mn3dtiz3
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
  - Support co-installability with gccgo-go tool:
    - d/rules,golang-go.install: Rename bin/go -> bin/golang-go
    - d/golang-go.{postinst,prerm}: Install/remove /usr/bin/go using
      alternatives.
  - d/copyright: Amendments for full compiliance with copyright format.
  - d/control: Demote golang-go.tools to Suggests to support Ubuntu MIR.
  - dropped patches (now upstream):
    - d/p/issue27650045_40001_50001.diff
    - d/p/issue28050043_60001_70001.diff
    - d/p/issue54790044_100001_110001.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
        SYSCALL
77
77
        RET
78
78
 
79
 
TEXT runtime·raise(SB),NOSPLIT,$12
 
79
TEXT runtime·raise(SB),NOSPLIT,$0
80
80
        MOVL    $186, AX        // syscall - gettid
81
81
        SYSCALL
82
82
        MOVL    AX, DI  // arg 1 tid
136
136
        MOVQ    runtime·__vdso_clock_gettime_sym(SB), AX
137
137
        CMPQ    AX, $0
138
138
        JEQ     fallback_gtod_nt
139
 
        MOVL    $0, DI // CLOCK_REALTIME
 
139
        MOVL    $1, DI // CLOCK_MONOTONIC
140
140
        LEAQ    0(SP), SI
141
141
        CALL    AX
142
142
        MOVQ    0(SP), AX       // sec