From: Doug Evans Date: Wed, 4 Mar 1998 02:54:57 +0000 (+0000) Subject: * cgen-asm.in: Move insertion of generated routines to top of file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=239f4e323c81eb8b8498a6678ce8d9eb15ec32ef;p=binutils-gdb.git * cgen-asm.in: Move insertion of generated routines to top of file. (insert_normal): Add prototype. Delete `shift' arg. * cgen-dis.in: Move insertion of generated routines to top of file. (extract_normal): Add prototype. Delete `shift' arg. (print_normal): Add prototype. Call CGEN_PRINT_NORMAL if defined. (print_keyword): Add prototype. Fix type of `attrs' arg. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 939cdb86241..0c958cb55f4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 3 18:51:22 1998 Doug Evans + + * cgen-asm.in: Move insertion of generated routines to top of file. + (insert_normal): Add prototype. Delete `shift' arg. + * cgen-dis.in: Move insertion of generated routines to top of file. + (extract_normal): Add prototype. Delete `shift' arg. + (print_normal): Add prototype. Call CGEN_PRINT_NORMAL if defined. + (print_keyword): Add prototype. Fix type of `attrs' arg. + start-sanitize-vr4320 Tue Mar 3 11:47:58 1998 Gavin Koch