non port: devel/msp430-gcc/distinfo |
SVNWeb
|
Number of commits found: 35 |
Thu, 18 Oct 2012
|
[ 14:51 lev ]
(1) Update with latest LTS patches
(2) Add patch from trunk to support FRAM devices.
PR: ports/172352 (2)
Feature safe: yes
|
Sun, 8 Apr 2012
|
[ 15:35 lev ]
Update to brand-new LTS (Long Terms Support) release.
gcc is 4.6.3
binutils is 2.21.1a
Feature safe: yes
|
Sun, 6 Nov 2011
|
[ 17:39 lev ]
Add new patch from upstream:
This fixes an error when calculating strlen on an auto-storage char array that
happens be zero bytes offset from the stack pointer.
extern unsigned int strlen (const char *s);
void setval (char* str, int len);
void useval (const char* str, unsigned char len);
void tryit ()
{
char tmp[17];
setval (tmp, sizeof(tmp));
useval (tmp, strlen(tmp));
}
|
Fri, 4 Nov 2011
|
[ 13:15 lev ]
New patch from upstream:
This fixes an error in comparisons of the lower parts of a multi-word integer
against a constant when using a comparison operation not directly supported
by an MSP430 instruction. E.g.,:
int test_gtu32 (uint32_t x)
{
if (x > 0xFFFF)
return 1;
return 0;
}
|
Thu, 22 Sep 2011
|
[ 10:25 lev ]
Update to latest "upstream" (Long Time Support) patches for all MSP430
toolchain components.
|
Tue, 16 Aug 2011
|
[ 19:55 lev ]
Add new LTS (upstream) patch.
|
Thu, 28 Jul 2011
|
[ 11:52 lev ]
(1) Make binutils/gcc ready for further official bugfix patches
according to new mspgcc release politic.
(2) Add official (mspgcc) ARCH problem patch to binutils.
(3) Add official (mspgcc) patch to gcc.
(4) Fix msp430mcu plist, if it is installed alone.
(5) Make portlint (almost) happy.
|
Tue, 26 Jul 2011
|
[ 16:26 lev ] (Only the first 10 of 25 ports in this commit are shown above. )
Update msp430 toolchain to new version:
mspgcc release 20110716:
binutils-2.21.1.20110716
gcc-4.5.3.20110706
gdb-7.2.20110103
msp430mcu-20110613 (new port, platform headers, converted from offical TI
ones and linking scripts, generated from datasheets).
msp430-libc-1.0.20110612
Preserve old msp430-gcc as `devel/msp430-gcc3'
Make mps430-libc work with both gcc versions.
Add CONFLICTS to msp430-gcc*.
Add LICENSE clauses to all FSF-based ports.
|
Sun, 3 Jul 2011
|
[ 14:59 ohauer ] (Only the first 10 of 1775 ports in this commit are shown above. )
-remove MD5
|
Sun, 22 Jan 2006
|
[ 08:30 edwin ] (Only the first 10 of 673 ports in this commit are shown above. )
SHA256ify
Approved by: krion@
|
Mon, 19 Sep 2005
|
[ 13:39 lev ]
Latest gcc 3.4.4, latest msp430 patches.
|
Tue, 3 Aug 2004
|
[ 10:55 lev ]
Update to latest (and recommended by msp430 maintainers) version 3.4.1
|
Tue, 6 Apr 2004
|
[ 08:56 lev ]
Some bugfixes
|
Wed, 3 Mar 2004
|
[ 13:10 lev ]
Add new devices
|
Tue, 24 Feb 2004
|
[ 14:45 lev ]
New devices added.
New function attribute `task' fo SOS RTOS added.
|
Fri, 6 Feb 2004
|
[ 12:50 lev ]
New option for strict align, some bugfixes.
|
Fri, 5 Dec 2003
|
[ 14:59 lev ]
Fix multiplication code generation.
|
Thu, 20 Nov 2003
|
[ 13:40 lev ]
Fix some old devices, add new ones.
|
Thu, 23 Oct 2003
|
[ 12:23 lev ]
Fixes in compare.
|
Fri, 17 Oct 2003
|
[ 12:51 lev ]
[1] Update to new version.
[2] Really don't install non-unique files. MANx too.
|
Mon, 6 Oct 2003
|
[ 13:16 lev ]
Fix one bug in optimizer/code generator
Obtained from: Target's maintainers
|
Mon, 1 Sep 2003
|
[ 12:22 lev ]
Target's maintainers claim, that gcc 3.2.x produce better code than 3.3.x
All future updates for msp430 target will be provided only for 3.2.x and 3.4
versions of gcc.
So, I've downgraded gcc port to 3.2.3 + last msp430 patches.
Obtained from: Target's maintainers
|
Tue, 26 Aug 2003
|
[ 13:31 lev ]
Some fixes in target.
|
Thu, 14 Aug 2003
|
[ 13:26 lev ]
Update to new gcc release: 3.3.1
|
Tue, 12 Aug 2003
|
[ 12:33 lev ]
Fix some bugs in optimizer.
Obtained from: Target mainainers
|
Fri, 18 Jul 2003
|
[ 13:03 lev ]
Fix "internal compiler error", add some optimizations.
|
Wed, 16 Jul 2003
|
[ 09:33 lev ]
Update with last fixes in target's patches.
|
Thu, 10 Jul 2003
|
[ 11:43 lev ]
Update to last patche's version.
|
Sat, 28 Jun 2003
|
[ 17:54 lev ]
Update to latest patches from mspgcc.sf.net.
Here are two important fixes.
Approved by: sobomax
|
Wed, 25 Jun 2003
|
[ 11:16 lev ]
Update to latest version.
Approved by: sobomax
|
Sun, 6 Apr 2003
|
[ 14:09 nork ]
Update to 3.2.2.20030304.
PR: ports/50395
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
|
Mon, 24 Feb 2003
|
[ 00:39 edwin ]
[MAINTAINER UPDATE] Update port `devel/msp430-gcc' to new, improved
and fixed version based on gcc 3.2.2.
PR: ports/48498
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
|
Fri, 22 Nov 2002
|
[ 18:53 nork ]
Update to 20021120.
PR: ports/45566
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> (maintainer)
|
Mon, 11 Nov 2002
|
[ 06:02 sada ]
- upgrade patchversion to 20021105
- portlint
PR: ports/45161
Submitted by: maintainer
|
Wed, 6 Nov 2002
|
[ 10:16 jkoshy ]
GCC Cross compiler for the Texas Instruments MSP430 architecture.
PR: ports/44139
Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru>
|
Number of commits found: 35 |