]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove a couple mudflap remnants
authorJeff Law <jlaw@ventanamicro.com>
Tue, 13 Jun 2023 17:46:32 +0000 (11:46 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 13 Jun 2023 17:48:13 +0000 (11:48 -0600)
commitb15d46e8057bf58b5e021011ee6e0c07d6cdf712
tree9d3cbe78760718e3209d045efa6c25f634eb4d4d
parent99dec205a12f7dfa39fd43fc7c36d9974aaec526
Remove a couple mudflap remnants

I happened to be digging into the specs to understand a build
failure and spotted mflib and mfwrap.  Those were used by the
mudflap system which we ripped out years ago and we just missed
these.

I verified x86 still bootstraps after removing these bits.

Pushed to the trunk as obvious,
gcc/
* gcc.cc (LINK_COMMAND_SPEC): Remove mudflap spec handling.
gcc/gcc.cc