Browse Source

Merge upstream commit r1259:
"Add support for Flash OS timestamps to ld-tigcc, contributed by Lionel Debroux."

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/doc/System/Info/ld@1266 9552661e-59e3-4036-b4f2-dbe53926924f

debrouxl 15 years ago
parent
commit
9a79debce2

File diff suppressed because it is too large
+ 0 - 0
symbols.hss


+ 2 - 2
symbols_ld_link_time_d.hss → symbols_ld_link_time_day.hss

@@ -1,6 +1,6 @@
 [Main]
-Title=__ld_link_time_d
+Title=__ld_link_time_day
 
 [Top]
 This built-in symbol represents the current day when starting the linking
-process. It's written in binary form, not in string form.
+process. It is written in binary form, not in string form.

+ 2 - 2
symbols_ld_link_time_m.hss → symbols_ld_link_time_month.hss

@@ -1,6 +1,6 @@
 [Main]
-Title=__ld_link_time_m
+Title=__ld_link_time_month
 
 [Top]
 This built-in symbol represents the current month when starting the linking
-process. It's written in binary form, not in string form.
+process. It is written in binary form, not in string form.

+ 5 - 5
symbols_ld_link_time_timestamp.hss

@@ -3,8 +3,8 @@ Title=__ld_link_time_timestamp
 
 [Top]
 This built-in symbol represents the number of seconds elapsed between
-January 1st 1997 00:00:00 GMT and the beginning of the linking process.
-It's written in binary form, not in string form.<BR><BR>
-This built-in is provided so that Flash OS can define a meaningful value for
-the 0x320 cert field, 0x900 subfield contained in their header, thus mimicking
-AMS and its FlashApps.
+January 1st 1997, 00:00:00 UTC and the beginning of the linking process.
+It is written in binary form, not in string form.<BR><BR>
+This built-in is provided so that the Flash OS support library can define a
+meaningful value for the 0x900 subfield of the 0x320 certificate field contained
+in the Flash OS header, thus mimicking AMS and its FlashApps.

+ 2 - 2
symbols_ld_link_time_y.hss → symbols_ld_link_time_year.hss

@@ -1,6 +1,6 @@
 [Main]
-Title=__ld_link_time_y
+Title=__ld_link_time_year
 
 [Top]
 This built-in symbol represents the current year when starting the linking
-process. It's written in binary form, not in string form.
+process. It is written in binary form, not in string form.

Some files were not shown because too many files changed in this diff