summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-10-26 19:44:33 +0000
committerPaul Brook <paul@codesourcery.com>2006-10-26 19:44:33 +0000
commit635aebe3f609e27563f257373eb8ead401d0bfd4 (patch)
tree7e9c36db453b81c7aa208d043757b97f9ff4f61c
parentbf0563b623cf9525c03ea8675ac794c78f7b6170 (diff)
downloadgdb-635aebe3f609e27563f257373eb8ead401d0bfd4.tar.gz
2006-10-26 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.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 98e6ccf140d..1d464111e53 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,13 @@
2006-10-26 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.
+
+2006-10-26 Paul Brook <paul@codesourcery.com>
+
binutils/
* objdump.c (disassemble_section): Set info->symtab_pos.
(disassemble_data): Set info->symtab and info->symtab_size.