diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:48:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-01-24 23:48:52 +0000 |
commit | 3005b70510f741082c97ae5d82e7c5946c139853 (patch) | |
tree | dae6f2e5b4170c46c3687fbb1616af0ed2859f11 /ChangeLog | |
parent | 69231fabdd9460ba95adaa095d6c6848f16bdfab (diff) | |
download | glibc-3005b70510f741082c97ae5d82e7c5946c139853.tar.gz glibc-3005b70510f741082c97ae5d82e7c5946c139853.tar.xz glibc-3005b70510f741082c97ae5d82e7c5946c139853.zip |
Add soft-float ColdFire to build-many-glibcs.py.
Since it turns out soft-float ColdFire has a different glibc ABI to hard-float ColdFire, as well as various differences in which glibc code gets built, this patch adds such a configuration to build-many-glibcs.py to (hopefully) complete the set of ABIs being tested. (Note that the build for soft-float ColdFire is currently broken even with GCC mainline - I have a glibc patch to fix this, but it needs before-and-after build-many-glibcs.py comparison of stripped binaries for all configurations before being committed.) * scripts/build-many-glibcs.py (Context.add_all_configs): Add soft-float ColdFire configuration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2a7b318c92..428e6e8f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-01-24 Joseph Myers <joseph@codesourcery.com> + * scripts/build-many-glibcs.py (Context.add_all_configs): Add + soft-float ColdFire configuration. + * sysdeps/unix/sysv/linux/m68k/localplt.data: Move to .... * sysdeps/unix/sysv/linux/m68k/m680x0/localplt.data: ... here. * sysdeps/unix/sysv/linux/m68k/coldfire/localplt.data: New file. |