diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-13 19:09:01 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2002-08-13 19:09:01 +0000 |
commit | 7eccd7f6f10a3647ba6e7496e62f733f211df93f (patch) | |
tree | fb93b7977d065e4c1c49009029c98626dd5d28ce /opcodes/ChangeLog | |
parent | f07534f64e576918ae2fb91831a0127db8750ad4 (diff) | |
download | ppe42-binutils-7eccd7f6f10a3647ba6e7496e62f733f211df93f.tar.gz ppe42-binutils-7eccd7f6f10a3647ba6e7496e62f733f211df93f.zip |
* m68hc11-opc.c: Update call operand to accept the page definition.
Identify instructions that are branches and calls to generate a
RL_JUMP relocation.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 360a2933a9..2ae61ca860 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2002-08-13 Stephane Carrez <stcarrez@nerim.fr> + * m68hc11-opc.c: Update call operand to accept the page definition. + Identify instructions that are branches and calls to generate a + RL_JUMP relocation. + +2002-08-13 Stephane Carrez <stcarrez@nerim.fr> + * m68hc11-dis.c (print_insn): Take into account 68HC12 memory banks and fix disassembling of call instruction. (print_indexed_operand): New param to tell whether |