Actions
Bug #14275
closedcrt object .comment sections should be string mergeable
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The CRT objects contain non-mergeable string .comment sections.
This is because the sections are added by mcs(1) rather than being created by the compiler or assembler and then edited. We should add a dummy .ident that mcs can replace.
Updated by Electric Monk 6 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 5e0a5eb736a773e9ab13bae98d1998788ce0f4f9
commit 5e0a5eb736a773e9ab13bae98d1998788ce0f4f9 Author: Richard Lowe <richlowe@richlowe.net> Date: 2021-12-02T19:51:13.000Z 14275 crt object .comment sections should be string mergeable Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions