lib2hw_mul.S: Fix wrong syntax in branch instruction.
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Wed, 23 Oct 2019 16:52:47 +0000 (16:52 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Wed, 23 Oct 2019 16:52:47 +0000 (16:52 +0000)
commit91c64455e8e75e829eb00de0ec893cefe34a90e8
tree2faef6076a96b994760e6fc1f25e9fd8211422f1
parent161c3bf9ee52b6d9ef1ca2529f823c9bb5a6e690
lib2hw_mul.S: Fix wrong syntax in branch instruction.

2019-10-23  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

* config/msp430/lib2hw_mul.S: Fix wrong syntax in branch instruction.
s/RESULT_LO/RESLO, s/RESULT_HI/RESHI, s/MPY_OP1/MPY,
s/MPY_OP1_S/MPYS, s/MAC_OP1/MAC, s/MPY_OP2/OP2, s/MAC_OP2/OP2.
Define symbols for 32-bit and f5series hardware multiply
register addresses.
Replace hard-coded register addresses with symbols.
Fix "_mspabi*" typo.
Fix whitespace.
* config/msp430/lib2mul.c: Add comment.

From-SVN: r277340
libgcc/ChangeLog
libgcc/config/msp430/lib2hw_mul.S
libgcc/config/msp430/lib2mul.c