Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64 add note about pmap.c compilation warnings



details:   https://anonhg.NetBSD.org/src/rev/79a8361506c9
branches:  trunk
changeset: 840347:79a8361506c9
user:      scole <scole%NetBSD.org@localhost>
date:      Wed Apr 03 21:03:06 2019 +0000

description:
add note about pmap.c compilation warnings

diffstat:

 sys/arch/ia64/TODO |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 4fd792b9dd6a -r 79a8361506c9 sys/arch/ia64/TODO
--- a/sys/arch/ia64/TODO        Wed Apr 03 20:34:18 2019 +0000
+++ b/sys/arch/ia64/TODO        Wed Apr 03 21:03:06 2019 +0000
@@ -15,6 +15,10 @@
 
 Tasks remaining, first couple seem most important:
 
+- pmap.c is getting compilation warnings (for gcc6 & gcc7) like
+  /var/tmp//cckQKcKn.s:7614: Warning: Use of 'st8' may violate RAW dependency 'RR#' (data)
+  ...
+  how to change compile flags for specific kernel file like "CFLAGS.pmap.c+= -O0" ?
 - context switching and forking appear unfinished,
   vm_machdep.c::cpu_lwp_fork() appears incomplete
 - pmap module, imported from freebsd but still needs more work and



Home | Main Index | Thread Index | Old Index