-
Notifications
You must be signed in to change notification settings - Fork 2
binutils_remove_unused_subst
Tsukasa OI edited this page Oct 20, 2022
·
3 revisions
- Status: Merged for Binutils 2.40
- Branch:
binutils-remove-unused-subst - Tracking PR: #75 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2022-10-19)
Unlike other substitution, this substitution of @PROGRAM@ was done in binutils/Makefile and it was intended for binutils/cxxfilt.man.
@PROGRAM@ in binutils/cxxfilt.man is removed in the commit 0285c67df190 ("Automate generate on man pages") in 2001 and @PROGRAM@ is ineffective since then.
Because PROGRAM substitution does nothing, removing this manual substitution should be completely safe.