* read.c (TC_START_LABEL): Add a new argument.
(read_a_source_file): Pass the beginning of the symbol through the new argument of TC_START_LABEL. * config/tc-arm.h (TC_START_LABEL): Add a new argument. * config/tc-bfin.c (bfin_start_label): Only search '(' and '[' from the beginning of the symbol. * config/tc-bfin.h (TC_START_LABEL): Add the new argument. * config/tc-d30v.h (TC_START_LABEL): Likewise. * config/tc-fr30.h (TC_START_LABEL): Likewise. * config/tc-m32c.h (TC_START_LABEL): Likewise. * config/tc-m32r.h (TC_START_LABEL): Likewise. * config/tc-mep.h (TC_START_LABEL): Likewise. testsuite/ * gas/bfin/stack2.s: Add pop multiple instruction with a label on the same line. * gas/bfin/stack2.d: Adjust accordingly.
Showing
- gas/ChangeLog 15 additions, 0 deletionsgas/ChangeLog
- gas/config/tc-arm.h 1 addition, 1 deletiongas/config/tc-arm.h
- gas/config/tc-bfin.c 7 additions, 8 deletionsgas/config/tc-bfin.c
- gas/config/tc-bfin.h 2 additions, 2 deletionsgas/config/tc-bfin.h
- gas/config/tc-d30v.h 1 addition, 1 deletiongas/config/tc-d30v.h
- gas/config/tc-fr30.h 2 additions, 6 deletionsgas/config/tc-fr30.h
- gas/config/tc-m32c.h 2 additions, 6 deletionsgas/config/tc-m32c.h
- gas/config/tc-m32r.h 1 addition, 1 deletiongas/config/tc-m32r.h
- gas/config/tc-mep.h 1 addition, 1 deletiongas/config/tc-mep.h
- gas/read.c 2 additions, 2 deletionsgas/read.c
- gas/testsuite/ChangeLog 6 additions, 0 deletionsgas/testsuite/ChangeLog
- gas/testsuite/gas/bfin/stack2.d 2 additions, 0 deletionsgas/testsuite/gas/bfin/stack2.d
- gas/testsuite/gas/bfin/stack2.s 2 additions, 0 deletionsgas/testsuite/gas/bfin/stack2.s
Loading
Please register or sign in to comment