* bfd-in2.h: Rebuild.
	* opncls.c (bfd_get_alt_debug_link_info): Change type of
	buildid_len to bfd_size_type.
gdb
	* dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
	bfd_get_alt_debug_link_info.
This commit is contained in:
Tom Tromey
2013-10-09 14:26:26 +00:00
parent a69c4772a4
commit acd13123fb
5 changed files with 20 additions and 4 deletions

View File

@@ -1194,7 +1194,8 @@ FUNCTION
bfd_get_alt_debug_link_info
SYNOPSIS
char *bfd_get_alt_debug_link_info (bfd * abfd, size_t *buildid_len,
char *bfd_get_alt_debug_link_info (bfd * abfd,
bfd_size_type *buildid_len,
bfd_byte **buildid_out);
DESCRIPTION
@@ -1207,7 +1208,7 @@ DESCRIPTION
*/
char *
bfd_get_alt_debug_link_info (bfd * abfd, size_t *buildid_len,
bfd_get_alt_debug_link_info (bfd * abfd, bfd_size_type *buildid_len,
bfd_byte **buildid_out)
{
asection *sect;