~ubuntu-branches/ubuntu/quantal/uclibc/quantal

« back to all changes in this revision

Viewing changes to libc/sysdeps/linux/x86_64/crtn.S

  • Committer: Bazaar Package Importer
  • Author(s): Hector Oron
  • Date: 2011-06-11 03:06:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611030620-ywjfvyuqvrpsm282
Tags: 0.9.32-1
* New upstream release
* Add myself as maintainer
* Bump standards version 
* Add Vcs-Git, Vcs-Browser and Homepage fields
* Add watch file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
.type    _init, %function
8
8
        addq $8, %rsp
9
9
        ret
10
 
.size _init,.-_init
11
10
 
12
11
 
13
12
.section .fini
15
14
.type    _fini, %function
16
15
        addq $8, %rsp
17
16
        ret
18
 
.size _fini, .-_fini