GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/binutils-2.44
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bfd
/
elfxx-riscv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISC-V: Minor updates for architecture parser.
Nelson Chu
2021-07-20
1
-94
/
+82
*
RISC-V: Allow to link the objects with unknown prefixed extensions.
Nelson Chu
2021-05-26
1
-1
/
+2
*
RISC-V: Record implicit subsets in a table, to avoid repeated codes.
Nelson Chu
2021-05-13
1
-54
/
+49
*
RISC-V: Don't report the mismatched version warning for the implicit extensions.
Nelson Chu
2021-04-13
1
-8
/
+3
*
RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION when expanding g...
Nelson Chu
2021-04-12
1
-2
/
+2
*
RISC-V: Add i-ext as the implicit extension when e-ext is set.
Nelson Chu
2021-04-12
1
-37
/
+17
*
RISC-V: Support to parse the multi-letter prefix in the architecture string.
Nelson Chu
2021-04-12
1
-199
/
+196
*
Use startswith more for strncmp function calls.
Martin Liska
2021-04-01
1
-2
/
+2
*
Use bool in bfd
Alan Modra
2021-03-31
1
-219
/
+219
*
RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions
Kuan-Lin Chen
2021-03-16
1
-1
/
+1
*
RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.
Nelson Chu
2021-02-19
1
-5
/
+5
*
RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.
Nelson Chu
2021-02-18
1
-1
/
+4
*
RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.
Nelson Chu
2021-02-04
1
-1
/
+1
*
RISC-V: Comments tidy and improvement.
Nelson Chu
2021-01-15
1
-29
/
+25
*
RISC-V: Add pause hint instruction.
Philipp Tomsich
2021-01-07
1
-1
/
+1
*
RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).
Claire Xenia Wolf
2021-01-07
1
-1
/
+1
*
RISC-V: Fix the merged orders of Z* extension for linker.
Nelson Chu
2021-01-04
1
-1
/
+1
*
PR26741, benign use after free in riscv_parse_prefixed_ext
Alan Modra
2021-01-04
1
-1
/
+1
*
Update year range in copyright notice of binutils files
Alan Modra
2021-01-01
1
-1
/
+1
*
RISC-V: Control fence.i and csr instructions by zifencei and zicsr.
Nelson Chu
2020-12-10
1
-20
/
+39
*
RISC-V: Fix the order checking for Z* extension.
Nelson Chu
2020-12-01
1
-2
/
+1
*
RISC-V: Support to add implicit extensions for G.
Nelson Chu
2020-12-01
1
-6
/
+21
*
RISC-V: Support to add implicit extensions.
Nelson Chu
2020-12-01
1
-46
/
+221
*
RISC-V: Improve the version parsing for arch string.
Nelson Chu
2020-12-01
1
-178
/
+146
*
RISC-V: Add zifencei and prefixed h class extensions.
Nelson Chu
2020-12-01
1
-2
/
+19
*
RISC-V: Don't allow any uppercase letter in the arch string.
Nelson Chu
2020-12-01
1
-1
/
+13
*
RISC-V: Minor cleanup and testcases improvement for arch string parser.
Nelson Chu
2020-12-01
1
-110
/
+104
*
RISC-V: Support GNU indirect functions.
Nelson Chu
2020-10-16
1
-0
/
+15
*
PR26569, R_RISCV_RVC_JUMP results in buffer overflow
Alan Modra
2020-09-21
1
-30
/
+30
*
RISC-V: Improve the error message for the mis-matched ISA versions.
Kito Cheng
2020-09-03
1
-3
/
+9
*
RISCV changes broke 32-bit --enable-targets=all
Alan Modra
2020-06-26
1
-95
/
+0
*
RISC-V: Report warning when linking the objects with different priv specs.
Nelson Chu
2020-06-22
1
-1
/
+95
*
[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...
Nelson Chu
2020-05-20
1
-119
/
+166
*
Additional c99 elfxx-riscv.c fix
Sebastian Huber
2020-03-19
1
-1
/
+2
*
c99 elfxx-riscv.c fix
Alan Modra
2020-02-19
1
-5
/
+5
*
RISC-V: Minor cleanup for s extension support.
Jim Wilson
2020-01-24
1
-5
/
+3
*
RISC-V: Change -march parsing.
Jim Wilson
2020-01-22
1
-41
/
+172
*
Fix spelling errors
Christian Biesinger
2020-01-17
1
-1
/
+1
*
Update year range in copyright notice of binutils files
Alan Modra
2020-01-01
1
-1
/
+1
*
BFD whitespace fixes
Alan Modra
2019-04-03
1
-3
/
+3
*
RISC-V: Support ELF attribute for gas and readelf.
Jim Wilson
2019-01-16
1
-0
/
+89
*
Update year range in copyright notice of binutils files
Alan Modra
2019-01-01
1
-1
/
+1
*
Include bfd_stdint.h in bfd.h
Alan Modra
2018-12-18
1
-1
/
+0
*
RISC-V: Accept version, supervisor ext and more than one NSE for -march.
Jim Wilson
2018-12-03
1
-0
/
+475
*
unrecognized/unsupported reloc message
Alan Modra
2018-02-26
1
-2
/
+3
*
Update year range in copyright notice of binutils files
Alan Modra
2018-01-03
1
-1
/
+1
*
BFD whitespace fixes
Alan Modra
2017-12-06
1
-10
/
+10
*
Improve handling of ADD and SUB relocations on the RISCV target.
Kuan-Lin Chen
2017-07-31
1
-9
/
+67
*
RISC-V: Use pc-relative relocation for FDE initial location
Kuan-Lin Chen
2017-06-26
1
-0
/
+16
*
Update year range in copyright notice of all files.
Alan Modra
2017-01-02
1
-1
/
+1
[next]