]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ar: diff reduction against ELF Tool Chain
authorEd Maste <emaste@FreeBSD.org>
Fri, 13 Aug 2021 15:17:24 +0000 (11:17 -0400)
committerEd Maste <emaste@FreeBSD.org>
Fri, 13 Aug 2021 15:17:46 +0000 (11:17 -0400)
commit57aaefdceccdd590f81af4b274c7a3ee61ae62f1
tree398e980b578315ad6883756ce17393e7aabcb9f9
parent8df4bc48c89a1302078282f22139a8368dc06971
ar: diff reduction against ELF Tool Chain

Remove ar_mode_* wrappers and call ar_read_archive / ar_write_archive
directly.

(This was originally committed in d20e9e02db3d but reverted due to a
regression, now fixed with an update from cy@.)

Obtained from: ELF Tool Chain
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31496
usr.bin/ar/acpyacc.y
usr.bin/ar/ar.c
usr.bin/ar/ar.h
usr.bin/ar/read.c
usr.bin/ar/write.c