OSDN Git Service

gas:
authorZack Weinberg <zackw@panix.com>
Mon, 13 Jun 2005 15:34:39 +0000 (15:34 +0000)
committerZack Weinberg <zackw@panix.com>
Mon, 13 Jun 2005 15:34:39 +0000 (15:34 +0000)
commit7d083dcd761a783babd0423b692dc4dd7cb4d95d
tree9a9a428a06560bd86e9787b468aedb5fc7fa57cf
parent01176a8d73d2b8a6f790cca9dd546f9cdeceb8f3
gas:
* config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
symbolP as well as for names with a leading dot.  Use ACONCAT.
(md_apply_fix): For branch relocations, only replace value
with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
(arm_force_relocation): Remove #ifdef OBJ_ELF case.
* config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
(LOCAL_LABEL_PREFIX): Don't define.
gas/testsuite:
* gas/arm/thumb.s: Only branch to labels defined in this file.
* gas/arm/thumb.d, gas/arm/thumb32.d: Adjust expected output.
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/thumb.d
gas/testsuite/gas/arm/thumb.s
gas/testsuite/gas/arm/thumb32.d