diff options
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ -*- text -*- +* Add -z globalaudit command line option to force audit libraries to be run + for every dynamic object loaded by an executable - provided that the loader + supports this functionality. + +* Tighten linker script grammar around file name specifiers to prevent the use + of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would + previously be accepted but had no effect. + +* The EXCLUDE_FILE directive can now be placed within any SORT_* directive + within input section lists. Changes in 2.29: |