16a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner/*
26a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * Copyright (C) 2010 The Android Open Source Project
36a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * All rights reserved.
46a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *
56a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * Redistribution and use in source and binary forms, with or without
66a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * modification, are permitted provided that the following conditions
76a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * are met:
86a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *  * Redistributions of source code must retain the above copyright
96a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *    notice, this list of conditions and the following disclaimer.
106a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *  * Redistributions in binary form must reproduce the above copyright
116a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *    notice, this list of conditions and the following disclaimer in
126a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *    the documentation and/or other materials provided with the
136a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *    distribution.
146a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner *
156a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
166a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
176a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
186a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
196a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
206a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
216a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
226a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
236a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
246a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
256a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
266a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner * SUCH DAMAGE.
276a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner */
286a9b888d7c4b246f6f66360789c72b754ff85021David 'Digit' Turner
296eee1fc68f366651379e776e4e3408069772562fNick Kralevich#if defined(__linux__) && defined(__ELF__)
306eee1fc68f366651379e776e4e3408069772562fNick Kralevich	.section .note.GNU-stack,"",%progbits
316eee1fc68f366651379e776e4e3408069772562fNick Kralevich#endif
32