diff options
author | Nick Clifton <nickc@redhat.com> | 2002-06-06 10:47:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-06-06 10:47:27 +0000 |
commit | 7217313c59cbed12b40cb122de1dc3c609efb2e8 (patch) | |
tree | 42bc28d313458f391a1ae7337969a62c1b8d0470 /bfd/elf-strtab.c | |
parent | 6cb2281567f17d81d5450b3387c954299de8ab70 (diff) | |
download | gdb-7217313c59cbed12b40cb122de1dc3c609efb2e8.zip gdb-7217313c59cbed12b40cb122de1dc3c609efb2e8.tar.gz gdb-7217313c59cbed12b40cb122de1dc3c609efb2e8.tar.bz2 |
Include libiberty.h
Diffstat (limited to 'bfd/elf-strtab.c')
-rw-r--r-- | bfd/elf-strtab.c | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/bfd/elf-strtab.c b/bfd/elf-strtab.c index ff7d9a4..e2568a3 100644 --- a/bfd/elf-strtab.c +++ b/bfd/elf-strtab.c @@ -1,28 +1,29 @@ /* 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. + This file is part of BFD, the Binary File Descriptor library. -This program 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 2 of the License, or -(at your option) any later version. + This program 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 2 of the License, or + (at your option) any later version. -This program 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. + This program 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, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "sysdep.h" #include "libbfd.h" #include "elf-bfd.h" #include "hashtab.h" +#include "libiberty.h" /* An entry in the strtab hash table. */ |