mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
e821645dee
* 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 lines
502 B
Makefile
19 lines
502 B
Makefile
|
|
.*: file format elf32-.*arm
|
|
architecture: arm, flags 0x00000112:
|
|
EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x00008204
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008204 <foo>:
|
|
8204: e1a00000 nop \(mov r0,r0\)
|
|
8208: e1a00000 nop \(mov r0,r0\)
|
|
820c: e1a0f00e mov pc, lr
|
|
8210: 000080bc .word 0x000080bc
|
|
8214: 000080b4 .word 0x000080b4
|
|
8218: 000080ac .word 0x000080ac
|
|
821c: 00000004 .word 0x00000004
|
|
8220: 000080c4 .word 0x000080c4
|
|
8224: 00000014 .word 0x00000014
|