* elfcode.h (elf_object_p): Add comment about what this function
authorFred Fish <fnf@specifix.com>
Sat, 7 Aug 1993 14:46:21 +0000 (14:46 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 7 Aug 1993 14:46:21 +0000 (14:46 +0000)
commit9ea71abfcfa0e0673063ea8576fd634ccd7bd919
tree74d09999cb8b5891723832540cd2176024790c0e
parentdcdfa32cec6fd584912ff0940bb495859f8aabeb
* elfcode.h (elf_object_p):  Add comment about what this function
does and to watch out for side effects.  Add FIXME for memory leaks.
Fix comment about checking for matching byte order.  Preserve
pointer to old tdata (if any), and restore it if we don't match
file with target vector.  If we are going to use goto's, use them
consistently and maintainably.
* nlmcode.h (nlm_object_p):  Expand comments about leaked memory
to note that the problem is even more serious than just leaked
memory.  Replace goto with more traditional return.
bfd/ChangeLog