--- gcc/config/tahoe.md 2018/04/24 17:51:31 1.1.1.1 +++ gcc/config/tahoe.md 2018/04/24 18:03:58 1.1.1.3 @@ -24,7 +24,7 @@ ; Original port made at the University of Buffalo by Devon Bowen, ; Dale Wiles and Kevin Zachmann. ; -; Piet van Oostrum (piet@cs.ruu.nl) made adaptions for HCX/UX, fixed +; Piet van Oostrum (piet@cs.ruu.nl) made changes for HCX/UX, fixed ; some bugs and made some improvements (hopefully). ; ; Mail bugs reports or fixes to: gcc@cs.buffalo.edu @@ -460,9 +460,9 @@ }") -; Subtraction from the sp (needed by the built in alloc funtion) needs +; Subtraction from the sp (needed by the built in alloc function) needs ; to be different since the sp cannot be directly read on the tahoe. -; If it's a simple constant, you just use displacment. Otherwise, you +; If it's a simple constant, you just use displacement. Otherwise, you ; push the sp, and then do the subtraction off the stack. (define_insn "subsi3" @@ -1635,7 +1635,7 @@ ; for the call = number bytes for args + 4 (define_insn "call_value" - [(set (match_operand 0 "" "g") + [(set (match_operand 0 "" "=g") (call (match_operand:QI 1 "memory_operand" "m") (match_operand:QI 2 "general_operand" "g")))] ""