aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
AgeCommit message (Expand)AuthorFilesLines
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-12-16Fix AVR assembler so that it creates relocs that will work with linker relaxa...Nick Clifton1-0/+26
2021-08-11Add a -mno-dollar-line-separator command line option to the AVR assembler.Matt Jacobson1-2/+12
2021-07-21as_bad_subtractAlan Modra1-3/+3
2021-04-01Use startswith in gas subfolder.Martin Liska1-4/+4
2021-03-31Use bool in gasAlan Modra1-32/+32
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-6/+6
2020-08-21Rearrange symbol_create parametersAlan Modra1-1/+1
2020-08-20Port gas/config/* to str_htab.Martin Liska1-15/+17
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-04-16Make frag fr_fix unsignedAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-3/+1
2018-09-06PR23570, AVR .noinit section defaults to PROGBITSAlan Modra1-19/+0
2018-09-03Change the .section directive for the AVR assembler so that the .noinit secti...Nick Clifton1-0/+19
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-19Fix the AVR assembler so that it will correctly issue warnings about skipped ...Nick Clifton1-3/+11
2017-07-17Update assembler documentation on some AVR cores.Georg-Johann Lay1-1/+12
2017-06-30Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay1-7/+587
2017-05-19Update avrxmega3 linker emulation to support avrxmega2 devices with flash mem...eorg-Johann Lay1-0/+4
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-6/+6
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-06-01avr: replace sentinal with iteration from 0 to ARRAY_SIZETrevor Saunders1-4/+3
2016-04-03use XNEW and related macros moreTrevor Saunders1-4/+3
2016-04-03avr: simplify some option parsing with strcasecmp ()Trevor Saunders1-12/+1
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-2/+2
2016-03-21Remove use of alloca.Nick Clifton1-7/+8
2016-02-25Convert more variables to a constant form.Trevor Saunders1-8/+8
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-10-12avr: Fix bugs in org/align tracking.Andrew Burgess1-3/+7
2015-09-08config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc'...Chen Gang1-1/+1
2015-07-08Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov1-2/+16
2015-04-17Fix avr compiler warningSenthil Kumar Selvaraj1-15/+15
2015-02-25avr/gas: Write out data to track .org/.align usage.Andrew Burgess1-0/+337
2015-01-10gas/avr: Prevent incorrect overflow errors for diff fixups.Andrew Burgess1-0/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-24AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess1-8/+16
2014-12-23AVR: Only set link-relax elf flag when appropriate.Andrew Burgess1-1/+8
2014-07-07Adds support for writing values to AVR system I/O registers.Barney Stratford1-50/+69
2014-07-01Add support for the AVR Tiny series of microcontrollers.Barney Stratford1-28/+79
2014-04-10bfd/ChangeLogDenis Chertykov1-3/+127
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-30/+10
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov1-3/+17
2014-03-29 * gas/ChangeLog: RevertDenis Chertykov1-17/+3
2014-03-29 * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov1-3/+17