This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
riscv
/
riscv-gnu-toolchain
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
GNU toolchain for RISC-V, including GCC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
496
Commits
5
Branches
85
Tags
78 MiB
Tree:
bfbfdec43f
__archive__
big-endian
improve-report
kitoc/fix-generate_target_board
master
2021.01.26
2021.03.06
2021.03.17
2021.03.26
2021.04.03
2021.04.07
2021.04.23
2021.06.18
2021.06.26
2021.08.07
2021.08.11
2021.09.10
2021.09.16
2021.09.21
2021.12.22
2022.01.17
2022.02.11
2022.02.12
2022.02.25
2022.03.09
2022.03.25
2022.04.12
2022.04.21
2022.04.22
2022.04.23
2022.05.15
2022.06.03
2022.06.10
2022.08.08
2022.08.18
2022.08.19
2022.08.25
2022.08.26
2022.09.21
2022.09.30
2022.10.11
2022.11.12
2022.11.16
2022.11.18
2022.11.23
2022.12.17
2023.01.03
2023.01.04
2023.01.31
2023.02.21
2023.02.25
2023.03.14
2023.04.18
2023.04.21
2023.04.25
2023.04.29
2023.05.14
2023.05.19
2023.05.24
2023.05.27
2023.05.31
2023.06.02
2023.06.09
2023.07.05
2023.07.07
2023.09.13
2023.09.26
2023.09.27
2023.10.06
2023.10.12
2023.10.17
2023.10.18
2023.11.08
2023.11.17
2023.11.20
2023.11.22
2023.12.12
2023.12.14
2023.12.20
2024.02.02
2024.03.01
2024.04.12
before-fsf-gdb
rvv-0.8
v20170503
v20170612
v20170818
v20171107
v20171231
v20180629
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bfbfdec43f'
${ noResults }
riscv-gnu-toolchain
/
linux-headers
/
include
/
linux
/
version.h
3 lines
97 B
Raw
Normal View
History
Bump linux-headers These are cached from riscv-linux and have gotten out of date. The breaking change was in asm/ptrace.h, but riscv-linux also got bumped so this is a big commit. This syncs from e1c1614e7bd2e053e88d0cb875e1a22b27df6e39 in riscv-linux.
10 years ago
#
define LINUX_VERSION_CODE 262415
glibc: initial port of glibc 2.20
12 years ago
#
define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))