diff options
Diffstat (limited to 'gcc/stringpool.cc')
-rw-r--r-- | gcc/stringpool.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/stringpool.cc b/gcc/stringpool.cc index 57509d5..20dbef5 100644 --- a/gcc/stringpool.cc +++ b/gcc/stringpool.cc @@ -196,6 +196,13 @@ gt_pch_n_S (const void *x) >_pch_p_S); } +void +gt_pch_n_S2 (const void *x, size_t string_len) +{ + gt_pch_note_object (CONST_CAST (void *, x), CONST_CAST (void *, x), + >_pch_p_S, string_len); +} + /* User-callable entry point for marking string X. */ |