* mach-o.c (bfd_mach_o_scan): Don't ignore return value of

bfd_mach_o_scan_start_address.
	* elfxx-ia64.c (elfNN_ia64_relax_brl): Rewrite for 32-bit bfd_vma.
	* elfxx-mips.c: Remove unnecessary prototypes.
	(sort_dynamic_relocs_64): Abort if not BFD64.
This commit is contained in:
Alan Modra
2005-02-16 04:45:23 +00:00
parent 7124f6fbb4
commit 7e3102a710
4 changed files with 37 additions and 132 deletions

View File

@@ -1,5 +1,5 @@
/* Mach-O support for BFD.
Copyright 1999, 2000, 2001, 2002, 2003, 2004
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -1657,7 +1657,7 @@ bfd_mach_o_scan (abfd, header, mdata)
}
if (bfd_mach_o_scan_start_address (abfd) < 0)
;
return -1;
bfd_mach_o_flatten_sections (abfd);
return 0;