* dlltool.c: Warning fixes.

* objdump.c: Likewise.
This commit is contained in:
Alan Modra
2005-02-23 12:25:57 +00:00
parent ec36c4a4d6
commit 9210d87943
3 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* objdump.c -- dump information about an object file.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2000, 2001, 2002, 2003, 2004
2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Binutils.
@@ -2056,7 +2056,8 @@ find_stabs_section (bfd *abfd, asection *section, void *names)
if (strtab)
{
stabs = read_section_stabs (abfd, section->name, &stab_size);
stabs = (bfd_byte *) read_section_stabs (abfd, section->name,
&stab_size);
if (stabs)
print_section_stabs (abfd, section->name, &sought->string_offset);
}