| /* Target-dependent code for Fuchsia AMD64. |
| |
| Copyright (C) 2006-2016 Free Software Foundation, Inc. |
| |
| This file is part of GDB. |
| |
| This program is free software; you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation; either version 3 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| |
| #ifndef AMD64_FUCHSIA_TDEP_H |
| #define AMD64_FUCHSIA_TDEP_H |
| |
| /* Fuchsia target description. */ |
| #if 0 // wip, may not be needed |
| extern struct target_desc *tdesc_amd64_fuchsia; |
| extern struct target_desc *tdesc_amd64_avx_fuchsia; |
| extern struct target_desc *tdesc_amd64_mpx_fuchsia; |
| extern struct target_desc *tdesc_amd64_avx_mpx_fuchsia; |
| extern struct target_desc *tdesc_amd64_avx512_fuchsia; |
| #endif |
| |
| #endif /* amd64-fuchsia-tdep.h */ |