OSDN Git Service

* config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
authorjiez <jiez>
Thu, 3 Sep 2009 15:36:01 +0000 (15:36 +0000)
committerjiez <jiez>
Thu, 3 Sep 2009 15:36:01 +0000 (15:36 +0000)
commit76c774e6fabf568893b2a5dd741afa4b73caf0c5
treebdbd516187f66384e0f24d073fb4b40bbcbc9708
parentfa0c92d8a014465bf695d318146399a027bd351b
* config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
* 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.
13 files changed:
gas/ChangeLog
gas/config/bfin-aux.h
gas/config/bfin-parse.y
gas/config/tc-bfin.c
gas/config/tc-bfin.h
gas/testsuite/ChangeLog
gas/testsuite/gas/bfin/bfin.exp
gas/testsuite/gas/bfin/loop.d [new file with mode: 0644]
gas/testsuite/gas/bfin/loop.s [new file with mode: 0644]
gas/testsuite/gas/bfin/loop2.d [new file with mode: 0644]
gas/testsuite/gas/bfin/loop2.s [new file with mode: 0644]
gas/testsuite/gas/bfin/loop3.d [new file with mode: 0644]
gas/testsuite/gas/bfin/loop3.s [new file with mode: 0644]