From: Ian Lance Taylor Date: Fri, 1 Nov 1996 18:31:57 +0000 (+0000) Subject: Fri Nov 1 10:31:02 1996 Richard Henderson X-Git-Tag: gdb-4_18~7254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b6263fa2e33130056c79c7fae0d31e6d42c0060;p=platform%2Fupstream%2Fbinutils.git Fri Nov 1 10:31:02 1996 Richard Henderson * 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. --- 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 + + * 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)