This might not be the best timing -short before a major release-,
however, Sam just commented on the bug I filled years ago [1], so here
we go:
Glibc uses .machine to determine assembler optimizations to use.
However, since reworking the rs6000 .machine output selection in
commit e154242724b084380
Hi Kewen,
thank you for your reply.
> on 2024/3/8 19:33, Rene Rebe wrote:
> > This might not be the best timing -short before a major release-,
> > however, Sam just commented on the bug I filled years ago [1], so here
> > we go:
> >
> > Glibc uses .machine to
Hi Kewen,
v2 with test case - I hope I worked all your nits in:
Glibc uses .machine to determine assembler optimizations to use.
However, since reworking the rs6000 .machine output selection in
commit e154242724b084380e3221df7c08fcdbd8460674 22 May 2019, G5 as
well as Cell, and even power4 w/ -ma
Hey there,
I wanted to come back to maintaining the ia64 port as discussed
preciously the other month on the gcc list.
It has been some days as we were busy releasing the biggest release of
our Embdded T2/Linux distribution [0] and we obviously did not want to
propose to enable LRA for IA-64 in t
The following un-deprecates ia64*-*-linux for GCC 15. Since we plan to
support this for some years to come.
gcc/
* config.gcc: Only exlicitly list ia64*-*-(hpux|vms|elf) in the
list of obsoleted targets.
contrib/
* config-list.mk (LIST): no --enable-obsolete for ia64*-*-
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e2870eef2ef..4328ca5f84c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -78,6 +78,7 @@ i386 port Jan Hubicka
i386 port Uros Bizjak
i386 vector ISA ext
gcc/
* config/ia64/ia64.cc: Enable LRA for ia64.
* config/ia64/ia64.md: Likewise.
* config/ia64/predicates.md: Likewise.
---
gcc/config/ia64/ia64.cc | 7 ++-
gcc/config/ia64/ia64.md | 4 ++--
gcc/config/ia64/predicates.md | 2 +-
3 files changed, 5 insertion