forked from Imagelibrary/binutils-gdb
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:
committed by
Nick Clifton
parent
12ef683055
commit
0d79a2a8e2
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user