blob: 6b6b7d3ff90e4c93db8c599133b488038a95eaaa [file] [log] [blame]
Ulrich Drepperf844b8c2005-07-29 19:32:17 +00001/* Copyright (C) 2002, 2005 Red Hat, Inc.
Mark Wielaardde2ed972012-06-05 17:15:16 +02002 This file is part of elfutils.
Ulrich Drepperf844b8c2005-07-29 19:32:17 +00003
Mark Wielaardde2ed972012-06-05 17:15:16 +02004 This file is free software; you can redistribute it and/or modify
5 it under the terms of either
Ulrich Drepperf844b8c2005-07-29 19:32:17 +00006
Mark Wielaardde2ed972012-06-05 17:15:16 +02007 * 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
Ulrich Drepper361df7d2006-04-04 21:38:57 +000020 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.
Ulrich Drepperf844b8c2005-07-29 19:32:17 +000023
Mark Wielaardde2ed972012-06-05 17:15:16 +020024 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/>. */
Ulrich Drepperf844b8c2005-07-29 19:32:17 +000027
28#ifdef HAVE_CONFIG_H
29# include <config.h>
30#endif
31
32#define crc32_file attribute_hidden __libdwfl_crc32_file
33#define crc32 __libdwfl_crc32
34#define LIB_SYSTEM_H 1
35#include <libdwflP.h>
36#include "../lib/crc32_file.c"