diff options
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 948165e..7679a44 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -3114,8 +3114,7 @@ coff_close_and_cleanup (abfd) return false; } - /* We depend on bfd_close to free all the memory on the obstack. */ - /* FIXME if bfd_release is not using obstacks! */ + /* We depend on bfd_close to free all the memory on the objalloc. */ return true; } |