forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix part 2 for DUMP of unreferenced LINKAGE fields
- Loading branch information
rjnorman74
committed
May 17, 2022
1 parent
7239157
commit b742e24
Showing
6 changed files
with
142 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
|
||
2022-05-17 Ron Norman <[email protected]> | ||
|
||
* codegen.c : Emit original field offset in cob_symbol table | ||
|
||
2022-04-12 Ron Norman <[email protected]> | ||
|
||
* cobc.c : Minor code reformat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
2022-05-16 Ron Norman <[email protected]> | ||
2022-05-17 Ron Norman <[email protected]> | ||
|
||
* common.h: Add 'roffset' to cob_symbol to hold original offset of field | ||
* common.c: Fix issue with a dump incorrectly reporting 'CODEGEN ERROR' | ||
|
||
2022-04-12 Ron Norman <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters