Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/19/1997 03:00:02
jonathan
Sat Oct 18 19:52:27 PDT 1997
Update of /a/cvsroot/src/gnu/lib/bfd
In directory netbsd1:/var/slash-tmp/cvs-serv29625

Modified Files:
	bfd.h _mips.mk 
Log Message:
Disable 64-bit BFD support on mips as noted in _mips.mk:
Cannot support 64-bit targets  with gdb 4.16.
 They assume that  BFD_ARCH_SIZE is 64, but that causes bfd_vma_addr 
 to be a 64-bit int. GDB uses bfd_vma_addr for CORE_ADDR, but also
 casts CORE_ADDRS to ints, which loses on 32-bit mips hosts.