Changeset 1260 for trunk/tigcc/ld-tigcc/special.c
- Timestamp:
- 08/07/08 03:10:26 (4 years ago)
- File:
-
- 1 edited
-
trunk/tigcc/ld-tigcc/special.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tigcc/ld-tigcc/special.c
r278 r1260 754 754 { 755 755 NewValue = Program->Version; 756 HasValue = TRUE; 757 } 758 } 759 else if (SymNameMatches ("link_time_y")) // Preliminary name 760 { 761 if (Program->ResolveAllBuiltins) 762 { 763 NewValue = Program->LinkTime.year; 764 HasValue = TRUE; 765 } 766 } 767 else if (SymNameMatches ("link_time_m")) // Preliminary name 768 { 769 if (Program->ResolveAllBuiltins) 770 { 771 NewValue = Program->LinkTime.month; 772 HasValue = TRUE; 773 } 774 } 775 else if (SymNameMatches ("link_time_d")) // Preliminary name 776 { 777 if (Program->ResolveAllBuiltins) 778 { 779 NewValue = Program->LinkTime.day; 780 HasValue = TRUE; 781 } 782 } 783 else if (SymNameMatches ("link_time_timestamp")) // Preliminary name 784 { 785 if (Program->ResolveAllBuiltins) 786 { 787 NewValue = Program->LinkTime.LinkTime; 756 788 HasValue = TRUE; 757 789 }
Note: See TracChangeset
for help on using the changeset viewer.
