Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1238)

Issue 132600043: code review 132600043: runtime: use new #include "textflag.h" (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by rsc
Modified:
10 years, 8 months ago
Reviewers:
bradfitz
CC:
r, bradfitz, golang-codereviews
Visibility:
Public.

Description

runtime: use new #include "textflag.h" I did this just to clean things up, but it will be important when we drop the pkg directory later.

Patch Set 1 #

Patch Set 2 : diff -r 51bca231f0e90a1c787e846a765a3cd3c2cb1706 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 51bca231f0e90a1c787e846a765a3cd3c2cb1706 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 0ad539eee058d25bca52922a8e501555b9bc3cfe https://code.google.com/p/go/ #

Patch Set 5 : diff -r 4f160f5ce72385bce1388054e440a4e7f4caa428 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -106 lines) Patch
M src/pkg/runtime/asm_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64p32.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/atomic_386.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/atomic_amd64x.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/heapdump.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/malloc.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_darwin.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_linux.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_nacl.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_netbsd.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_openbsd.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_plan9.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_solaris.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mem_windows.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memclr_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memclr_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memclr_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memclr_plan9_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memclr_plan9_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_nacl_amd64p32.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_plan9_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/memmove_plan9_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mgc0.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/msize.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_darwin.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_dragonfly.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_freebsd.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_freebsd_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_linux.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_linux_386.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_linux_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_nacl.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_nacl_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_netbsd.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_netbsd_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_openbsd.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_plan9.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_solaris.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/os_windows.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/panic.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/proc.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/race.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/race_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_android_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_darwin_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_darwin_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_dragonfly_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_dragonfly_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_freebsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_freebsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_freebsd_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_linux_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_linux_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_linux_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_nacl_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_nacl_amd64p32.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_nacl_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_netbsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_netbsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_netbsd_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_openbsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_openbsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_plan9_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_plan9_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_solaris_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_windows_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/rt0_windows_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/softfloat_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/stack.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/string.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/stubs.goc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_darwin_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_darwin_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_dragonfly_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_dragonfly_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_freebsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_freebsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_freebsd_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_linux_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_linux_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_linux_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_nacl_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_nacl_amd64p32.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_nacl_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_netbsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_netbsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_netbsd_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_openbsd_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_openbsd_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_plan9_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_plan9_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_solaris_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_windows_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_windows_amd64.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/syscall_solaris.goc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/thunk.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/tls_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/vlop_386.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/vlop_arm.s View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/vlrt.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 8 months ago (2014-09-05 01:58:56 UTC) #1
bradfitz
LGTM Nice. On Thu, Sep 4, 2014 at 6:58 PM, <rsc@golang.org> wrote: > Reviewers: r, ...
10 years, 8 months ago (2014-09-05 02:03:36 UTC) #2
rsc
10 years, 8 months ago (2014-09-05 03:05:27 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=1d866fb90d84 ***

runtime: use new #include "textflag.h"

I did this just to clean things up, but it will be important
when we drop the pkg directory later.

LGTM=bradfitz
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/132600043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b