From 3dcf9a885ee4fd34d3e672c6c79fe98b86aa212a Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 16 Sep 2019 11:47:22 -0700 Subject: [PATCH 1/3] Automatically port Reflection.PortableExecutable.Machine --- .../Machine.xml | 51 ++++++++++--------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/xml/System.Reflection.PortableExecutable/Machine.xml b/xml/System.Reflection.PortableExecutable/Machine.xml index 6cd4a642570..fd535337893 100644 --- a/xml/System.Reflection.PortableExecutable/Machine.xml +++ b/xml/System.Reflection.PortableExecutable/Machine.xml @@ -1,3 +1,4 @@ + @@ -44,7 +45,7 @@ 388 - To be added. + Alpha. @@ -69,7 +70,7 @@ 644 - To be added. + ALPHA64. @@ -94,7 +95,7 @@ 467 - To be added. + Matsushita AM33. @@ -119,7 +120,7 @@ 34404 - To be added. + AMD64 (K8). @@ -144,7 +145,7 @@ 448 - To be added. + ARM little endian. @@ -165,7 +166,7 @@ 43620 - To be added. + ARM64. @@ -190,7 +191,7 @@ 452 - To be added. + ARM Thumb-2 little endian. @@ -215,7 +216,7 @@ 3772 - To be added. + EFI Byte Code. @@ -240,7 +241,7 @@ 332 - To be added. + Intel 386. @@ -265,7 +266,7 @@ 512 - To be added. + Intel 64. @@ -290,7 +291,7 @@ 36929 - To be added. + M32R little-endian. @@ -315,7 +316,7 @@ 614 - To be added. + MIPS. @@ -340,7 +341,7 @@ 870 - To be added. + MIPS with FPU. @@ -365,7 +366,7 @@ 1126 - To be added. + MIPS16 with FPU. @@ -390,7 +391,7 @@ 496 - To be added. + IBM PowerPC little endian. @@ -415,7 +416,7 @@ 497 - To be added. + PowerPCFP. @@ -440,7 +441,7 @@ 418 - To be added. + Hitachi SH3 little endian. @@ -465,7 +466,7 @@ 419 - To be added. + Hitachi SH3 DSP. @@ -490,7 +491,7 @@ 420 - To be added. + Hitachi SH3 little endian. @@ -515,7 +516,7 @@ 422 - To be added. + Hitachi SH4 little endian. @@ -540,7 +541,7 @@ 424 - To be added. + Hitachi SH5. @@ -565,7 +566,7 @@ 450 - To be added. + Thumb. @@ -590,7 +591,7 @@ 1312 - To be added. + Infineon. @@ -615,7 +616,7 @@ 0 - To be added. + The target CPU is unknown or not specified. @@ -640,7 +641,7 @@ 361 - To be added. + MIPS little-endian WCE v2. From 78b1fd03698754510024514d9e25849e573dad3b Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Mon, 16 Sep 2019 11:58:27 -0700 Subject: [PATCH 2/3] removed top line --- xml/System.Reflection.PortableExecutable/Machine.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/xml/System.Reflection.PortableExecutable/Machine.xml b/xml/System.Reflection.PortableExecutable/Machine.xml index fd535337893..4cc3023111a 100644 --- a/xml/System.Reflection.PortableExecutable/Machine.xml +++ b/xml/System.Reflection.PortableExecutable/Machine.xml @@ -1,4 +1,3 @@ - From b33d987ec8ca537fb583685218ebca843cca2a35 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Wed, 25 Sep 2019 14:47:01 -0700 Subject: [PATCH 3/3] adding summary as suggested by rpetrusha, using text by sdmaclea --- xml/System.Reflection.PortableExecutable/Machine.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Reflection.PortableExecutable/Machine.xml b/xml/System.Reflection.PortableExecutable/Machine.xml index 4cc3023111a..bdf36f50799 100644 --- a/xml/System.Reflection.PortableExecutable/Machine.xml +++ b/xml/System.Reflection.PortableExecutable/Machine.xml @@ -18,7 +18,7 @@ System.Enum - To be added. + Specifies the target machine's CPU architecture. To be added.