* aoutx.h (NAME(aout,find_nearest_line)): Handle the case
authorPer Bothner <per@bothner.com>
Tue, 12 Nov 1991 02:46:26 +0000 (02:46 +0000)
committerPer Bothner <per@bothner.com>
Tue, 12 Nov 1991 02:46:26 +0000 (02:46 +0000)
commitff7ce1700bc0ddc7db549189edf043510440244b
tree9e01d90ffa15a1524139110c97fd71b01c789de9
parent6690d8299d8c6319ac05b6f1cb40a9deaf837bb9
* aoutx.h (NAME(aout,find_nearest_line)):  Handle the case
of two N_SO stabs, one for directory, and one for filename.

* bfd-in.h (print_vma):  Factor out duplicate definition.

Exit a little more gracefully when malloc returns NULL.
* libbfd.c: New function bfd_xmalloc (malloc wrapper).
* opncls.c, syms.c, bout.c, aoutx.h:  Replace malloc by bfd_xmalloc.
* libbfd.h: Rre-generated due to libbfd.c update.
bfd/ChangeLog
bfd/opncls.c