diff options
author | Nick Clifton <nickc@redhat.com> | 2007-11-06 17:15:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-11-06 17:15:10 +0000 |
commit | 8c7504802aa101a9df8e799e1d1943ab7b5ff80b (patch) | |
tree | 304a13d2252064bcff551cb28d724bef16deffb1 /gas/ChangeLog | |
parent | 102890f04c44b64cf5cef4588267dd9f24086ac7 (diff) | |
download | ppe42-binutils-8c7504802aa101a9df8e799e1d1943ab7b5ff80b.tar.gz ppe42-binutils-8c7504802aa101a9df8e799e1d1943ab7b5ff80b.zip |
* ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke it to see if the optimizations should be applied.
* config/tc-mn10300.h (md_allow_eh_opt): Define. Only allow call frame optimization if linker relaxation is not enabled.
* gas/elf/elf.exp: Disable ehopt test for mn10300.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 637be807f1..e92fccbca9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2007-11-06 Nick Clifton <nickc@redhat.com> + + * ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke + it to see if the optimizations should be applied. + * config/tc-mn10300.h (md_allow_eh_opt): Define. Only allow call + frame optimization if linker relaxation is not enabled. + 2007-11-05 Danny Smith <dannysmith@users.sourceforge.net> * read.c (ALIGN_LIMIT): Rename to ... |