diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-14 19:28:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-14 19:28:56 +0000 |
commit | c0e9c2a63142e64c74d394569aa5465c0623b4fc (patch) | |
tree | 888fdd815e599c10863d9aed18c447ac9851d5fe /opcodes | |
parent | 85f10a010c33d93dd5c6b21737184898391d3438 (diff) | |
download | gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.zip gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.tar.gz gdb-c0e9c2a63142e64c74d394569aa5465c0623b4fc.tar.bz2 |
2007-09-14 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-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 |