1 /* Copyright 2018-2024 Free Software Foundation, Inc.
3 This file is part of GDB.
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
18 .section .note.GNU-stack,"",%progbits
22 .quad 0x2021222324252627
24 .quad 0x1011121314151617
30 /* Standard prologue. */
38 /* Save caller's d8 value on the stack. */
42 /* Put our own d8 value. */
47 /* Restore caller's d8 value. */
50 /* Standard epilogue. */
57 /* Standard prologue. */
65 /* Put our own d8 value. */
72 /* Store our d8 value in r0-r1 to return it. */
77 /* Standard epilogue. */