Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-10-26 23:44:33 +0400
committerPaul Brook <paul@codesourcery.com>2006-10-26 23:44:33 +0400
commit3fa08044c8ec5124716f6558399b25ba7812a80b (patch)
treef220728e3120fcd71d4d2d3ec19e0faeca246ccc
parent159f289a59022d1dd0d342616bbfca334584b823 (diff)
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 98e6ccf14..1d464111e 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.