Blame include/elf/tic6x-attrs.h

Packit bbfece
/* TI C6X ELF attributes.
Packit bbfece
   Copyright (C) 2010-2018 Free Software Foundation, Inc.
Packit bbfece
Packit bbfece
   This file is part of BFD, the Binary File Descriptor library.
Packit bbfece
Packit bbfece
   This program is free software; you can redistribute it and/or modify
Packit bbfece
   it under the terms of the GNU General Public License as published by
Packit bbfece
   the Free Software Foundation; either version 3 of the License, or
Packit bbfece
   (at your option) any later version.
Packit bbfece
Packit bbfece
   This program is distributed in the hope that it will be useful,
Packit bbfece
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit bbfece
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit bbfece
   GNU General Public License for more details.
Packit bbfece
Packit bbfece
   You should have received a copy of the GNU General Public License
Packit bbfece
   along with this program; if not, write to the Free Software
Packit bbfece
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Packit bbfece
   MA 02110-1301, USA.  */
Packit bbfece
Packit bbfece
/* Define the TAG macro before including this file; it takes a tag
Packit bbfece
   name and value.  */
Packit bbfece
Packit bbfece
TAG(Tag_ISA, 4)
Packit bbfece
TAG(Tag_ABI_wchar_t, 6)
Packit bbfece
TAG(Tag_ABI_stack_align_needed, 8)
Packit bbfece
TAG(Tag_ABI_stack_align_preserved, 10)
Packit bbfece
TAG(Tag_ABI_DSBT, 12)
Packit bbfece
TAG(Tag_ABI_PID, 14)
Packit bbfece
TAG(Tag_ABI_PIC, 16)
Packit bbfece
TAG(Tag_ABI_array_object_alignment, 18)
Packit bbfece
TAG(Tag_ABI_array_object_align_expected, 20)
Packit bbfece
TAG(Tag_ABI_compatibility, 32)
Packit bbfece
TAG(Tag_ABI_conformance, 67)