Discussion:
CVS commit: pcc/arch/vax
Anders Magnusson
2014-10-10 16:08:40 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Fri Oct 10 16:08:40 UTC 2014

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

Log Message:
Use %lld, not %Ld.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pcc/arch/vax/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-11 15:57:17 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Oct 11 15:57:17 UTC 2014

Modified Files:
pcc/arch/vax: local2.c table.c

Log Message:
Fix problem with a gas bug and long long printouts.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pcc/arch/vax/local2.c
cvs rdiff -u -r1.26 -r1.27 pcc/arch/vax/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-12 09:18:19 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 09:18:19 UTC 2014

Modified Files:
pcc/arch/vax: code.c

Log Message:
Correct arg base for small arguments.
__builtin_return_address should return 0 if not supported, not
random address.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pcc/arch/vax/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-12 09:59:31 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 09:59:31 UTC 2014

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

Log Message:
rmove() must understand long long, which did not exist when this code was written.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pcc/arch/vax/local2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-12 10:05:28 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 10:05:28 UTC 2014

Modified Files:
pcc/arch/vax: table.c

Log Message:
Two more places where long long constants may show up.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pcc/arch/vax/table.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-12 13:16:33 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Oct 12 13:16:33 UTC 2014

Modified Files:
pcc/arch/vax: order.c

Log Message:
Missed ending of dynamic arrays in order.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pcc/arch/vax/order.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-10-13 08:46:33 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Oct 13 08:46:33 UTC 2014

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

Log Message:
Fix rounding of stack for struct argiments.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pcc/arch/vax/local2.c

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

Loading...