diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index af8cee3..e6813f2 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -6859,6 +6859,13 @@ Its start address must be set, either with the command line option @samp{--section-start} or in a linker script, to indicate where to place these veneers in memory. +@kindex --cmse-implib +@cindex Secure gateway import library +The @samp{--cmse-implib} option requests that the import libraries +specified by the @samp{--out-implib} and @samp{--in-implib} options are +secure gateway import libraries, suitable for linking a non-secure +executable against secure code as per ARMv8-M Security Extensions. + @ifclear GENERIC @lowersections @end ifclear |