From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19776 invoked by alias); 26 Apr 2005 05:31:37 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 19758 invoked by uid 9014); 26 Apr 2005 05:31:37 -0000 Date: Tue, 26 Apr 2005 05:31:00 -0000 Message-ID: <20050426053137.19756.qmail@sourceware.org> From: zack@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl X-SW-Source: 2005-q2/txt/msg00022.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: binutils-csl-arm-2005q1-branch Changes by: zack@sourceware.org 2005-04-26 05:31:37 Modified files: . : ChangeLog.csl Log message: Thumb32 assembler. * include/elf/arm.h: Import full set of relocation names from latest AAELF. Make the primary name of all relocations be the one AAELF specifies. Provide aliases under the traditional names. Kill FIRST_INVALID_RELOC_* and LAST_INVALID_RELOC_*. * bfd/reloc.c: Reorganize ARM relocations. Remove ARM relocations that are never generated. Document more of the relocations. Add relocations for Thumb32. * bfd/libbfd.h, bfd/bfd-in2.h: Regenerate. * bfd/elf32-arm.c: Reorganize howto tables. Implement Thumb32 relocations. * ld/testsuite/ld-arm/mixed-app.d: Adjust expectations for renamed relocations. * gas/hash.c (hash_find_n): New interface. * gas/hash.h: Prototype it. * gas/config/tc-arm.c: Rewrite and reorganize. Implement 32-bit Thumb instructions. * gas/testsuite/gas/arm: Convert all "gas_test" style tests to "run_dump_test" style tests, for more thorough testing. Make adjustments to expectations where necessary. * gas/testsuite/gas/arm/t16-bad.s, gas/testsuite/gas/arm/tcompat.s * gas/testsuite/gas/arm/tcompat2.s, gas/testsuite/gas/arm/thumb32.s: New test cases. * opcodes/arm-dis.c: Add support for Thumb32 instructions and 16-bit V6T2 instructions. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=binutils-csl-arm-2005q1-branch&r1=1.1.4.7&r2=1.1.4.8