aboutsummaryrefslogtreecommitdiff
path: root/pw_tokenizer/add_tokenizer_sections_to_default_script.ld
diff options
context:
space:
mode:
Diffstat (limited to 'pw_tokenizer/add_tokenizer_sections_to_default_script.ld')
-rw-r--r--pw_tokenizer/add_tokenizer_sections_to_default_script.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_tokenizer/add_tokenizer_sections_to_default_script.ld b/pw_tokenizer/add_tokenizer_sections_to_default_script.ld
index 41cc0c1a4..56890b097 100644
--- a/pw_tokenizer/add_tokenizer_sections_to_default_script.ld
+++ b/pw_tokenizer/add_tokenizer_sections_to_default_script.ld
@@ -20,6 +20,6 @@ INCLUDE pw_tokenizer_linker_sections.ld
* The INSERT directive instructs the linker to append the directives in this
* script to the default linker script, rather than replace the default with
* this script. It doesn't matter where the tokenizer sections are inserted, so
- * insert them after the standard .strtab section.
+ * insert them after the .debug_info section, which both clang and GCC use.
*/
-INSERT AFTER .strtab
+INSERT AFTER .debug_info