[committed][Arm] Fix multilibs for Armv7-R (was Re: [PATCH][Arm] Fix multilibs for Armv7-R)

2019-10-18 Thread Andre Vieira (lists)
Hi, Updated the patch with respect to Richard Earnshaw's comments and committed in r277156. gcc/ChangeLog: 2019-10-18 Andre Vieira * config/arm/t-multilib: Add rule to regenerate mutlilib header file with any change to t-multilib, t-aprofile and t-rmprofile. Also ad

Re: [PATCH][Arm] Fix multilibs for Armv7-R

2019-10-18 Thread Richard Earnshaw (lists)
On 18/10/2019 11:53, Andre Vieira (lists) wrote: Hi This patch maps multilibs using -march=armv7-r+vfpv3-d16-fp16 and -march=armv7-r+vfpv3-d16-fp16+idiv to v7+fp.  This patch also adds a new multilib for armv7-r+fp.sp and maps -march=armv7-r+fp.sp+idiv, -march=armv7-r+vfpv3xd-fp16 and -march=arm

[PATCH][Arm] Fix multilibs for Armv7-R

2019-10-18 Thread Andre Vieira (lists)
Hi This patch maps multilibs using -march=armv7-r+vfpv3-d16-fp16 and -march=armv7-r+vfpv3-d16-fp16+idiv to v7+fp. This patch also adds a new multilib for armv7-r+fp.sp and maps -march=armv7-r+fp.sp+idiv, -march=armv7-r+vfpv3xd-fp16 and -march=armv7-r+vfpv3xd-fp16+idiv to it. This solves issues