This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove 32 bit sparc v8 support


On Mon, 11 Nov 2019, Adhemerval Zanella wrote:

>  sysdeps/sparc/sparc32/divrem.m4               | 234 -------
>  sysdeps/sparc/sparc32/rem.S                   | 365 +---------
>  sysdeps/sparc/sparc32/sdiv.S                  | 363 +---------
>  sysdeps/sparc/sparc32/udiv.S                  | 343 +--------
>  sysdeps/sparc/sparc32/urem.S                  | 345 +--------

Since you're replacing these files generated from divrem.m4 with 
non-generated files moved from the v9 directory, the code in 
build-many-glibcs.py to touch them on checkout should also be removed, as 
there is no longer any constraint on how their timestamps are ordered with 
respect to other files in the source tree.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]