Gregory McGarry | 2 Sep 2009 11:39
Picon

CVS commit: pcc/cc/cpp


Module Name:	pcc
Committed By:	gmcgarry
Date:		Wed Sep  2 09:39:53 UTC 2009

Modified Files:
	pcc/cc/cpp: cpp.h

Log Message:
Remove prototype which is later declared static.  Fixes build with -Werror.

To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pcc/cc/cpp/cpp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 5 Sep 2009 12:26
Picon

CVS commit: pcc/mip


Module Name:	pcc
Committed By:	ragge
Date:		Sat Sep  5 10:26:55 UTC 2009

Modified Files:
	pcc/mip: reader.c

Log Message:
Must add moves before and after a +r xasm directive even if the node is
in a temporary; the temporary may need to be spilled.

To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 pcc/mip/reader.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 5 Sep 2009 13:39
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Sat Sep  5 11:39:30 UTC 2009

Modified Files:
	pcc/cc/ccom: cgram.y

Log Message:
Accept [*] as [] in prototypes.  Fixes Jira#PCC-94 by Jonathan Gray.

To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pcc/cc/ccom/cgram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 5 Sep 2009 13:41
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Sat Sep  5 11:41:08 UTC 2009

Modified Files:
	pcc/cc/ccom: pftn.c

Log Message:
Fix bug in debug printout of prototype parameters.

To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 6 Sep 2009 18:41
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Sun Sep  6 16:41:07 UTC 2009

Modified Files:
	pcc/cc/ccom: cgram.y pftn.c

Log Message:
Giving multiple declarations of the same prototype failed if there
were dynamic arrays as arguments.

To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.271 -r1.272 pcc/cc/ccom/pftn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 6 Sep 2009 21:34
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Sun Sep  6 19:34:33 UTC 2009

Modified Files:
	pcc/cc/ccom: cgram.y

Log Message:
Rearrange yacc code slightly to avoid a shift/reduce conflict, that
could cause unwanted syntax errors.

To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pcc/cc/ccom/cgram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Gregory McGarry | 7 Sep 2009 10:06
Picon

CVS commit: pcc/arch


Module Name:	pcc
Committed By:	gmcgarry
Date:		Mon Sep  7 08:06:35 UTC 2009

Modified Files:
	pcc/arch/amd64: local.c
	pcc/arch/arm: local.c
	pcc/arch/i386: local.c
	pcc/arch/mips: local.c
	pcc/arch/powerpc: local.c

Log Message:
Return to the text segment after putting reference in constructor table.
Should fix PCC-65.

To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pcc/arch/amd64/local.c
cvs rdiff -u -r1.22 -r1.23 pcc/arch/arm/local.c
cvs rdiff -u -r1.109 -r1.110 pcc/arch/i386/local.c
cvs rdiff -u -r1.20 -r1.21 pcc/arch/mips/local.c
cvs rdiff -u -r1.25 -r1.26 pcc/arch/powerpc/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

mickey | 7 Sep 2009 11:06
Picon

CVS commit: pcc/arch/hppa


Module Name:	pcc
Committed By:	mickey
Date:		Mon Sep  7 09:06:23 UTC 2009

Modified Files:
	pcc/arch/hppa: local.c

Log Message:
add pragma support (from amd64 ;)

To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pcc/arch/hppa/local.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

mickey | 7 Sep 2009 12:15
Picon

CVS commit: pcc/arch/hppa


Module Name:	pcc
Committed By:	mickey
Date:		Mon Sep  7 10:15:03 UTC 2009

Modified Files:
	pcc/arch/hppa: local2.c

Log Message:
fixx fallout form walkf() change and other gcc bitchings

To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pcc/arch/hppa/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Anders Magnusson | 9 Sep 2009 19:05
Picon

CVS commit: pcc/cc/ccom


Module Name:	pcc
Committed By:	ragge
Date:		Wed Sep  9 17:05:45 UTC 2009

Modified Files:
	pcc/cc/ccom: cgram.y

Log Message:
Put back nocon_e, creates better yacc code.

To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 pcc/cc/ccom/cgram.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane