blob: b89d0d36b8185d6cf7a30d13d173851b17f5268f [file] [log] [blame]
Ben Cheng25b3c042013-11-20 14:45:36 -08001/* Copyright (C) 2002, 2005 Red Hat, Inc.
Elliott Hughes03333822015-02-18 22:19:45 -08002 This file is part of elfutils.
Ben Cheng25b3c042013-11-20 14:45:36 -08003
Elliott Hughes03333822015-02-18 22:19:45 -08004 This file is free software; you can redistribute it and/or modify
5 it under the terms of either
Ben Cheng25b3c042013-11-20 14:45:36 -08006
Elliott Hughes03333822015-02-18 22:19:45 -08007 * the GNU Lesser General Public License as published by the Free
8 Software Foundation; either version 3 of the License, or (at
9 your option) any later version
10
11 or
12
13 * the GNU General Public License as published by the Free
14 Software Foundation; either version 2 of the License, or (at
15 your option) any later version
16
17 or both in parallel, as here.
18
19 elfutils is distributed in the hope that it will be useful, but
Ben Cheng25b3c042013-11-20 14:45:36 -080020 WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
23
Elliott Hughes03333822015-02-18 22:19:45 -080024 You should have received copies of the GNU General Public License and
25 the GNU Lesser General Public License along with this program. If
26 not, see <http://www.gnu.org/licenses/>. */
Ben Cheng25b3c042013-11-20 14:45:36 -080027
28#ifdef HAVE_CONFIG_H
29# include <config.h>
30#endif
31
32#define crc32 attribute_hidden __libdwfl_crc32
33#define LIB_SYSTEM_H 1
34#include <libdwflP.h>
35#include "../lib/crc32.c"