diff options
author | Nelson Chu <nelson@rivosinc.com> | 2025-07-14 09:45:07 +0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2025-07-14 17:50:52 +0800 |
commit | 8be32d506547afa106c718958a3ff8d125b4a79e (patch) | |
tree | 5198dd88905cb6617f624fdce4a84a3a2398e9a4 | |
parent | 804ccd0a649249bb97d1ac7e09af08ffbf743e44 (diff) | |
download | binutils-8be32d506547afa106c718958a3ff8d125b4a79e.zip binutils-8be32d506547afa106c718958a3ff8d125b4a79e.tar.gz binutils-8be32d506547afa106c718958a3ff8d125b4a79e.tar.bz2 |
gas/NEWS: Corrected the information about mapping symbol $x for risc-v
-rw-r--r-- | gas/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -26,8 +26,10 @@ Changes in 2.45: * For RISC-V, stop generating mapping symbols $x and replace with $x<isa>. The $x was defined to have the same ISA as previous $x<isa>, but now is defined - to have the same ISA as elf architecture attribute. Once used .option arch - directives, the file need to be rebuilt since 2.45. + to have the same ISA as elf architecture attribute. Once both used .option + arch/rvc/norvc/push/pop directives (some code have different architectures + with file attribute) and data directives in text, then the file need to be + rebuilt since 2.45. * Add support for RISC-V privileged version 1.13, profiles 20/22/23, and .bfloat16 directive. |