diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-11-03 03:38:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-11-03 03:38:34 +0000 |
commit | a8e2273bba9b658132165d70edb8b47023193e82 (patch) | |
tree | 020ead7a07c53309d4b6aac0b7f32a989937c1b4 /gold/ChangeLog | |
parent | 983fb131e91595e10952d6c965647b76a33d6384 (diff) | |
download | gdb-a8e2273bba9b658132165d70edb8b47023193e82.zip gdb-a8e2273bba9b658132165d70edb8b47023193e82.tar.gz gdb-a8e2273bba9b658132165d70edb8b47023193e82.tar.bz2 |
* arm.cc (Target_arm::may_use_v5t_interworking): Check whether
we are working around the ARM1176 Erratum.
* options.h (General_options::fix_arm1176): Add option.
* testsuite/Makefile.am: Add testcases, and keep current ones
working.
* testsuite/Makefile.in: Regenerate.
* testsuite/arm_fix_1176.s: New file.
* testsuite/arm_fix_1176.sh: Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f75da8e..eb87996 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,16 @@ 2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + * arm.cc (Target_arm::may_use_v5t_interworking): Check whether + we are working around the ARM1176 Erratum. + * options.h (General_options::fix_arm1176): Add option. + * testsuite/Makefile.am: Add testcases, and keep current ones + working. + * testsuite/Makefile.in: Regenerate. + * testsuite/arm_fix_1176.s: New file. + * testsuite/arm_fix_1176.sh: Likewise. + +2011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + * arm.cc (Target_arm::Target_arm): Remove initialisation of may_use_blx_. (Target_arm::may_use_blx): Remove method. |