Blame bfd/elf32-dlx.h

Packit Service 706eca
/* DLX specific support for 32-bit ELF
Packit Service 706eca
   Copyright (C) 2002-2018 Free Software Foundation, Inc.
Packit Service 706eca
Packit Service 706eca
   This file is part of BFD, the Binary File Descriptor library.
Packit Service 706eca
Packit Service 706eca
   This program is free software; you can redistribute it and/or modify
Packit Service 706eca
   it under the terms of the GNU General Public License as published by
Packit Service 706eca
   the Free Software Foundation; either version 3 of the License, or
Packit Service 706eca
   (at your option) any later version.
Packit Service 706eca
Packit Service 706eca
   This program is distributed in the hope that it will be useful,
Packit Service 706eca
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 706eca
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 706eca
   GNU General Public License for more details.
Packit Service 706eca
Packit Service 706eca
   You should have received a copy of the GNU General Public License
Packit Service 706eca
   along with this program; if not, write to the Free Software
Packit Service 706eca
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Packit Service 706eca
   MA 02110-1301, USA.  */
Packit Service 706eca
Packit Service 706eca
#ifndef _ELF32_DLX_H
Packit Service 706eca
#define _ELF32_DLX_H
Packit Service 706eca
Packit Service 706eca
#ifdef __cplusplus
Packit Service 706eca
extern "C" {
Packit Service 706eca
#endif
Packit Service 706eca
Packit Service 706eca
extern int set_dlx_skip_hi16_flag (int);
Packit Service 706eca
Packit Service 706eca
#ifdef __cplusplus
Packit Service 706eca
     }
Packit Service 706eca
#endif
Packit Service 706eca
Packit Service 706eca
#endif /* _ELF32_DLX_H */