mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
Add GPR and FPR symbolic register names to GAS for all ABI choices, selecting the set of names based on the ABI being assembled for. This extends the existing feature where the oldabi and newabi would provide different symbolic GPR names to the assembler. Both EABIs and o64 are now supported along with symbolic FPR names for all ABI choices. Signed-off-by: Maximilian Ciric <max.ciric@gmail.com>