Re: [PATCH PR00002] aarch64:Add an error message in large code model for ilp32

2020-04-15 Thread Richard Earnshaw
On 13/04/2020 21:40, Wilco Dijkstra wrote: > Hi Duanbo, > >> This is a simple fix for pr94577. >> The option -mabi=ilp32 should not be used in large code model. Like x86, >> using -mx32 and -mcmodel=large together will result in an error message. >> On aarch64, there is no error message for this

Re: [PATCH PR00002] aarch64:Add an error message in large code model for ilp32

2020-04-13 Thread Wilco Dijkstra
Hi Duanbo, > This is a simple fix for pr94577. > The option -mabi=ilp32 should not be used in large code model. Like x86, > using -mx32 and -mcmodel=large together will result in an error message. > On aarch64, there is no error message for this option conflict. > A solution to this problem can b

[PATCH PR00002] aarch64:Add an error message in large code model for ilp32

2020-04-13 Thread duanbo (C)
Hi This is a simple fix for pr94577. The option -mabi=ilp32 should not be used in large code model. Like x86, using -mx32 and -mcmodel=large together will result in an error message. On aarch64, there is no error message for this option conflict. A solution to this problem can be found in the att