diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-04-24 13:53:38 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-04-24 14:48:15 -0700 |
commit | 83bcd2361de9d2da98abef1e4b8f2dddae5a2b14 (patch) | |
tree | cf845763792cd4b1014da400196907c9bce57672 /scripts/data | |
parent | f37e0d6819c5ec185bed71dd72722176d88f6bef (diff) | |
download | glibc-83bcd2361de9d2da98abef1e4b8f2dddae5a2b14.tar glibc-83bcd2361de9d2da98abef1e4b8f2dddae5a2b14.tar.gz glibc-83bcd2361de9d2da98abef1e4b8f2dddae5a2b14.tar.bz2 glibc-83bcd2361de9d2da98abef1e4b8f2dddae5a2b14.zip |
Add flexibility to localplt-*.data files, using an awk script rather than diff to check the results.
Diffstat (limited to 'scripts/data')
-rw-r--r-- | scripts/data/localplt-generic.data | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/data/localplt-generic.data b/scripts/data/localplt-generic.data index 2219aa9048..d2965199f3 100644 --- a/scripts/data/localplt-generic.data +++ b/scripts/data/localplt-generic.data @@ -1,3 +1,6 @@ +# See scripts/check-localplt.awk for how this file is processed. +# PLT use is required for the malloc family and for matherr because +# users can define their own functions and have library internals call them. libc.so: calloc libc.so: free libc.so: malloc |