diff options
author | Andreas Schwab <schwab@suse.de> | 2019-11-13 09:45:15 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2019-11-13 09:45:15 +0000 |
commit | 4a96e1c4dd7ab3bd412ba5b8b1206efd8feb4155 (patch) | |
tree | 626791a88b76d88e8634c0d4676d36305a83264a /libsanitizer/ChangeLog | |
parent | 61e5f2df0345bcc1f7675125922692d727e20603 (diff) | |
download | gcc-4a96e1c4dd7ab3bd412ba5b8b1206efd8feb4155.zip gcc-4a96e1c4dd7ab3bd412ba5b8b1206efd8feb4155.tar.gz gcc-4a96e1c4dd7ab3bd412ba5b8b1206efd8feb4155.tar.bz2 |
Enable libsanitizer build on riscv64
* configure.tgt (riscv64-*-linux*): Enable build.
From-SVN: r278126
Diffstat (limited to 'libsanitizer/ChangeLog')
-rw-r--r-- | libsanitizer/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index ea8fe98..7113c96 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,7 @@ +2019-11-13 Andreas Schwab <schwab@suse.de> + + * configure.tgt (riscv64-*-linux*): Enable build. + 2019-11-07 Martin Liska <mliska@suse.cz> * all source files: Reapply all revisions mentioned in LOCAL_PATCHES. |