Blame ld/ldlex-wrapper.c

Packit ba3681
/* Copyright (C) 2012-2018 Free Software Foundation, Inc.
Packit ba3681
Packit ba3681
   This file is part of the GNU Binutils.
Packit ba3681
Packit ba3681
   This program is free software; you can redistribute it and/or modify
Packit ba3681
   it under the terms of the GNU General Public License as published by
Packit ba3681
   the Free Software Foundation; either version 3 of the License, or
Packit ba3681
   (at your option) any later version.
Packit ba3681
Packit ba3681
   This program is distributed in the hope that it will be useful,
Packit ba3681
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit ba3681
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit ba3681
   GNU General Public License for more details.
Packit ba3681
Packit ba3681
   You should have received a copy of the GNU General Public License
Packit ba3681
   along with this program; if not, write to the Free Software
Packit ba3681
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
Packit ba3681
   MA 02110-1301, USA.  */
Packit ba3681
Packit ba3681
/* The flex output (ldlex.c) includes stdio.h before any of the C code
Packit ba3681
   in ldlex.l.  Make sure we include sysdep.h first, so that config.h
Packit ba3681
   can select the correct value of things like _FILE_OFFSET_BITS and
Packit ba3681
   _LARGE_FILES.  */
Packit ba3681
Packit ba3681
#include "sysdep.h"
Packit ba3681
#include "ldlex.c"