aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-04 02:54:57 +0000
committerDoug Evans <dje@google.com>1998-03-04 02:54:57 +0000
commit239f4e323c81eb8b8498a6678ce8d9eb15ec32ef (patch)
tree10d1f514a2e837ac2f8860f7a0a56af17a0fe5f6 /opcodes
parente4726e6dfcf50eb0d95cabbd7a9b39f47d67ccc4 (diff)
downloadgdb-239f4e323c81eb8b8498a6678ce8d9eb15ec32ef.zip
gdb-239f4e323c81eb8b8498a6678ce8d9eb15ec32ef.tar.gz
gdb-239f4e323c81eb8b8498a6678ce8d9eb15ec32ef.tar.bz2
* 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.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 939cdb8..0c958cb 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+Tue Mar 3 18:51:22 1998 Doug Evans <devans@seba.cygnus.com>
+
+ * 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 <gavin@cygnus.com>