ASCIZ Command for output section

Adds a new directive to the linker script syntax: ASCIZ.
This inserts a zero-terminated string into the output at the place where it is used.
This commit is contained in:
Ulf Samuelsson
2023-02-14 10:13:28 +00:00
committed by Nick Clifton
parent 12ef683055
commit 0d79a2a8e2
10 changed files with 157 additions and 3 deletions

View File

@@ -645,7 +645,9 @@ extern void push_stat_ptr
extern void pop_stat_ptr
(void);
extern void lang_add_data
(int type, union etree_union *);
(int, union etree_union *);
extern void lang_add_string
(const char *);
extern void lang_add_reloc
(bfd_reloc_code_real_type, reloc_howto_type *, asection *, const char *,
union etree_union *);