diff options
author | Nick Clifton <nickc@redhat.com> | 2011-09-29 11:06:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-09-29 11:06:49 +0000 |
commit | 29deef8805ffa069090f191a22ec7538649cd70f (patch) | |
tree | 789fa8bd6cfbf6b397cfd651b8a1b6d63ac84447 /libgloss/ChangeLog | |
parent | 8a91ddb36763aab9339bba50e6da3ebc796ceaef (diff) | |
download | cygnal-29deef8805ffa069090f191a22ec7538649cd70f.tar.gz cygnal-29deef8805ffa069090f191a22ec7538649cd70f.tar.bz2 cygnal-29deef8805ffa069090f191a22ec7538649cd70f.zip |
* arm/arm.h (HAVE_CALL_INDIRECT): Define.
* arm/crt0.S (indirect_call): New macro. Encodes indirect
function calls. Does not use blx for pre-armv5 targets.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index fcdb5f513..afea6bb46 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,9 @@ +2011-09-29 Bin Cheng <bin.cheng@arm.com> + + * arm/arm.h (HAVE_CALL_INDIRECT): Define. + * arm/crt0.S (indirect_call): New macro. Encodes indirect + function calls. Does not use blx for pre-armv5 targets. + 2011-08-19 Nick Clifton <nickc@redhat.com> * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo |