summaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix AVR assembler so that it creates relocs that will work with linker relaxa...Nick Clifton2021-12-161-0/+26
* Add a -mno-dollar-line-separator command line option to the AVR assembler.Matt Jacobson2021-08-111-2/+12
* as_bad_subtractAlan Modra2021-07-211-3/+3
* Use startswith in gas subfolder.Martin Liska2021-04-011-4/+4
* Use bool in gasAlan Modra2021-03-311-32/+32
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-6/+6
* Rearrange symbol_create parametersAlan Modra2020-08-211-1/+1
* Port gas/config/* to str_htab.Martin Liska2020-08-201-15/+17
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Make frag fr_fix unsignedAlan Modra2019-04-161-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-3/+1
* PR23570, AVR .noinit section defaults to PROGBITSAlan Modra2018-09-061-19/+0
* Change the .section directive for the AVR assembler so that the .noinit secti...Nick Clifton2018-09-031-0/+19
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix the AVR assembler so that it will correctly issue warnings about skipped ...Nick Clifton2017-10-191-3/+11
* Update assembler documentation on some AVR cores.Georg-Johann Lay2017-07-171-1/+12
* Add support for a __gcc_isr pseudo isntruction to the AVR assembler.Georg-Johann Lay2017-06-301-7/+587
* Update avrxmega3 linker emulation to support avrxmega2 devices with flash mem...eorg-Johann Lay2017-05-191-0/+4
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-6/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-1/+1
* avr: replace sentinal with iteration from 0 to ARRAY_SIZETrevor Saunders2016-06-011-4/+3
* use XNEW and related macros moreTrevor Saunders2016-04-031-4/+3
* avr: simplify some option parsing with strcasecmp ()Trevor Saunders2016-04-031-12/+1
* Constify moreAlan Modra2016-04-011-1/+1
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-2/+2
* Remove use of alloca.Nick Clifton2016-03-211-7/+8
* Convert more variables to a constant form.Trevor Saunders2016-02-251-8/+8
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* avr: Fix bugs in org/align tracking.Andrew Burgess2015-10-121-3/+7
* config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc'...Chen Gang2015-09-081-1/+1
* Define DIFF_EXPR_OK for avr target to allow PC relative difference relocation.Denis Chertykov2015-07-081-2/+16
* Fix avr compiler warningSenthil Kumar Selvaraj2015-04-171-15/+15
* avr/gas: Write out data to track .org/.align usage.Andrew Burgess2015-02-251-0/+337
* gas/avr: Prevent incorrect overflow errors for diff fixups.Andrew Burgess2015-01-101-0/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* AVR: Assembler now prepares for linker relaxation by default.Andrew Burgess2014-12-241-8/+16
* AVR: Only set link-relax elf flag when appropriate.Andrew Burgess2014-12-231-1/+8
* Adds support for writing values to AVR system I/O registers.Barney Stratford2014-07-071-50/+69
* Add support for the AVR Tiny series of microcontrollers.Barney Stratford2014-07-011-28/+79
* bfd/ChangeLogDenis Chertykov2014-04-101-3/+127
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-30/+10
* * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov2014-03-291-3/+17
* * gas/ChangeLog: RevertDenis Chertykov2014-03-291-17/+3
* * config/tc-avr.c: Add specified_mcu variable for selected mcu.Denis Chertykov2014-03-291-3/+17
* * gas/tc-avr.c: Add new devicesDenis Chertykov2014-03-061-1/+45