diff options
Diffstat (limited to 'bfd/elf32-gen.c')
-rw-r--r-- | bfd/elf32-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-gen.c b/bfd/elf32-gen.c index b1ad74486f4..f2edf69da6b 100644 --- a/bfd/elf32-gen.c +++ b/bfd/elf32-gen.c @@ -1,5 +1,5 @@ /* Generic support for 32-bit ELF - Copyright 1993, 1995, 1998, 1999, 2001, 2002 + Copyright 1993, 1995, 1998, 1999, 2001, 2002, 2004 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -88,7 +88,7 @@ elf32_generic_link_add_symbols (abfd, info) return FALSE; } - return bfd_elf32_bfd_link_add_symbols (abfd, info); + return bfd_elf_link_add_symbols (abfd, info); } #define TARGET_LITTLE_SYM bfd_elf32_little_generic_vec |