public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gas/x86: .arch / -march= enhancements
@ 2022-06-30 12:52 Jan Beulich
  2022-06-30 12:53 ` [PATCH 1/7] x86: don't leak sub-architecture accumulated strings Jan Beulich
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Jan Beulich @ 2022-06-30 12:52 UTC (permalink / raw)
  To: Binutils

The lack of being able to go back to certain known state has bothered
me for quite a while. As did the seemingly arbitrary set of ".no*"
options available to turn off certain features. Finally I did find
time to make an attempt at adding the missing functionality.

1: don't leak sub-architecture accumulated strings
2: de-duplicate sub-architecture strings accumulation
3: permit "default" with .arch
4: macro-ize cpu_arch[] entries
5: introduce fake processor type to mark sub-arch entries in cpu_arch[]
6: generalize disabling of sub-architectures
7: introduce a state stack for .arch

Jan

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-07-01 19:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 12:52 [PATCH] gas/x86: .arch / -march= enhancements Jan Beulich
2022-06-30 12:53 ` [PATCH 1/7] x86: don't leak sub-architecture accumulated strings Jan Beulich
2022-06-30 22:54   ` H.J. Lu
2022-07-01 10:18     ` Jan Beulich
2022-07-01 19:44       ` H.J. Lu
2022-06-30 12:53 ` [PATCH 2/7] x86: de-duplicate sub-architecture strings accumulation Jan Beulich
2022-06-30 22:55   ` H.J. Lu
2022-06-30 12:53 ` [PATCH 3/7] x86: permit "default" with .arch Jan Beulich
2022-06-30 22:58   ` H.J. Lu
2022-06-30 12:54 ` [PATCH 4/7] x86: macro-ize cpu_arch[] entries Jan Beulich
2022-06-30 23:00   ` H.J. Lu
2022-06-30 12:54 ` [PATCH 5/7] x86: introduce fake processor type to mark sub-arch entries in cpu_arch[] Jan Beulich
2022-06-30 23:03   ` H.J. Lu
2022-06-30 12:55 ` [PATCH 6/7] x86: generalize disabling of sub-architectures Jan Beulich
2022-06-30 23:11   ` H.J. Lu
2022-06-30 12:55 ` [PATCH 7/7] x86: introduce a state stack for .arch Jan Beulich
2022-06-30 23:15   ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).