bfdtest1 segfaults on hppa-hp-hpux10
authorAlan Modra <amodra@gmail.com>
Wed, 22 May 2019 08:22:59 +0000 (17:52 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 22 May 2019 09:03:39 +0000 (18:33 +0930)
commit4decd602d8570eda5d36fd6cca2e50091000fa7a
treede2bd28a6e1a0173a08914d85b7db83b9f2b019e
parent22c6ccb89e0f38a70a42fb49eb167e7857d51f5c
bfdtest1 segfaults on hppa-hp-hpux10

The archive element cache needs tidying when closing an archive element.
This patch fixes these failures:
-FAIL: ar long file names (bfdtest1)
-FAIL: ar thin archive (bfdtest1)
-FAIL: ar thin archive with nested archive (bfdtest1)

* som.c (som_bfd_free_cached_info): Call
_bfd_generic_close_and_cleanup.
bfd/ChangeLog
bfd/som.c