Skip to content

Commit cb62332

Browse files
mips: update NEWS and README.mips
Patches from Bug #400872 (Add nanoMIPS support to Valgrind) have been merged. Update README.mips with a correct configure line applicable for the latest nanomips toolchain package in public.
1 parent 9acc066 commit cb62332

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Release 3.16.0 (?? ?????? 2019)
2+
Release 3.16.0 (?? ?????? 2020)
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44

55
3.16.0 is a feature release with many improvements and the usual collection of
@@ -72,6 +72,7 @@ To see details of a given bug, visit
7272
where XXXXXX is the bug number as listed below.
7373

7474
400593 In Coregrind, use statx for some internal syscalls if [f]stat[64] fail
75+
400872 Add nanoMIPS support to Valgrind
7576
404406 s390x: z14 miscellaneous instructions not implemented
7677
405201 Incorrect size of struct vki_siginfo on 64-bit Linux architectures
7778
406561 mcinfcallWSRU gdbserver_test fails on ppc64

README.mips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly.
2626
* --host=mips-linux-gnu is necessary if you compile it with cross toolchain
2727
compiler for big endian platform.
2828

29-
* --host=mipsel-linux-gnu is necessary if you compile it with cross toolchain
29+
* --host=mipsel-linux-musl is necessary if you compile it with cross toolchain
3030
compiler for little endian platform.
3131

3232
* --host=nanomipseb-linux-gnu is necessary if you compile it with cross toolchain

0 commit comments

Comments
 (0)