[Tinyos-2-commits]
CVS: tinyos-2.x/support/make/pxa27x pxa27x.rules, 1.1.2.9, 1.1.2.10
Phil Levis
scipio at users.sourceforge.net
Sun Nov 5 10:09:55 PST 2006
Update of /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13786/support/make/pxa27x
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
pxa27x.rules
Log Message:
A few minor bug fixes, from the SF bugtracker. Limited MTS300 support.
Index: pxa27x.rules
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/make/pxa27x/pxa27x.rules,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** pxa27x.rules 27 Jul 2006 00:18:38 -0000 1.1.2.9
--- pxa27x.rules 5 Nov 2006 18:09:52 -0000 1.1.2.10
***************
*** 88,92 ****
bytes: FORCE
! @objdump -h $(MAIN_EXE) | perl -ne '$$b{$$1}=hex $$2 if /^\s*\d+\s*\.(text|data|bss)\s+(\S+)/; END { printf("%16d bytes in ROM\n%16d bytes in RAM\n",$$b{text}+$$b{data},$$b{data}+$$b{bss}); }'
asms:
--- 88,92 ----
bytes: FORCE
! @$(OBJDUMP) -h $(MAIN_EXE) | perl -ne '$$b{$$1}=hex $$2 if /^\s*\d+\s*\.(text|data|bss)\s+(\S+)/; END { printf("%16d bytes in ROM\n%16d bytes in RAM\n",$$b{text}+$$b{data},$$b{data}+$$b{bss}); }'
asms:
More information about the Tinyos-2-commits
mailing list