diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-07 14:46:21 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-07 14:46:21 +0000 |
commit | 9ea71abfcfa0e0673063ea8576fd634ccd7bd919 (patch) | |
tree | 74d09999cb8b5891723832540cd2176024790c0e /bfd | |
parent | dcdfa32cec6fd584912ff0940bb495859f8aabeb (diff) | |
download | gdb-9ea71abfcfa0e0673063ea8576fd634ccd7bd919.zip gdb-9ea71abfcfa0e0673063ea8576fd634ccd7bd919.tar.gz gdb-9ea71abfcfa0e0673063ea8576fd634ccd7bd919.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9f6ccb2..0b52952 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Sat Aug 7 05:28:03 1993 Fred Fish (fnf@deneb.cygnus.com) + + * 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. + Fri Aug 6 12:00:03 1993 David J. Mackenzie (djm@thepub.cygnus.com) Fix incorrect or useless makefile variable definitions: |