aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-microblaze.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-6/+12
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-1/+2
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-24make microblaze build with -Wwrite-stringsTrevor Saunders1-4/+4
2016-02-25Convert more variables to a constant form.Trevor Saunders1-1/+1
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-3/+3
2016-02-01Fix error building Microblaze assembler on a 32-bit host.Nick Clifton1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-16gas: microblaze: fix shift overflowMike Frysinger1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-7/+6
2015-04-02Second fix for microblaze gas port's ability to parse constants.Nick Clifton1-4/+10
2015-04-02Fixes a bug in the microblaze assembler where it would not complain about con...Nick Clifton1-5/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-5/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-12-11Microblaze: Add support for handling TLS symbol suffixes and generatingMichael Eager1-45/+155
2012-11-29opcodes/Changelog:Michael Eager1-4/+3
2012-11-21Add stack high register and stack low register for MicroBlazeMichael Eager1-0/+20
2012-11-14opcodes/Michael Eager1-0/+18
2012-11-09Add microblazeel target support to bfd, gas and ld.Michael Eager1-0/+11
2012-11-072012-11-07 David Holsgrove <david.holsgrove@xilinx.com>Michael Eager1-3/+0
2012-10-312012-10-31 David Holsgrove <david.holsgrove@xilinx.com>Michael Eager1-1/+2
2012-05-17 PR 14072Nick Clifton1-1/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-3/+3
2010-08-25 * config/tc-d10v.c (do_assemble): Correctly detect overflow ofAlan Modra1-1/+3
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-5/+2
2009-12-14 * config/tc-microblaze.c (md_assemble): Rename 'imm' to 'immed' inNick Clifton1-67/+67
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-11/+11
2009-08-17 * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.Nick Clifton1-13/+13
2009-08-06 Add support for Xilinx MicroBlaze processor.Nick Clifton1-0/+2370