diff options
author | John Gilmore <gnu@cygnus> | 1992-09-26 05:41:54 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-26 05:41:54 +0000 |
commit | c005c66cca2fd392f49a29861001bcc413cc7050 (patch) | |
tree | 9e55b1c2e560c73e0f6d07b511cf25371bc6a169 /binutils/ChangeLog | |
parent | df4d92f60f0a19f54fdc06f1cdcbc0bf7e3ed948 (diff) | |
download | gdb-c005c66cca2fd392f49a29861001bcc413cc7050.zip gdb-c005c66cca2fd392f49a29861001bcc413cc7050.tar.gz gdb-c005c66cca2fd392f49a29861001bcc413cc7050.tar.bz2 |
* i960-pinsn.c: Change bzero to memset.
* sparc-pinsn.c: Change index to strchr.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bfe2e60..4254b54 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Fri Sep 25 22:41:08 1992 John Gilmore (gnu@cygnus.com) + + * i960-pinsn.c: Change bzero to memset. + * sparc-pinsn.c: Change index to strchr. + +Mon Sep 21 14:39:56 1992 Ian Lance Taylor (ian@cygnus.com) + + * m68k-pinsn (print_insn_arg, fetch_arg): added support for + operands to memory management instructions, from WRS. + Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (install): if $(tooldir) exists, install nm and |