diff options
-rw-r--r-- | opcodes/ChangeLog | 12 | ||||
-rw-r--r-- | opcodes/Makefile.am | 3 | ||||
-rw-r--r-- | opcodes/Makefile.in | 3 |
3 files changed, 11 insertions, 7 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e9c2e2b..1b47123 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,9 @@ -2007-08-31 Michael Meissner <michael.meissner@amd.com> +2007-09-14 H.J. Lu <hongjiu.lu@intel.com> + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + +2007-09-14 Michael Meissner <michael.meissner@amd.com> Dwarakanath Rajagopal <dwarak.rajagopal@amd.com> Tony Linthicum <tony.linthicum@amd.com> @@ -70,6 +75,7 @@ (cvtph2ps,cvtps2ph): Ditto. * i386-tbl.h: Regenerate from i386-opc.tbl. + * i386-init.h: Likewise. * i386-dis.c (libiberty.h): Include to get ARRAY_SIZE. (dis386_move_test): New disassembly support for move from test @@ -98,10 +104,6 @@ (dis386_twobyte): Add SSE5 24/25/7a/7b support. (three_byte_table): Add rows for describing SSE5 instructions. - * Makefile.am (i386-dis.lo): Add $(INCDIR)/libiberty.h. - - * Makefile.in (i386-dis.lo): Add $(INCDIR)/libiberty.h. - 2007-09-13 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (get_valid_dis386): Take a pointer to diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index d5daa92..5160257 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -806,7 +806,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.h i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ - opintl.h $(INCDIR)/opcode/i386.h + opintl.h $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h \ + $(INCDIR)/ansidecl.h i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \ $(INCDIR)/opcode/i386.h i386-tbl.h diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index ce79db3..b39b463 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -1357,7 +1357,8 @@ i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/opcode/i370.h i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ - opintl.h $(INCDIR)/opcode/i386.h + opintl.h $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h \ + $(INCDIR)/ansidecl.h i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \ $(INCDIR)/opcode/i386.h i386-tbl.h |