Age | Commit message (Expand) | Author | Files | Lines |
2021-09-06 | Fix potential uninitialised variable in microblaze assembler code. | Nick Clifton | 1 | -1/+1 |
2021-07-01 | opcodes: constify & scope microblaze opcodes | Mike Frysinger | 1 | -2/+2 |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 1 | -7/+6 |
2021-03-31 | Use bool in gas | Alan Modra | 1 | -19/+19 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -9/+23 |
2020-08-20 | Port gas/config/* to str_htab. | Martin Liska | 1 | -12/+12 |
2020-05-25 | gas: Update fr_literal access in frag for GCC 10 | H.J. Lu | 1 | -1/+1 |
2020-02-02 | ELF: Add support for unique section ID to assembler | H.J. Lu | 1 | -6/+6 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+1 |
2019-05-14 | A series of fixes to addres problems detected by compiling the assembler with... | Nick Clifton | 1 | -4/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-04-17 | [MicroBlaze] PIC data text relative | Michael Eager | 1 | -9/+36 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-04-04 | Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX | H.J. Lu | 1 | -6/+12 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -2/+2 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-10-06 | -Wimplicit-fallthrough warning fixes | Alan Modra | 1 | -0/+1 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -2/+2 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -1/+2 |
2016-04-01 | Constify more | Alan Modra | 1 | -1/+1 |
2016-03-29 | make md_parse_option () take a const char * | Trevor Saunders | 1 | -1/+1 |
2016-03-24 | make microblaze build with -Wwrite-strings | Trevor Saunders | 1 | -4/+4 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -1/+1 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -3/+3 |
2016-02-01 | Fix error building Microblaze assembler on a 32-bit host. | Nick Clifton | 1 | -2/+2 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-11-16 | gas: microblaze: fix shift overflow | Mike Frysinger | 1 | -1/+1 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -7/+6 |
2015-04-02 | Second fix for microblaze gas port's ability to parse constants. | Nick Clifton | 1 | -4/+10 |
2015-04-02 | Fixes a bug in the microblaze assembler where it would not complain about con... | Nick Clifton | 1 | -5/+5 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -5/+4 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2012-12-11 | Microblaze: Add support for handling TLS symbol suffixes and generating | Michael Eager | 1 | -45/+155 |
2012-11-29 | opcodes/Changelog: | Michael Eager | 1 | -4/+3 |
2012-11-21 | Add stack high register and stack low register for MicroBlaze | Michael Eager | 1 | -0/+20 |
2012-11-14 | opcodes/ | Michael Eager | 1 | -0/+18 |
2012-11-09 | Add microblazeel target support to bfd, gas and ld. | Michael Eager | 1 | -0/+11 |
2012-11-07 | 2012-11-07 David Holsgrove <david.holsgrove@xilinx.com> | Michael Eager | 1 | -3/+0 |
2012-10-31 | 2012-10-31 David Holsgrove <david.holsgrove@xilinx.com> | Michael Eager | 1 | -1/+2 |
2012-05-17 | PR 14072 | Nick Clifton | 1 | -1/+1 |
2012-05-05 | Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_section | Alan Modra | 1 | -3/+3 |
2010-08-25 | * config/tc-d10v.c (do_assemble): Correctly detect overflow of | Alan Modra | 1 | -1/+3 |
2010-06-28 | * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define. | Alan Modra | 1 | -5/+2 |
2009-12-14 | * config/tc-microblaze.c (md_assemble): Rename 'imm' to 'immed' in | Nick Clifton | 1 | -67/+67 |
2009-08-29 | Updated sources to avoid using the identifier name "new", which is a | Nick Clifton | 1 | -11/+11 |
2009-08-17 | * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h. | Nick Clifton | 1 | -13/+13 |