diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-02-17 20:44:32 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-02-17 20:44:32 +0000 |
commit | 07f27bb80c97939639598ef622548e830adb2ae7 (patch) | |
tree | 056c1da603d9d56c03fdc7633fdd7c292109abfd /opcodes | |
parent | 842eba6688d36ea2752e66de0958df3e7af2c004 (diff) | |
download | gdb-07f27bb80c97939639598ef622548e830adb2ae7.zip gdb-07f27bb80c97939639598ef622548e830adb2ae7.tar.gz gdb-07f27bb80c97939639598ef622548e830adb2ae7.tar.bz2 |
* arc-dis.c (arc_get_disassembler): Change argument to int,
one of bfd_mach_arc_xxx. All callers updated.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index fd76397..787a1eb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-arc +Fri Feb 17 12:42:25 1995 Doug Evans <dje@chestnut.cygnus.com> + + * arc-dis.c (arc_get_disassembler): Change argument to int, + one of bfd_mach_arc_xxx. All callers updated. +end-sanitize-arc + Thu Feb 16 17:34:41 1995 Ian Lance Taylor <ian@cygnus.com> * mips-opc.c: Add r4650 mul instruction. |