diff options
author | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-05-14 06:45:42 +0000 |
commit | 8944f3c2775287a2e34027b8ce4d2823eb304013 (patch) | |
tree | ca41d4d5db6213fd3bec56434ff6bb827817f286 /opcodes | |
parent | 20c625669c8a34593ff477627c9c0f92d310d31d (diff) | |
download | gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.zip gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.gz gdb-8944f3c2775287a2e34027b8ce4d2823eb304013.tar.bz2 |
update dependencies
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 | ||||
-rw-r--r-- | opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d0ac1cd..a20e120 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2008-05-14 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + 2008-05-02 H.J. Lu <hongjiu.lu@intel.com> * i386-dis.c (MOVBE_Fixup): New. @@ -85,7 +90,7 @@ * i386-opc.tbl: Fix protX to allow memory in the middle operand. * i386-tbl.h: Regenerate from i386-opc.tbl. - + 2008-04-14 Edmar Wienskoski <edmar@freescale.com> * ppc-dis.c (powerpc_dialect): Handle "e500mc". Extend "e500" to @@ -601,7 +606,7 @@ (i386_opcode_modifier): Remove intelmnemonic. Add attsyntax and intelsyntax. - * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax + * i386-opc.tbl: Remove IntelMnemonic and update with ATTSyntax on fsub, fubp, fsubr, fsubrp, div, fdivp, fdivr and fdivrp. * i386-tbl.h: Regenerated. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index c10c57d..8c14565 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1128,7 +1128,7 @@ s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \ s390-opc.tab s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h + $(INCDIR)/symcat.h opintl.h $(INCDIR)/opcode/s390.h score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index e351a3d..06d1c73 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -51,7 +51,9 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ - $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ + $(top_srcdir)/../config/nls.m4 \ + $(top_srcdir)/../config/override.m4 \ + $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/proginstall.m4 \ $(top_srcdir)/../config/progtest.m4 \ $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ @@ -1677,7 +1679,7 @@ s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \ s390-opc.tab s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \ - $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h + $(INCDIR)/symcat.h opintl.h $(INCDIR)/opcode/s390.h score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \ score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \ |