X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=bfd%2Fm68klinux.c;h=2c12a7c776e7cf329011f6fc87c81261770f8329;hb=3ba3ae32999674a007cd378b9052abe09b9cf976;hp=e55fd546ab878fbd87b4e826d694c9b5ca3bd5ae;hpb=acf952c2bb63b8ccbe7e8ed5815103bad5625557;p=pf3gnuchains%2Fpf3gnuchains3x.git diff --git a/bfd/m68klinux.c b/bfd/m68klinux.c index e55fd546ab..2c12a7c776 100644 --- a/bfd/m68klinux.c +++ b/bfd/m68klinux.c @@ -1,6 +1,6 @@ /* BFD back-end for linux flavored m68k a.out binaries. Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, - 2003, 2004 Free Software Foundation, Inc. + 2003, 2004, 2006 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -235,8 +235,9 @@ linux_link_hash_table_create (abfd) bfd_set_error (bfd_error_no_memory); return (struct bfd_link_hash_table *) NULL; } - if (! NAME(aout,link_hash_table_init) (&ret->root, abfd, - linux_link_hash_newfunc)) + if (!NAME(aout,link_hash_table_init) (&ret->root, abfd, + linux_link_hash_newfunc, + sizeof (struct linux_link_hash_entry))) { free (ret); return (struct bfd_link_hash_table *) NULL;