diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-05-14 11:43:42 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-05-14 11:43:42 +0000 |
commit | 1da91f29e18869d159b85ad9bd96086da741b7c8 (patch) | |
tree | 00fb6275b49c6d7d536f104bba582fd5a30806ca /include/opcode | |
parent | cfa8d0617d5969bc5dec4847ee91edc47c598c6b (diff) | |
download | gdb-1da91f29e18869d159b85ad9bd96086da741b7c8.zip gdb-1da91f29e18869d159b85ad9bd96086da741b7c8.tar.gz gdb-1da91f29e18869d159b85ad9bd96086da741b7c8.tar.bz2 |
move split to divide tables more evenly
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index c82b2ae..291f12a 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,34 @@ +Mon May 10 06:02:25 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com) + + * m68k.h: Move split point for gcc compilation more towards + middle. + +Fri Apr 9 13:26:16 1993 Jim Kingdon (kingdon@cygnus.com) + + * rs6k.h: Clean up instructions for primary opcode 19 (many were + simply wrong, ics, rfi, & rfsvc were missing). + Add "a" to opr_ext for "bb". Doc fix. + +Thu Mar 18 13:45:31 1993 Per Bothner (bothner@rtl.cygnus.com) + + * i386.h: 486 extensions from John Hassey (hassey@dg-rtp.dg.com). + * mips.h: Add casts, to suppress warnings about shifting too much. + * m68k.h: Document the placement code '9'. + +Thu Feb 18 02:03:14 1993 John Gilmore (gnu@cygnus.com) + + * m68k.h (BREAK_UP_BIG_DECL, AND_OTHER_PART): Add kludge which + allows callers to break up the large initialized struct full of + opcodes into two half-sized ones. This permits GCC to compile + this module, since it takes exponential space for initializers. + (numopcodes, endop): Revise to use AND_OTHER_PART in size calcs. + +Thu Feb 4 02:06:56 1993 John Gilmore (gnu@cygnus.com) + + * a29k.h: Remove RCS crud, update GPL to v2, update copyrights. + * convex.h: Added, from GDB's convx-opcode.h. Added CONST to all + initialized structs in it. + Thu Jan 28 21:32:22 1993 John Gilmore (gnu@cygnus.com) Delta 88 changes inspired by Carl Greco, <cgreco@Creighton.Edu>: |