aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 2a0b4ac..0f316bf 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -2,6 +2,11 @@
Changes in 2.28:
+* Add --in-implib=<infile> to the ARM linker to enable specifying a set of
+ Secure Gateway veneers that must exist in the output import library specified
+ by --out-implib=<outfile> and the address they must have. As such,
+ --in-implib is only supported in combination with --cmse-implib.
+
* Extended the --out-implib=<file> option, previously restricted to x86 PE
targets, to any ELF based target. This allows the generation of an import
library for an ELF executable, which can then be used by another application