This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, microblaze, bfd/gas/ld] Add support for MicroBlaze little-endian (microblazeel)


On Sun, Nov 11, 2012 at 4:23 PM, Michael Eager <eager@eagerm.com> wrote:
> On 11/11/2012 03:38 PM, David Holsgrove wrote:
>
>> I think the testcases for little endian may have been missed from that
>> commit also;
>>
>>            * gas/microblaze/endian.exp: New file - endian
>>              testcase for microblaze / microblazeel.
>>            * gas/microblaze/endian.s: Likewise.
>>            * gas/microblaze/endian_be.d: Likewise.
>>            * gas/microblaze/endian_le.d: Likewise.
>>            * gas/microblaze/endian_le_elf.d: Likewise.
>

I checked in this patch to fix gas ChangeLog entry.


-- 
H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.4877
diff -u -p -r1.4877 ChangeLog
--- ChangeLog	9 Nov 2012 18:07:08 -0000	1.4877
+++ ChangeLog	12 Nov 2012 16:39:11 -0000
@@ -46,13 +46,12 @@

 2012-11-09  David Holsgrove  <david.holsgrove@xilinx.com>

-	* gas/microblaze/endian.exp: New file - endian testcase for
microblaze / microblazeel.
-	* gas/microblaze/endian.s: Likewise.
-	* gas/microblaze/endian_be.d: Likewise.
-	* gas/microblaze/endian_le.d: Likewise.
-	* gas/microblaze/endian_le_elf.d: Likewise.
-	* gas/microblaze/reloc_sym.d: Update to accept targets other than
elf32-microblaze.
-	* gas/microblaze/special_reg.d: Likewise.
+	* tc-microblaze.c (md_longopts): Define OPTION_EB and
+	OPTION_EL for target.
+	(md_parse_option): Likewise.
+	* tc-microblaze.h: Set elf32-microblazeel if not
+	target_big_endian for TARGET_FORMAT.
+	* configure.tgt: Add microblazeel and set endian per target.

 2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]