xref: /netbsd-src/external/gpl3/gdb/dist/include/elf/tic6x-attrs.h (revision 02f41505626a9ceb584d30d0789203495760ac88)
198b9484cSchristos /* TI C6X ELF attributes.
2*02f41505Schristos    Copyright (C) 2010-2024 Free Software Foundation, Inc.
398b9484cSchristos 
498b9484cSchristos    This file is part of BFD, the Binary File Descriptor library.
598b9484cSchristos 
698b9484cSchristos    This program is free software; you can redistribute it and/or modify
798b9484cSchristos    it under the terms of the GNU General Public License as published by
898b9484cSchristos    the Free Software Foundation; either version 3 of the License, or
998b9484cSchristos    (at your option) any later version.
1098b9484cSchristos 
1198b9484cSchristos    This program is distributed in the hope that it will be useful,
1298b9484cSchristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1398b9484cSchristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498b9484cSchristos    GNU General Public License for more details.
1598b9484cSchristos 
1698b9484cSchristos    You should have received a copy of the GNU General Public License
1798b9484cSchristos    along with this program; if not, write to the Free Software
1898b9484cSchristos    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
1998b9484cSchristos    MA 02110-1301, USA.  */
2098b9484cSchristos 
2198b9484cSchristos /* Define the TAG macro before including this file; it takes a tag
2298b9484cSchristos    name and value.  */
2398b9484cSchristos 
2498b9484cSchristos TAG(Tag_ISA, 4)
2598b9484cSchristos TAG(Tag_ABI_wchar_t, 6)
2698b9484cSchristos TAG(Tag_ABI_stack_align_needed, 8)
2798b9484cSchristos TAG(Tag_ABI_stack_align_preserved, 10)
2898b9484cSchristos TAG(Tag_ABI_DSBT, 12)
2998b9484cSchristos TAG(Tag_ABI_PID, 14)
3098b9484cSchristos TAG(Tag_ABI_PIC, 16)
3198b9484cSchristos TAG(Tag_ABI_array_object_alignment, 18)
3298b9484cSchristos TAG(Tag_ABI_array_object_align_expected, 20)
3398b9484cSchristos TAG(Tag_ABI_compatibility, 32)
3498b9484cSchristos TAG(Tag_ABI_conformance, 67)
35