diff options
author | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:53:39 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-11-29 17:53:39 +0000 |
commit | e1da3f5b9645750e966e471ff0db480d6450dcb7 (patch) | |
tree | c2b3c0e23c7c61d0c38e755977902505a3659baf /gas/ChangeLog | |
parent | 0eaedd0eb68e6b71c75b1f8d2d9d62a12bde3e9e (diff) | |
download | gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.zip gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.tar.gz gdb-e1da3f5b9645750e966e471ff0db480d6450dcb7.tar.bz2 |
2006-11-29 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (arm_is_eabi): New function.
* config/tc-arm.h (arm_is_eabi): New prototype.
(THUMB_IS_FUNC): Use ELF function type for EABI objects.
* doc/c-arm.texi (.thumb_func): Update documentation.
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 e21af06..d8066c4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2006-11-29 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (arm_is_eabi): New function. + * config/tc-arm.h (arm_is_eabi): New prototype. + (THUMB_IS_FUNC): Use ELF function type for EABI objects. + * doc/c-arm.texi (.thumb_func): Update documentation. + +2006-11-29 Paul Brook <paul@codesourcery.com> + * config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans encoding. |