This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 1/2] Add MicroBlaze support to elf/elf.h
- From: Roland McGrath <roland at hack dot frob dot com>
- To: David Holsgrove <david dot holsgrove at xilinx dot com>
- Cc: <libc-alpha at sourceware dot org>, <libc-ports at sourceware dot org>, <joseph at codesourcery dot com>, <john dot williams at xilinx dot com>, <edgar dot iglesias at xilinx dot com>, <vinod dot kathail at xilinx dot com>, <vidhumouli dot hunsigida at xilinx dot com>, <nagaraju dot mekala at xilinx dot com>, <tom dot shui at xilinx dot com>
- Date: Mon, 8 Apr 2013 15:15:20 -0700 (PDT)
- Subject: Re: [PATCH v2 1/2] Add MicroBlaze support to elf/elf.h
- References: <1364652885-28535-1-git-send-email-david dot holsgrove at xilinx dot com> <d7a1734f-3dae-4834-9c90-ea40f4db0755 at CO1EHSMHS011 dot ehs dot local>
> +#define EM_MICROBLAZE 189 /* Xilinx MicroBlaze 32-bit RISC soft processor core */
Just "Xilinx MicroBlaze" is enough here, and keeps the line from getting
too long.
If all the R_MICROBLAZE_* macros match the names and values in trunk
binutils (and those in your psABI document), then this change is OK
with the comment change above.
Thanks,
Roland