aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-bfin.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-03-15gas: blackfin: add support for bf54x-0.4Mike Frysinger1-0/+5
2010-10-11gas: blackfin: support numeric local labels with LOOP_BEGIN/LOOP_END pseudo i...Mike Frysinger1-0/+9
2010-10-11gas: blackfin: fix LOOP_BEGIN/LOOP_END pseudo insns handling of local labelsMike Frysinger1-2/+5
2010-09-22opcodes/gas: blackfin: support OUTC debug insnMike Frysinger1-0/+10
2010-09-22gas: blackfin: add support for BF51x-0.2 processorsMike Frysinger1-0/+4
2010-09-22gas: blackfin: add support for BF592 processorsMike Frysinger1-1/+5
2010-09-22gas: blackfin: allow end-of-line comments via #Mike Frysinger1-2/+2
2010-03-10strip trailing whitespace in Blackfin filesMike Frysinger1-10/+10
2010-03-10add support for Blackfin bf504/bf506Mike Frysinger1-0/+6
2010-03-10 * doc/as.texinfo: Add Blackfin options.Jie Zhang1-2/+5
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-41/+41
2009-09-04 gas/Jie Zhang1-0/+3
2009-09-03 * config/tc-bfin.c (md_parse_option): Call as_fatal for badJie Zhang1-6/+2
2009-09-03 gas/Jie Zhang1-157/+0
2009-09-03 * config/tc-bfin.c (md_assemble): Bump line counters if there isJie Zhang1-0/+4
2009-09-03 * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.Jie Zhang1-117/+25
2009-09-02update copyright datesAlan Modra1-1/+1
2009-09-01 2007-09-28 Bernd Schmidt <bernd.schmidt@analog.com>Jie Zhang1-2/+0
2009-09-01 * read.c (TC_START_LABEL): Add a new argument.Jie Zhang1-8/+7
2009-08-11 From Jie Zhang <jie.zhang@analog.com>Bernd Schmidt1-0/+234
2009-08-11gas/Bernd Schmidt1-2/+741
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-3/+1
2008-10-21Remove unnecessary casts on obstack_alloc invocations.Alan Modra1-2/+2
2008-10-20 * config/bfin-parse.y: Use C style comments.Alan Modra1-4/+4
2008-08-12Banish PARAMS and PTR. Convert to ISO C.Alan Modra1-3/+1
2008-07-22 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.Jie Zhang1-0/+3
2008-04-232008-04-23 Mike Frysinger <vapier@gentoo.org>Mike Frysinger1-3/+17
2008-03-26gas/:Bernd Schmidt1-6/+9
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-51/+2
2007-10-08PR gas/5121 gas/5122 gas/5123 gas/5124 gas/5125 gas/5126 gas/5129 gas/5131 ga...Nick Clifton1-10/+10
2007-10-08PR gas/5135Nick Clifton1-2/+2
2007-10-08PR gas/5136Nick Clifton1-1/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-6/+1
2006-05-23 * config/tc-bfin.c (bfin_start_line_hook): Bump line countersJie Zhang1-1/+12
2006-05-23 * config/bfin-defs.h (bfin_equals): Remove declaration.Jie Zhang1-36/+0
2006-04-23 * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,Kazu Hirata1-1/+1
2006-03-26 * config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.Bernd Schmidt1-50/+142
2005-10-24 * config/tc-bfin.c (Expr_Node_Gen_Reloc): If have symbol + constant,Bernd Schmidt1-0/+15
2005-10-24bfd/Jie Zhang1-4/+2
2005-10-19 * config/tc-bfin.c (md_begin): Let the lex_type of '(' beJie Zhang1-28/+1
2005-09-30 * Makefile.am: Bfin support.Catherine Moore1-0/+1951