diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-04-30 15:00:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-01 13:27:11 -0700 |
commit | 82a79e7d1843f9d90075a0bf2f04557040829bb0 (patch) | |
tree | 063a8edbad83c421ddc11bd1b1238143378eb900 /ChangeLog | |
parent | 615605c94eb3238fa1a0721506d70871f1610967 (diff) | |
download | glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.zip glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.tar.gz glibc-82a79e7d1843f9d90075a0bf2f04557040829bb0.tar.bz2 |
Do check-textrel test using readelf rather than a build-time C program.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2012-05-01 Roland McGrath <roland@hack.frob.com> + + * scripts/check-textrel.awk: New file. + * elf/Makefile ($(objpfx)check-textrel): Target removed. + (check-textrel-CFLAGS): Variable removed. + (all-built-dso): Use := to define.o + ($(all-built-dso:=.dyn)): New static pattern rule. + (generated): Add those targets. + ($(objpfx)check-textrel.out): Use the script on the .dyn files. + * config.make.in (READELF): New substituted variable. + * elf/check-textrel.c: File removed. + 2012-05-01 Joseph Myers <joseph@codesourcery.com> * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not |