mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-27 02:14:04 +08:00
Add comment about commented-out bfd_release calls.
This commit is contained in:
parent
6988f5c0ae
commit
ca18a446bc
@ -594,8 +594,11 @@ bfd_slurp_coff_armap (abfd)
|
||||
/* Pad to an even boundary if you have to */
|
||||
ardata->first_file_filepos += (ardata->first_file_filepos) %2;
|
||||
|
||||
/* bfd_release (abfd, (PTR)raw_armap);
|
||||
bfd_release (abfd, (PTR)mapdata);*/
|
||||
/* We'd like to release these allocations, but we have allocated stuff
|
||||
since then (using the same obstack, if bfd_release is obstack based).
|
||||
So they will stick around until the bfd is closed. */
|
||||
/* bfd_release (abfd, (PTR)raw_armap);
|
||||
bfd_release (abfd, (PTR)mapdata); */
|
||||
bfd_has_map (abfd) = true;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user