~ubuntu-branches/ubuntu/trusty/openafs/trusty

« back to all changes in this revision

Viewing changes to src/lwp/process.i386.s

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2010-03-22 15:53:48 UTC
  • Revision ID: james.westby@ubuntu.com-20100322155348-k325l4p3cbcl5hqy
Tags: 1.4.12+dfsg-2
* Apply upstream deltas:
  - [4ca7b6fc] Remove lih_r
  - [f3899ac3] Allow GetSomeSpace_r to select an optimal host
  - [94a43966] h_TossStuff_r: check held-ness after lock
  - [b78eeb0c] h_TossStuff_r: make sure host does not go away
  - [0583af32] volmonitor copy link before calling free
  - [eb799d07] Move non-executable stack assembly code to end of file
* Build with -fno-strict-aliasing.  The upstream development branch has
  a better fix that selectively enables this for specific files with
  known problems, but be conservative for the stable release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 */
18
18
 
19
19
#include <lwp_elf.h>
20
 
#if defined(__linux__) && defined(__ELF__)
21
 
        .section .note.GNU-stack,"",%progbits
22
 
#endif
23
20
 
24
21
        .file "process.s"
25
22
 
82
79
        popl    %ebp
83
80
        ret
84
81
 
 
82
#if defined(__linux__) && defined(__ELF__)
 
83
        .section .note.GNU-stack,"",%progbits
 
84
#endif