This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3, ARM] Fix error handling for pc-relative vstr in Thumb mode.


On 12/03/13 16:27, Will Newton wrote:

2013-03-12 Will Newton <will.newton@linaro.org>


	* config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
	in vstr in Thumb mode for pre-ARMv7 cores.

gas/testsuite/ChangeLog:

2013-03-12 Will Newton <will.newton@linaro.org>

	* gas/arm/vstr-thumb-bad.d: Assemble with -mcpu=arm1156t2f-s.
---
  gas/config/tc-arm.c                    | 2 +-
  gas/testsuite/gas/arm/vstr-thumb-bad.d | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


OK.


R.

Changes in v3:

- Specify -mcpu=arm1156t2f-s rather than no CPU type.

Changes in v2:

- There already was a test for this but it was testing the case where ARMv7 is enabled, so reuse that test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]