opcodes/
authorDaniel Jacobowitz <drow@false.org>
Wed, 22 Nov 2006 17:45:57 +0000 (17:45 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 22 Nov 2006 17:45:57 +0000 (17:45 +0000)
commite821645dee843d03841ed5bcf046ffae265b535e
tree406e47eb2c9d358cde23d19e91f965ed748a8a16
parenta13e2c95aa6a29e5e302edf7fdb51bc17a5a74cb
opcodes/
* arm-dis.c (last_is_thumb): Delete.
(enum map_type, last_type): New.
(print_insn_data): New.
(get_sym_code_type): Take MAP_TYPE argument.  Check the type of
the right symbol.  Handle $d.
(print_insn): Check for mapping symbols even without a normal
symbol.  Adjust searching.  If $d is found see how much data
to print.  Handle data.
gas/
* config/tc-arm.h (md_cons_align): Define.
(mapping_state): New prototype.
* config/tc-arm.c (mapping_state): Make global.
gas/testsuite/
* gas/arm/arm7t.d, gas/arm/neon-ldst-rm.d, gas/arm/thumb2_pool.d,
gas/arm/tls.d: Update for $d support.
* gas/arm/mapshort.d, gas/arm/mapshort.s: New test.
* gas/elf/section2.e-armeabi: Update.
* gas/elf/section2.e-armelf: New file.
* gas/elf/elf.exp: Use it.
ld/testsuite/
* ld-arm/mixed-app.d, ld-arm/tls-app.d, ld-arm/tls-lib.d: Update
for $d support.
19 files changed:
gas/ChangeLog
gas/config/tc-arm.c
gas/config/tc-arm.h
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arm7t.d
gas/testsuite/gas/arm/mapshort.d [new file with mode: 0644]
gas/testsuite/gas/arm/mapshort.s [new file with mode: 0644]
gas/testsuite/gas/arm/neon-ldst-rm.d
gas/testsuite/gas/arm/thumb2_pool.d
gas/testsuite/gas/arm/tls.d
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/section2.e-armeabi
gas/testsuite/gas/elf/section2.e-armelf [new file with mode: 0644]
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/mixed-app.d
ld/testsuite/ld-arm/tls-app.d
ld/testsuite/ld-arm/tls-lib.d
opcodes/ChangeLog
opcodes/arm-dis.c