[M3commit] [modula3/cm3] 1c636d: add markers to indicate we changed the files
Jay Krell
jay.krell at cornell.edu
Sun Jun 14 04:19:09 CEST 2015
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: 1c636d400a21bf2a90d3fe8a86e663a1b4cc7b48
https://github.com/modula3/cm3/commit/1c636d400a21bf2a90d3fe8a86e663a1b4cc7b48
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-10 (Wed, 10 Jun 2015)
Changed paths:
M m3-sys/m3cc/gcc-4.7/gcc/dbxout.c
M m3-sys/m3cc/gcc-4.7/gcc/dbxout.h
M m3-sys/m3cc/gcc-apple/gcc/dbxout.c
M m3-sys/m3cc/gcc-apple/gcc/dbxout.h
Log Message:
-----------
add markers to indicate we changed the files
port 32bit wchar support from gcc-4.7 to gcc-apple (m3gdb stuff), so it compiles
Commit: e955b370eaadacda14dd476c32f475582baa7fe9
https://github.com/modula3/cm3/commit/e955b370eaadacda14dd476c32f475582baa7fe9
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-10 (Wed, 10 Jun 2015)
Changed paths:
M m3-libs/m3core/src/text/TextLiteral.i3
Log Message:
-----------
Lower maximum text literal size slightly, just enough so a 32bit host
can target a 64bit target. Ideally this limit is much larger.
Note that this isn't maximum TEXT size but maximum TextLiteral size.
Commit: 7b324079a1c57aaa42d04ebd419f1ca03f4455d7
https://github.com/modula3/cm3/commit/7b324079a1c57aaa42d04ebd419f1ca03f4455d7
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M scripts/python/make-dist.py
Log Message:
-----------
Don't build m3cc if using C backend.
Commit: bb507a8b98e723bf36fab6c20dade87f87e6c317
https://github.com/modula3/cm3/commit/bb507a8b98e723bf36fab6c20dade87f87e6c317
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M scripts/python/pylib.py
Log Message:
-----------
global ExtraArgs
experimentally append "c" to BuildDir for C backend
Commit: 565658615084f42ace7e2433477e92906332b575
https://github.com/modula3/cm3/commit/565658615084f42ace7e2433477e92906332b575
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M m3-sys/m3tests/src/p2/p258/Dump.i3
M m3-sys/m3tests/src/p2/p258/Main.m3
M m3-sys/m3tests/src/p2/p258/dump.c
Log Message:
-----------
Focus on the edge cases, trying to see sign extension occuring.
But that isn't actually what happens, it isn't what is supposed to happen.
Commit: da3ab6d71f1acd84693c50ec482733a8dedc5976
https://github.com/modula3/cm3/commit/da3ab6d71f1acd84693c50ec482733a8dedc5976
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M m3-sys/m3cc/gcc-4.7/gcc/genpeep.c
M m3-sys/m3cc/gcc-apple/gcc/genpeep.c
Log Message:
-----------
quash warning about generated file having no symbols
Commit: 392d35c2dd5581db2c7b155b47c0567ceeab7d52
https://github.com/modula3/cm3/commit/392d35c2dd5581db2c7b155b47c0567ceeab7d52
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M m3-sys/m3cc/gcc-4.7/gcc/dbxout.c
M m3-sys/m3cc/gcc-4.7/gcc/dbxout.h
M m3-sys/m3cc/gcc-apple/gcc/dbxout.c
Log Message:
-----------
fix failure to link for targets with no stabs support, e.g. VMS, maybe HP-UX
Commit: 5df81880039ee48af75ac420d78a6e1e85ef3898
https://github.com/modula3/cm3/commit/5df81880039ee48af75ac420d78a6e1e85ef3898
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M m3-sys/m3cc/gcc-4.7/gcc/dbxout.h
Log Message:
-----------
undo meaningless change
Commit: 78664a08cd8dfbb64a908c4d9ff1f644adf0bfe2
https://github.com/modula3/cm3/commit/78664a08cd8dfbb64a908c4d9ff1f644adf0bfe2
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M m3-sys/m3cc/src/buildmany.sh
M m3-sys/m3cc/src/clean_marker.txt
Log Message:
-----------
move IA64_NT from buildmany.sh
Commit: c0f988723f7fcd81f5e5f6109d7964e8365ed4be
https://github.com/modula3/cm3/commit/c0f988723f7fcd81f5e5f6109d7964e8365ed4be
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-13 (Sat, 13 Jun 2015)
Changed paths:
M scripts/python/pylib.py
M scripts/python/upgrade.py
Log Message:
-----------
make BuildDir public (ename from _BuildDir)
append c to BuildDir for C backend
fixup Main.m3 handling -- mklib_Main vs. cm3_Main
still a problem with cm3cg bootstrapping here
real solution will be to make directories and libraries and
then maybe no wildcarding on *.o -- or isolation of the link too
into a directory
Commit: 0f990affe653491ee9cce5ca7d0d5c41c1e6c806
https://github.com/modula3/cm3/commit/0f990affe653491ee9cce5ca7d0d5c41c1e6c806
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2015-06-13 (Sat, 13 Jun 2015)
Changed paths:
M m3-sys/mklib/src/m3makefile
Log Message:
-----------
reenable mklib for all hosts/targets -- it should compile with release now,
as the dependenies in m3core has been copied in
Compare: https://github.com/modula3/cm3/compare/b2ce7052ad33...0f990affe653
More information about the M3commit
mailing list