diff options
author | Paul Brook <paul@codesourcery.com> | 2011-05-31 14:10:07 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2011-05-31 14:10:07 +0000 |
commit | b58843019a8b7cb79ea5335498bb06c1d59d5d03 (patch) | |
tree | 8c0423bee413248a4e75c1cbd3485a2178f46f5e /gas/ChangeLog | |
parent | 63e1a0fcbacd4cee2d74a2f31c84bce7807e5e77 (diff) | |
download | gdb-b58843019a8b7cb79ea5335498bb06c1d59d5d03.zip gdb-b58843019a8b7cb79ea5335498bb06c1d59d5d03.tar.gz gdb-b58843019a8b7cb79ea5335498bb06c1d59d5d03.tar.bz2 |
2011-05-31 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
loads.
gas/testsuite/
* gas/arm/ldr-global.d: New test.
* gas/arm/ldr-global.s: New test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 28c5231..b795927 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-05-31 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative + loads. + +2011-05-31 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant addresses. |