summaryrefslogtreecommitdiff
path: root/gas/config/tc-bfin.c
Commit message (Expand)AuthorAgeFilesLines
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-2/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Don't include libbfd.h outside of bfd, part 1Alan Modra2016-07-161-1/+0
* remove a few sentinalsTrevor Saunders2016-06-251-12/+12
* use XNEW and related macros moreTrevor Saunders2016-05-131-2/+2
* update many old style function definitionsTrevor Saunders2016-04-201-1/+1
* bfin: simplify current_inputlineTrevor Saunders2016-04-031-4/+2
* Constify moreAlan Modra2016-04-011-1/+1
* get rid of K&R style argsTrevor Saunders2016-03-311-9/+3
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* replace some obstack_alloc () calls with the XOBNEW wrapperTrevor Saunders2016-03-291-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-271-2/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Don't use register keywordAlan Modra2014-11-041-1/+1
* Prepare gas for 64-bit obstacksAlan Modra2014-07-261-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* gas: blackfin: add support for bf54x-0.4Mike Frysinger2011-03-151-0/+5
* gas: blackfin: support numeric local labels with LOOP_BEGIN/LOOP_END pseudo i...Mike Frysinger2010-10-111-0/+9
* gas: blackfin: fix LOOP_BEGIN/LOOP_END pseudo insns handling of local labelsMike Frysinger2010-10-111-2/+5
* opcodes/gas: blackfin: support OUTC debug insnMike Frysinger2010-09-221-0/+10
* gas: blackfin: add support for BF51x-0.2 processorsMike Frysinger2010-09-221-0/+4
* gas: blackfin: add support for BF592 processorsMike Frysinger2010-09-221-1/+5
* gas: blackfin: allow end-of-line comments via #Mike Frysinger2010-09-221-2/+2
* strip trailing whitespace in Blackfin filesMike Frysinger2010-03-101-10/+10
* add support for Blackfin bf504/bf506Mike Frysinger2010-03-101-0/+6
* * doc/as.texinfo: Add Blackfin options.Jie Zhang2010-03-101-2/+5
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-41/+41
* gas/Jie Zhang2009-09-041-0/+3
* * config/tc-bfin.c (md_parse_option): Call as_fatal for badJie Zhang2009-09-031-6/+2
* gas/Jie Zhang2009-09-031-157/+0
* * config/tc-bfin.c (md_assemble): Bump line counters if there isJie Zhang2009-09-031-0/+4
* * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.Jie Zhang2009-09-031-117/+25
* update copyright datesAlan Modra2009-09-021-1/+1
* 2007-09-28 Bernd Schmidt <bernd.schmidt@analog.com>Jie Zhang2009-09-011-2/+0
* * read.c (TC_START_LABEL): Add a new argument.Jie Zhang2009-09-011-8/+7
* From Jie Zhang <jie.zhang@analog.com>Bernd Schmidt2009-08-111-0/+234
* gas/Bernd Schmidt2009-08-111-2/+741
* * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton2009-06-221-3/+1
* Remove unnecessary casts on obstack_alloc invocations.Alan Modra2008-10-211-2/+2
* * config/bfin-parse.y: Use C style comments.Alan Modra2008-10-201-4/+4
* Banish PARAMS and PTR. Convert to ISO C.Alan Modra2008-08-121-3/+1
* * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.Jie Zhang2008-07-221-0/+3
* 2008-04-23 Mike Frysinger <vapier@gentoo.org>Mike Frysinger2008-04-231-3/+17
* gas/:Bernd Schmidt2008-03-261-6/+9