aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-02-17 16:49:40 +0100
committerFlorian Weimer <fweimer@redhat.com>2020-04-03 16:26:10 +0200
commit8f7a75d700af809eeb4363895078fabfb3a9d7c3 (patch)
treed3148b4fd4a82d8e9e2fd93706fadd8bb56443b3 /NEWS
parent4c6e0415ef206a595c62d5d37e3b9a821782c533 (diff)
downloadglibc-8f7a75d700af809eeb4363895078fabfb3a9d7c3.tar
glibc-8f7a75d700af809eeb4363895078fabfb3a9d7c3.tar.gz
glibc-8f7a75d700af809eeb4363895078fabfb3a9d7c3.tar.bz2
glibc-8f7a75d700af809eeb4363895078fabfb3a9d7c3.zip
elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
binutils ld has supported --audit, --depaudit for a long time, only support in glibc has been missing. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 466c203633..3cf738adfb 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Major new features:
* New locale added: ckb_IQ (Kurdish/Sorani spoken in Iraq)
+* The GNU C Library now loads audit modules listed in the DT_AUDIT and
+ DT_DEPAUDIT dynamic section entries of the main executable.
+
Deprecated and removed features, and other changes affecting compatibility:
[Add deprecations, removals and changes affecting compatibility here]
@@ -3815,7 +3818,7 @@ Version 2.16
* Support for the x32 ABI on x86-64 added. The x32 target is selected by
configuring glibc with:
BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'
- Visit <http://sites.google.com/site/x32abi/> for more x32 ABI info.
+ Visit <https://sites.google.com/site/x32abi/> for more x32 ABI info.
Implemented by H.J. Lu.
* ISO C11 support: