Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
*** Submitted as http://code.google.com/p/go/source/detail?r=6ec0a5c12d75 *** runtime: fix build TBR=r CC=golang-dev http://codereview.appspot.com/5493061
LGTM
*# arm-specific object files*56*OFILES_arm=\*61*OFILES_arm=\*57*memset_arm.$O\ *62* memset_arm.$O\*58* softfloat_arm.$O\*63* softfloat_arm.$O\*59*vlop_arm.$O\ *64* vlop_arm.$O\*60* vlrt_arm.$O\*65* vlrt_arm.$O\*66* traceback_x86.$O\* *traceback_x86* looks suspect; perhaps *traceback_arm??*
thanks for the report. fixed. -rob