Re: [PATCH 4/6] Thread pointer built-in functions, s390

2012-09-03 Thread Andreas Krebbel
On 28/08/12 10:14, Chung-Lin Tang wrote: > On 12/7/18 8:05 PM, Andreas Krebbel wrote: >> On 07/12/2012 08:52 AM, Chung-Lin Tang wrote: >>> * config/s390/s390.c (s390_builtin,code_for_builtin_64, >>> code_for_builtin_31,s390_init_builtins,s390_expand_builtin): >>> Remove. >>>

Re: [PATCH 4/6] Thread pointer built-in functions, s390

2012-08-28 Thread Chung-Lin Tang
On 12/7/18 8:05 PM, Andreas Krebbel wrote: > On 07/12/2012 08:52 AM, Chung-Lin Tang wrote: >> * config/s390/s390.c (s390_builtin,code_for_builtin_64, >> code_for_builtin_31,s390_init_builtins,s390_expand_builtin): >> Remove. >> (s390_expand_builtin_thread_pointer): A

Re: [PATCH 4/6] Thread pointer built-in functions, s390

2012-07-18 Thread Andreas Krebbel
On 07/12/2012 08:52 AM, Chung-Lin Tang wrote: > * config/s390/s390.c (s390_builtin,code_for_builtin_64, > code_for_builtin_31,s390_init_builtins,s390_expand_builtin): > Remove. > (s390_expand_builtin_thread_pointer): Add hook function for > TARGET_EXPAND_BUIL

[PATCH 4/6] Thread pointer built-in functions, s390

2012-07-11 Thread Chung-Lin Tang
S390 parts. In this patch, because the thread-pointer builtins were the only machine-dependent builtins in the s390 backend, I have removed basically all the init/expand builtin hook code. If the s390 maintainers want to keep the code for possible future backend builtins, this patch might need to b