diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-09-08 21:12:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-09-08 21:12:26 +0000 |
commit | 794a16b09d11d06071aabed77434d91672e3867e (patch) | |
tree | 20d9a1931da4d0111affa056f81345d70838c024 /opcodes/ChangeLog | |
parent | 8ec1b2a18848a9aa225842bb96cb927133f1ba37 (diff) | |
download | gdb-794a16b09d11d06071aabed77434d91672e3867e.zip gdb-794a16b09d11d06071aabed77434d91672e3867e.tar.gz gdb-794a16b09d11d06071aabed77434d91672e3867e.tar.bz2 |
Makefile.in bug fixes and sparc-opc.c addition
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d5baafd..b09f0fe 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,21 @@ +Tue Sep 8 17:02:58 1992 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * Makefile.in (install): Get the library name right here too. + Don't install bfd.h, since it's unrelated to this library. No + subdirs to recurse into, either. + (CFILES): The source file has a .c suffix, not .o. + + * sparc-opc.c: New file, moved from BFD. + * Makefile.in (OFILES): Build it. + +Thu Sep 3 16:59:20 1992 Michael Werner (mtw@cygnus.com) + + * z8k-dis.c: fixed forward refferences of some declarations. + +Mon Aug 31 16:09:45 1992 Michael Werner (mtw@cygnus.com) + + * Makefile.in: get the name of the library right + Mon Aug 31 13:47:35 1992 Steve Chamberlain (sac@thepub.cygnus.com) * z8k-dis.c: knows how to disassemble z8k stuff |