Files
buildroot/package
Fabrice Fontaine db39403155 package/gdb: fix musl build on riscv
Fix the following build failure raised since gdb 10.1 and
bf84f70666:

../../gdbserver/linux-riscv-low.cc: In function 'void riscv_fill_fpregset(regcache*, void*)':
../../gdbserver/linux-riscv-low.cc:140:19: error: 'ELF_NFPREG' was not declared in this scope; did you mean 'ELF_NGREG'?
  140 |   for (i = 0; i < ELF_NFPREG - 1; i++, regbuf += flen)
      |                   ^~~~~~~~~~
      |                   ELF_NGREG

musl fixed the issue with
e5d2823631

Fixes:
 - http://autobuild.buildroot.org/results/16b19198980ce9c81a618b3f6e8dc9fe28247a28

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr: use upstream repository for commit references]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 9d77dae557)
[Peter: drop 11.1 patch]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-11-17 22:37:24 +01:00
..
2021-09-29 21:34:34 +02:00
2021-09-06 17:06:46 +02:00
2021-10-06 17:43:08 +02:00
2021-10-18 14:45:19 +02:00
2021-11-17 22:37:24 +01:00
2021-10-25 22:13:27 +02:00
2021-09-29 21:59:16 +02:00
2021-10-06 16:19:33 +02:00
2021-09-10 11:38:05 +02:00
2021-09-06 17:41:04 +02:00
2021-09-12 21:19:34 +02:00
2021-10-09 19:20:25 +02:00
2021-09-13 22:24:30 +02:00
2021-09-10 13:10:38 +02:00
2021-09-13 19:28:32 +02:00