diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-08 19:26:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-08 19:26:40 +0000 |
commit | 0c4f6dc21ac0f465d2dd00b33021a6157b1a941e (patch) | |
tree | 42b01237b5f0471de77af2007a1c006eb291d4e6 /binutils | |
parent | bc6df23d1457c9c5e9616f737659d68d7fef6e50 (diff) | |
download | gdb-0c4f6dc21ac0f465d2dd00b33021a6157b1a941e.zip gdb-0c4f6dc21ac0f465d2dd00b33021a6157b1a941e.tar.gz gdb-0c4f6dc21ac0f465d2dd00b33021a6157b1a941e.tar.bz2 |
Removed disasm_symaddr() function and switched detection of Arm vs Thumb
mode over to state of info->symbol, ala the MIPS port.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4b68c86..d1a74a7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 8 11:22:04 1997 Nick Clifton <nickc@cygnus.com> + + * objdump.c (objdump_print_addr_with_sym): Remove call to + disasm_symaddr() as this function no longer exists. + Tue Dec 2 10:23:50 1997 Nick Clifton <nickc@cygnus.com> * objdump.c (objdump_print_addr_with_sym): Call disasm_symaddr() |