forked from Imagelibrary/binutils-gdb
* dlltool.c: Warning fixes.
* objdump.c: Likewise.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user