Include libiberty.h

This commit is contained in:
Nick Clifton 2002-06-06 10:47:27 +00:00
parent 6cb2281567
commit 7217313c59
3 changed files with 36 additions and 28 deletions

View file

@ -1,3 +1,8 @@
2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
* merge.c: Include libiberty.h.
* elf-strtab.c: Include libiberty.h.
2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
* peXXigen.c (pe_print_idata): Remove unused variable.

View file

@ -1,5 +1,5 @@
/* ELF strtab with GC and suffix merging support.
Copyright 2001 Free Software Foundation, Inc.
Copyright 2001, 2002 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>.
This file is part of BFD, the Binary File Descriptor library.
@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "libbfd.h"
#include "elf-bfd.h"
#include "hashtab.h"
#include "libiberty.h"
/* An entry in the strtab hash table. */

View file

@ -1,5 +1,5 @@
/* SEC_MERGE support.
Copyright 2001 Free Software Foundation, Inc.
Copyright 2001, 2002 Free Software Foundation, Inc.
Written by Jakub Jelinek <jakub@redhat.com>.
This file is part of BFD, the Binary File Descriptor library.
@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "sysdep.h"
#include "libbfd.h"
#include "hashtab.h"
#include "libiberty.h"
struct sec_merge_sec_info;
@ -38,7 +39,8 @@ struct sec_merge_hash_entry
/* Start of this string needs to be aligned to
alignment octets (not 1 << align). */
unsigned int alignment;
union {
union
{
/* Index within the merged section. */
bfd_size_type index;
/* Entity size (if present in suffix hash tables). */