summaryrefslogtreecommitdiffstats
path: root/ms/uplink-x86.pl
AgeCommit message (Collapse)Author
2016-04-20Copyright consolidation: perl filesRich Salz
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATERichard Levitte
This gets rid of the BEGINRAW..ENDRAW sections in crypto/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-02-10ms/uplink-x86.pl: make it work.Andy Polyakov
Reviewed-by: Richard Levitte <levitte@openssl.org>
2008-07-22Split ms/uplink.pl to corresponding platform versions.Andy Polyakov