Skip to content

Commit

Permalink
Updated distr files.
Browse files Browse the repository at this point in the history
--HG--
branch : dtrg-videocore
rename : mach/i80/.distr => mach/vc4/.distr
rename : plat/cpm/.distr => plat/rpi/.distr
  • Loading branch information
davidgiven committed Jun 21, 2013
1 parent 2be811b commit d94c1c8
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .distr
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ mach/i80
mach/i86
mach/i386
mach/m68020
mach/vc4

plat
plat/cpm
plat/pc86
plat/linux
plat/linux386
plat/linux68k
plat/rpi

examples
man
1 change: 1 addition & 0 deletions lang/cem/libcc.ansi/headers/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ stdbool.h
fcntl.h
tgmath.h
locale.h
malloc.h
2 changes: 2 additions & 0 deletions lang/cem/libcc.ansi/stdio/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ rewind.c
scanf.c
setbuf.c
setvbuf.c
snprintf.c
sprintf.c
sscanf.c
tmpfile.c
Expand All @@ -47,3 +48,4 @@ ungetc.c
vfprintf.c
vprintf.c
vsprintf.c
vsnprintf.c
1 change: 1 addition & 0 deletions lang/cem/libcc.ansi/stdlib/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mbstowcs.c
mbtowc.c
qsort.c
rand.c
setenv.c
strtod.c
strtol.c
system.c
Expand Down
1 change: 1 addition & 0 deletions lang/cem/libcc.ansi/string/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ strcmp.c
strcoll.c
strcpy.c
strcspn.c
strdup.c
strerror.c
strlen.c
strncat.c
Expand Down
1 change: 1 addition & 0 deletions mach/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ s2650
sun3
sun2
vax4
vc4
xenix3
z80
z8000
Expand Down
5 changes: 5 additions & 0 deletions mach/vc4/.distr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build.mk
as
ncg
libem
libend
1 change: 1 addition & 0 deletions mach/vc4/as/.distr
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ mach2.c
mach3.c
mach4.c
mach5.c
binary.h
3 changes: 3 additions & 0 deletions mach/vc4/libem/.distr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
csa.s
csb.s
videocore.h
8 changes: 0 additions & 8 deletions man/.distr
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
6500_as.6
6800_as.6
6805_as.6
6809_as.6
i80_as.6
z8000_as.6
i86_as.6
i386_as.6
m68020_as.6
ns_as.6
vc4_as.6
pdp_as.6
z80_as.6
em_cg.6
em_ncg.6
Expand All @@ -18,4 +11,3 @@ libpc.7
head
pc_prlib.7
uni_ass.6
proto.make
31 changes: 31 additions & 0 deletions plat/rpi/.distr
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
descr
boot.s
build.mk
README
include/ack/config.h
include/sys/select.h
include/unistd.h
include/pi.h
include/termios.h
libsys/brk.c
libsys/close.c
libsys/creat.c
libsys/errno.s
libsys/getpid.c
libsys/_hol0.s
libsys/isatty.c
libsys/kill.c
libsys/libsysasm.h
libsys/libsys.h
libsys/lseek.c
libsys/open.c
libsys/pi_phys_to_user.s
libsys/pi_uart.s
libsys/pi_user_to_phys.s
libsys/read.c
libsys/select.c
libsys/signal.c
libsys/tcgetattr.c
libsys/tcsetattr.c
libsys/time.c
libsys/write.c
4 changes: 4 additions & 0 deletions plat/rpi/boot.s
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ __exit:
.define _pi_kernel_parameters
.comm _pi_kernel_parameters, 4

.define .linenumber, .filename
.comm .linenumber, 4 ! current linenumber (used for debugging)
.comm .filename, 4 ! ptr to current filename (used for debugging)

! User stack.

.comm .stack, STACKSIZE
Expand Down

0 comments on commit d94c1c8

Please sign in to comment.