Update of /cvsroot/ro-oslib/OSLib/!OsLib/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31364/docs
Modified Files:
ChangeLog
Log Message:
Fix for GCC GCCSDK 3.4.6 Release 1 more strict APCS specification behaviour : make sure the GCC
APCS selection does not conflict with the assembler backend APCS selection.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/docs/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** ChangeLog 25 Jan 2006 10:12:09 -0000 1.79
--- ChangeLog 18 Jun 2006 21:29:22 -0000 1.80
***************
*** 13,16 ****
--- 13,23 ----
- GNUmakefile: install target didn't properly copy all generated header
files (20060125-1, John Tytgat)
+ - DefMod2: gcc in GCCSDK 3.4.6 Release 1 onwards will pass the APCS flavour
+ to the assembler backend so in order not the confuse the assembler seeing
+ conflicting APCS speficiations we now specify the APCS flaviour via the
+ gcc options '-mapcs-26'/'-mapcs-32' too and also as assembler options
+ '-apcs26'/'-apcs32' (the latter for pre-GCCSDK 3.4.6 Release 1 releases
+ compatibility).
+ (20060618-1, John Tytgat)
OSLib 6.80 - Tony van der Hoff 31/12/2005
|