aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-microblaze.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05microblaze: drop/restrict override of .text, .data, and .bssJan Beulich1-37/+9
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-15ELF: drop "push" parameter from obj_elf_change_section()Jan Beulich1-6/+6
2023-10-20bfd: microblaze: Add 32_NONE reloc typeNeal Frager1-0/+3
2023-10-15opcodes: microblaze: Add new bit-field instructionsNeal Frager1-1/+82
2023-10-07Revert "opcodes: microblaze: Add new bit-field instructions"Michael J. Eager1-76/+1
2023-10-06opcodes: microblaze: Add new bit-field instructionsNeal Frager1-1/+76
2023-09-29tc-microblaze.c - int compare for X_add_number.Neal Frager1-1/+1
2023-09-28Added support in gas for mlittle-endian and mbig-endian flags as options.Michael J. Eager1-0/+5
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-06Fix potential uninitialised variable in microblaze assembler code.Nick Clifton1-1/+1
2021-07-01opcodes: constify & scope microblaze opcodesMike Frysinger1-2/+2
2021-04-01Use startswith in gas subfolder.Martin Liska1-7/+6
2021-03-31Use bool in gasAlan Modra1-19/+19
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-9/+23
2020-08-20Port gas/config/* to str_htab.Martin Liska1-12/+12
2020-05-25gas: Update fr_literal access in frag for GCC 10H.J. Lu1-1/+1
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu1-6/+6
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-2/+1
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-4/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-04-17[MicroBlaze] PIC data text relativeMichael Eager1-9/+36
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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