summaryrefslogtreecommitdiff
path: root/src/sh/Gapply_reg_state.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove PROTECTED visibilityDave Watson2017-12-281-1/+1
| | | | This only works on bfd ld, not lld or gold.
* Add a function to capture the dwarf_reg_states that occur in processingDoug Moore2017-05-121-0/+37
the dwarf code for a procedure, and a function to apply a captured dwarf_reg_state later.