diff options
author | Zack Weinberg <zackw@panix.com> | 2005-06-13 15:34:39 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2005-06-13 15:34:39 +0000 |
commit | 37f6032b8594c94b585732cf7ae09affe8614eee (patch) | |
tree | 7d3a71c810ed316b774aad0ff2b6070b5d760810 /gas/ChangeLog | |
parent | 7b5c6b52e4427fd82b0240b52acefb12f83db001 (diff) | |
download | gdb-37f6032b8594c94b585732cf7ae09affe8614eee.zip gdb-37f6032b8594c94b585732cf7ae09affe8614eee.tar.gz gdb-37f6032b8594c94b585732cf7ae09affe8614eee.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9925526..6ca9791 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2005-06-13 Zack Weinberg <zack@codesourcery.com> + + * 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. + 2005-06-10 Alan Modra <amodra@bigpond.net.au> * config/tc-hppa.c (pa_block): Allocate just one byte for the |