diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:31:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-11-01 18:31:57 +0000 |
commit | 1b6263fa2e33130056c79c7fae0d31e6d42c0060 (patch) | |
tree | 29d68b212d07eb758b0471d1e9582e93b616e10a /include | |
parent | 03e9562378e3e5576bb63cf38e821da829c03eac (diff) | |
download | gdb-1b6263fa2e33130056c79c7fae0d31e6d42c0060.zip gdb-1b6263fa2e33130056c79c7fae0d31e6d42c0060.tar.gz gdb-1b6263fa2e33130056c79c7fae0d31e6d42c0060.tar.bz2 |
Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu>
* alpha.h: Don't include "bfd.h"; private relocation types are now
negative to minimize problems with shared libraries. Organize
instruction subsets by AMASK extensions and PALcode
implementation.
(struct alpha_operand): Move flags slot for better packing.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a7c1061..f74f8a3 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,11 @@ +Fri Nov 1 10:31:02 1996 Richard Henderson <rth@tamu.edu> + + * alpha.h: Don't include "bfd.h"; private relocation types are now + negative to minimize problems with shared libraries. Organize + instruction subsets by AMASK extensions and PALcode + implementation. + (struct alpha_operand): Move flags slot for better packing. + start-sanitize-v850 Tue Oct 29 12:19:10 1996 Jeffrey A Law (law@cygnus.com) |