diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-09-06 21:31:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-09-06 21:31:55 +0000 |
commit | 34edb9ad0763d910e11da84a186febeba8354f30 (patch) | |
tree | a33a723be8bdb5e3935b5307783fa01128ab51ec /opcodes/Makefile.in | |
parent | f0027ce2699c8d2a1e9f263838f2f3dd3c74b0eb (diff) | |
download | gdb-34edb9ad0763d910e11da84a186febeba8354f30.zip gdb-34edb9ad0763d910e11da84a186febeba8354f30.tar.gz gdb-34edb9ad0763d910e11da84a186febeba8354f30.tar.bz2 |
2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
* i386-gen.c (table): New.
(process_i386_opcodes): Report errno when faied to open
i386-opc.tbl. Output opcodes to table. Close i386-opc.tbl
before return.
(process_i386_registers): Report errno when faied to open
i386-reg.tbl. Output opcodes to table. Close i386-reg.tbl
before return.
(main): Open i386-tbl.h for output.
* Makefile.am ($(srcdir)/i386-tbl.h): Remove " > $@".
* Makefile.in: Regenerated.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r-- | opcodes/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 953f261..42f83ad 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -1127,7 +1127,7 @@ i386-gen: i386-gen.o i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/i386-tbl.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl - ./i386-gen --srcdir $(srcdir) > $@ + ./i386-gen --srcdir $(srcdir) ia64-gen: ia64-gen.o $(LINK) ia64-gen.o $(LIBIBERTY) |