~ubuntu-branches/ubuntu/raring/libunwind/raring-proposed

« back to all changes in this revision

Viewing changes to tests/ia64-dyn-asm.S

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki, Monty Taylor, Daigo Moriwaki
  • Date: 2009-08-23 10:37:50 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090823103750-i53f696acca0tm2g
Tags: 0.99-0.1
[ Monty Taylor ]
* Non-maintainer upload. (Closes: #530885) 
* New upstream release (Closes: #487316)

[ Daigo Moriwaki ]
* debian/libunwind*.install: 
  - libraries install into /usr/lib.
  - regular packages contain shared libraries while -dev packages contain
    static libraries.
* debian/control: libunwind7's section is now libs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
}
96
96
func_vframe_end:
97
97
        .endp func_vframe
 
98
 
 
99
#ifdef __linux__
 
100
        /* We do not need executable stack.  */
 
101
        .section        .note.GNU-stack,"",@progbits
 
102
#endif