diff options
author | Joseph Myers <joseph@codesourcery.com> | 2016-11-14 23:48:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2016-11-14 23:48:50 +0000 |
commit | 0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b (patch) | |
tree | d403650f0bfc9fc019ac5e7ae4d05a6495e6d6ab /ChangeLog | |
parent | ba1cafea1616d6046ae54a1ed59540867ff647b9 (diff) | |
download | glibc-0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b.tar glibc-0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b.tar.gz glibc-0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b.tar.bz2 glibc-0c95f51d84e8563b9e08d481b1a2b430a7ccbd0b.zip |
Fix build-many-glibcs.py style issues.
* scripts/build-many-glibcs.py (os.path): Do not import.
(Context): Inherit explicitly from object. Remove blank line
between class and docstring.
(Config): Likewise.
(Glibc): Likewise.
(Command): Likewise.
(CommandList): Likewise.
(Context.write_files): Store chmod mode in a variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2016-11-14 Joseph Myers <joseph@codesourcery.com> + * scripts/build-many-glibcs.py (os.path): Do not import. + (Context): Inherit explicitly from object. Remove blank line + between class and docstring. + (Config): Likewise. + (Glibc): Likewise. + (Command): Likewise. + (CommandList): Likewise. + (Context.write_files): Store chmod mode in a variable. + * sysdeps/unix/sysv/linux/tile/tilegx/configure.ac: Use LIBC_SLIBDIR_RTLDDIR for tilegx32. * sysdeps/unix/sysv/linux/tile/tilegx/configure: Regenerated. |