From 5eafdf0f9bfd9a3c5f93414ac16bb399b6da0b7f Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Thu, 24 Sep 2015 15:42:30 -0700 Subject: Move files up to match upstream source structure. To create an upstream-master branch later and keep track of upstream changes. * src/Android.mk file is deleted because ./Android.mk is identical and serves the same purpose. * ./Makefile.am is moved from old src/Makefile.am, and new src/Makefile.am is from old src/src/Makefile.am. Similarly, ./ChangeLog is moved from old src/ChangeLog, and new src/ChangeLog is from old src/src/ChangeLog. * Remove unnecessary files that were generated by autoconf or configure. Change-Id: Iafc67d1e80f9d7ad2a74bc851bf9ca9e87205336 --- src/sectionhash.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/sectionhash.h (limited to 'src/sectionhash.h') diff --git a/src/sectionhash.h b/src/sectionhash.h new file mode 100644 index 00000000..96da3367 --- /dev/null +++ b/src/sectionhash.h @@ -0,0 +1,27 @@ +/* Copyright (C) 2001, 2002 Red Hat, Inc. + This file is part of elfutils. + Written by Ulrich Drepper , 2001. + + This file is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + elfutils is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +#ifndef SECTIONHASH_H +#define SECTIONHASH_H 1 + +/* Definitions for the section hash table. */ +#define TYPE struct scnhead * +#define NAME ld_section_tab +#define ITERATE 1 +#include + +#endif /* sectionhash.h */ -- cgit v1.2.3