* targets.c (BFD_JUMP_TABLE_ARCHIVE): Add _update_armap_timestamp.
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Aug 1994 21:20:12 +0000 (21:20 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Aug 1994 21:20:12 +0000 (21:20 +0000)
commit81eb52b34d254d3b45c258e6e0c19c2d00c55c1f
treee4226cfa3d0c6a2f5d560b91c0890fbff3a1fd57
parent02354a0f8dfce5990749c09ca5637047e358db49
* targets.c (BFD_JUMP_TABLE_ARCHIVE): Add _update_armap_timestamp.
(bfd_target): Add field _bfd_update_armap_timestamp.
* bfd.c (bfd_update_armap_timestamp): Define.
* bfd-in2.h: Rebuilt.
* libbfd-in.h (_bfd_noarchive_update_armap_timestamp): Define.
(_bfd_archive_bsd_update_armap_timestamp): Declare.
(_bfd_archive_coff_update_armap_timestamp): Define.
* libbfd.h: Rebuilt.
* archive.c (_bfd_write_archive_contents): Call
bfd_update_armap_timestamp instead of checking for a BSD archive
and calling bsd_update_armap_timestamp.
(_bfd_archive_bsd_update_armap_timestamp): Rename from
_bsd_update_armap_timestamp.  Don't assume that armap_datepos is
already set.
* aout-target.h (MY_update_armap_timestamp): Define if not already
defined.
* coff-rs6000.c (rs6000coff_update_armap_timestamp): Define.
* ieee.c (ieee_update_armap_timestamp): Define.
* libecoff.h (_bfd_ecoff_update_armap_timestamp): Define.
* oasys.c (oasys_update_armap_timestamp): Define.
* som.c (som_update_armap_timestamp): Define.
bfd/ChangeLog
bfd/archive.c
This page took 0.025028 seconds and 4 git commands to generate.