qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix linux-user microblaze ELF_ARCH definition
@ 2010-01-17  6:15 Mike Frysinger
  2010-01-17  8:55 ` [Qemu-devel] " Edgar E. Iglesias
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-01-17  6:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Edgar E. Iglesias

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 linux-user/elfload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux-user/elfload.c b/linux-user/elfload.c
index 9b65005..abc5332 100644
--- a/linux-user/elfload.c
+++ b/linux-user/elfload.c
@@ -652,7 +652,7 @@ static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUState *env)
 
 #define ELF_CLASS   ELFCLASS32
 #define ELF_DATA	ELFDATA2MSB
-#define ELF_ARCH    EM_MIPS
+#define ELF_ARCH    EM_XILINX_MICROBLAZE
 
 static inline void init_thread(struct target_pt_regs *regs, struct image_info *infop)
 {
-- 
1.6.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: [PATCH] fix linux-user microblaze ELF_ARCH definition
  2010-01-17  6:15 [Qemu-devel] [PATCH] fix linux-user microblaze ELF_ARCH definition Mike Frysinger
@ 2010-01-17  8:55 ` Edgar E. Iglesias
  0 siblings, 0 replies; 2+ messages in thread
From: Edgar E. Iglesias @ 2010-01-17  8:55 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: qemu-devel

On Sun, Jan 17, 2010 at 01:15:05AM -0500, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  linux-user/elfload.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)


Applied, thanks.


> 
> diff --git a/linux-user/elfload.c b/linux-user/elfload.c
> index 9b65005..abc5332 100644
> --- a/linux-user/elfload.c
> +++ b/linux-user/elfload.c
> @@ -652,7 +652,7 @@ static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUState *env)
>  
>  #define ELF_CLASS   ELFCLASS32
>  #define ELF_DATA	ELFDATA2MSB
> -#define ELF_ARCH    EM_MIPS
> +#define ELF_ARCH    EM_XILINX_MICROBLAZE
>  
>  static inline void init_thread(struct target_pt_regs *regs, struct image_info *infop)
>  {
> -- 
> 1.6.6
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-17  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17  6:15 [Qemu-devel] [PATCH] fix linux-user microblaze ELF_ARCH definition Mike Frysinger
2010-01-17  8:55 ` [Qemu-devel] " Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).