Re: [PATCH] elf.h: Use EI_NIDENT instead of numeric value

2017-10-16 Thread Sascha Hauer
On Mon, Oct 09, 2017 at 04:40:53PM +0300, Antony Pavlov wrote:
> This is an adoption of the linux kernel commit
> 
> | commit eb6900fbfa43cb50391b80b38608e25280705693
> | Author: Cyrill Gorcunov 
> | Date:   Tue Apr 29 01:01:17 2008 -0700
> |
> | ELF: Use EI_NIDENT instead of numeric value
> |
> | Signed-off-by: Cyrill Gorcunov 
> | Signed-off-by: Andrew Morton 
> | Signed-off-by: Linus Torvalds 
> 
> Signed-off-by: Antony Pavlov 
> ---
>  include/elf.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/include/elf.h b/include/elf.h
> index a749bec34e..ebcec7db0d 100644
> --- a/include/elf.h
> +++ b/include/elf.h
> @@ -207,7 +207,7 @@ typedef struct elf32_hdr{
>  } Elf32_Ehdr;
>  
>  typedef struct elf64_hdr {
> -  unsigned char  e_ident[16];/* ELF "magic number" */
> +  unsigned char  e_ident[EI_NIDENT]; /* ELF "magic number" */
>Elf64_Half e_type;
>Elf64_Half e_machine;
>Elf64_Word e_version;
> -- 
> 2.14.1
> 
> 

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |

___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


[PATCH] elf.h: Use EI_NIDENT instead of numeric value

2017-10-09 Thread Antony Pavlov
This is an adoption of the linux kernel commit

| commit eb6900fbfa43cb50391b80b38608e25280705693
| Author: Cyrill Gorcunov 
| Date:   Tue Apr 29 01:01:17 2008 -0700
|
| ELF: Use EI_NIDENT instead of numeric value
|
| Signed-off-by: Cyrill Gorcunov 
| Signed-off-by: Andrew Morton 
| Signed-off-by: Linus Torvalds 

Signed-off-by: Antony Pavlov 
---
 include/elf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/elf.h b/include/elf.h
index a749bec34e..ebcec7db0d 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -207,7 +207,7 @@ typedef struct elf32_hdr{
 } Elf32_Ehdr;
 
 typedef struct elf64_hdr {
-  unsigned chare_ident[16];/* ELF "magic number" */
+  unsigned chare_ident[EI_NIDENT]; /* ELF "magic number" */
   Elf64_Half e_type;
   Elf64_Half e_machine;
   Elf64_Word e_version;
-- 
2.14.1


___
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox