diff mbox series

elf: Add EM_INTELGT for Intel Graphics Technology

Message ID 20210319174124.1660775-1-hjl.tools@gmail.com
State New
Headers show
Series elf: Add EM_INTELGT for Intel Graphics Technology | expand

Commit Message

H.J. Lu March 19, 2021, 5:41 p.m. UTC
Add EM_INTELGT (205) for Intel Graphics Technology which has been added
to gABI:

https://groups.google.com/g/generic-abi/c/ofBevXA48dM
---
 elf/elf.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Florian Weimer March 19, 2021, 5:55 p.m. UTC | #1
* H. J. Lu via Libc-alpha:

> Add EM_INTELGT (205) for Intel Graphics Technology which has been added
> to gABI:
>
> https://groups.google.com/g/generic-abi/c/ofBevXA48dM
> ---
>  elf/elf.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/elf/elf.h b/elf/elf.h
> index 4f838d4af2..2a62b98d4a 100644
> --- a/elf/elf.h
> +++ b/elf/elf.h
> @@ -336,7 +336,8 @@ typedef struct
>  #define EM_BA2		202	/* Beyond BA2 */
>  #define EM_XCORE	203	/* XMOS xCORE */
>  #define EM_MCHP_PIC	204	/* Microchip 8-bit PIC(r) */
> -				/* reserved 205-209 */
> +#define EM_INTELGT	205	/* Intel Graphics Technology */
> +				/* reserved 206-209 */
>  #define EM_KM32		210	/* KM211 KM32 */
>  #define EM_KMX32	211	/* KM211 KMX32 */
>  #define EM_EMX16	212	/* KM211 KMX16 */

Looks okay, thanks.
diff mbox series

Patch

diff --git a/elf/elf.h b/elf/elf.h
index 4f838d4af2..2a62b98d4a 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -336,7 +336,8 @@  typedef struct
 #define EM_BA2		202	/* Beyond BA2 */
 #define EM_XCORE	203	/* XMOS xCORE */
 #define EM_MCHP_PIC	204	/* Microchip 8-bit PIC(r) */
-				/* reserved 205-209 */
+#define EM_INTELGT	205	/* Intel Graphics Technology */
+				/* reserved 206-209 */
 #define EM_KM32		210	/* KM211 KM32 */
 #define EM_KMX32	211	/* KM211 KMX32 */
 #define EM_EMX16	212	/* KM211 KMX16 */