aboutsummaryrefslogtreecommitdiff
path: root/gas/config/bfin-aux.h
AgeCommit message (Collapse)AuthorFilesLines
2010-01-14 * config/bfin-aux.h: Remove argument names in functionJie Zhang1-130/+43
declarations. * config/bfin-lex.l (parse_int): Fix shadowed variable name warning. * config/bfin-parse.y (value_match): Remove argument names in declaration. (notethat): Likewise. (yyerror): Likewise.
2009-09-03 * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.Jie Zhang1-0/+3
* config/tc-bfin.c (bfin_start_line_hook): Remove. (bfin_loop_beginend): New. * config/tc-bfin.h (bfin_start_line_hook): Don't declare. (md_start_line_hook): Don't define. * config/bfin-aux.h (bfin_loop_beginend): Declare. testsuite/ * gas/bfin/loop.s, gas/bfin/loop.d: New test. * gas/bfin/loop2.s, gas/bfin/loop2.d: New test. * gas/bfin/loop3.s, gas/bfin/loop3.d: New test. * gas/bfin/bfin.exp: Add the new tests.
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-31 * config/bfin-aux.h: Change format from DOS to UNIX.Jie Zhang1-151/+151
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2005-09-30 * Makefile.am: Bfin support.Catherine Moore1-0/+151
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * configure: Regenerated. * configure.in: Bfin support. * configure.tgt: Bfin support. * config/bfin-aux.h: New file. * config/bfin-defs.h: New file. * config/bfin-lex.l: New file. * config/bfin-parse.y: New file. * config/tc-bfin.c: New file. * config/tc-bfin.h: New file. * doc/Makefile.am: Recognize c-bfin.texi. * doc/Makefile.in: Regenerated. * doc/all.texi: Bfin support. * doc/as.texinfo: Likewise. * doc/c-bfin.texi: Document bfin-specific syntax and directives.