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: Binutils: [Patch, microblaze, gas, opcodes] Add support for slr and shr registers


On 11/08/2012 04:48 AM, David Holsgrove wrote:
Add stack high register and stack low register for MicroBlaze
hardware assisted stack protection, stores stack low / stack high limits
for detecting stack overflow / underflow

Added to gas/testsuite/microblaze/gas/allinsns to check awareness of
registers



binutils/opcodes/Changelog

2012-11-08 Edgar E. Iglesias <edgar.iglesias@gmail.com>

           * microblaze-opcm.h: Add REG_SLR_MASK, REG_SHR_MASK,
             REG_SHR and REG_SLR
           * microblaze-dis.c (get_field_special): Handle REG_SLR_MASK
             and REG_SHR_MASK

binutils/gas/Changelog

2012-11-08 Edgar E. Iglesias <edgar.iglesias@gmail.com>

* config/tc-microblaze.c (parse_reg): Parse REG_SLR, REG_SHR

binutils/gas/testsuite/Changelog

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

           * gas/microblaze/allinsn.s: Test use of SHR, SLR
           * gas/microblaze/allinsn.d: Likewise


Committed.


--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077



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