From 98b155a20a1f0c9c48bb27ba731c5c6848fdbf2d Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 28 Jan 1998 18:08:06 +0000 Subject: [PATCH] * configure.in: Add dvp support. * configure: Regenerate. * config/tc-dvp.[ch]: New files. And delete old txvu stuff. --- gas/ChangeLog | 62 +++++++----------------------------------------- gas/configure | 2 +- gas/configure.in | 2 +- 3 files changed, 10 insertions(+), 56 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 3dc608d0c50..7f4e06cfea7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,17 +1,16 @@ +start-sanitize-sky +Wed Jan 28 10:00:40 1998 Doug Evans + + * configure.in: Add dvp support. + * configure: Regenerate. + * config/tc-dvp.[ch]: New files. + +end-sanitize-sky Wed Jan 28 09:52:00 1998 Nick Clifton * config/tc-v850.c (v850_insert_operand): Display instruction when an error is encountered. -start-sanitize-sky -Tue Jan 27 14:13:37 1998 Doug Evans - - * config/tc-txvu.c (*): Update to use handle new arguments for - parse/insert/extract/print handlers. - ({encode,decode}_fixup_reloc_type): New function. - (assemble_pke): Write out insn after parsing it. - -end-sanitize-sky Tue Jan 27 13:32:01 1998 Robert Lipe * configure.in (i386-*-sco3.2v5*): Defaults to ELF now. @@ -59,16 +58,6 @@ Tue Jan 27 05:32:05 1998 Richard Henderson * config/obj-bout.h (S_IS_LOCAL): Likewise. * config/obj-coff.h (S_IS_LOCAL): Likewise. -start-sanitize-sky -Mon Jan 26 16:29:49 1998 Doug Evans - - * config/tc-txvu.c: First pass at dma/pke/gpuif support. - (assemble_one_insn): Renamed from assemble_insn. - Initialize errmsg = NULL before calling parse fn. - Allow [] in suffix operand. - (fixups,fixup_count): Make static globals. - -end-sanitize-sky Mon Jan 26 13:07:41 1998 Nick Clifton * config/tc-m32r.c: Detect if explicitly parallel instructions @@ -83,18 +72,6 @@ Mon Jan 26 12:38:54 1998 Nick Clifton reads_from_src_reg(). end-sanitize-m32rx -start-sanitize-sky -Fri Jan 23 18:41:18 1998 Doug Evans - - * config/tc-txvu.c (assemble_insn): Initialize errmsg = NULL - before calling insert routine. Delete test for !isalpha - after parsing mnemonic. ASCII operand chars are case insensitive. - -Thu Jan 22 20:30:24 1998 Doug Evans - - * config/tc-txvu.c (assemble_insn): Commas moved to opcode table. - -end-sanitize-sky Thu Jan 22 17:51:44 1998 Nick Clifton start-sanitize-m32rx @@ -201,21 +178,6 @@ Tue Jan 6 15:36:02 1998 Richard Henderson * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms. (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication. -start-sanitize-sky -Tue Jan 6 13:10:20 1998 Doug Evans - - * config/tc-txvu.c (md_assemble): Handle no separator between - upper and lower insn #ifndef VERTICAL_BAR_SEPARATOR. - (assemble_insn): Likewise. - -Mon Jan 5 14:54:09 1998 Doug Evans - - * config/tc-txvu.c: #include dis-asm.h, opcode/txvu.h, elf/txvu.h. - (md_begin): Call txvu_opcode_init_tables. - (assemble_insn): New function. - (md_assemble): Beginnings of implementation. - -end-sanitize-sky Fri Jan 2 16:08:54 1998 Ian Lance Taylor * config/tc-i386.c (i386_operand): Give an error if there are @@ -225,14 +187,6 @@ Wed Dec 31 12:29:47 1997 Jeffrey A Law (law@cygnus.com) * config/tc-mn10200.c (md_relax_table): Correct branch ranges. -start-sanitize-sky -Mon Dec 22 17:57:51 1997 Doug Evans - - * configure.in: Add txvu support. - * configure: Regenerate. - * config/tc-txvu.[ch]: New files. - -end-sanitize-sky Mon Dec 22 13:06:05 1997 Joel Sherrill * configure.in (i386*-go32-rtems*): Fix to be the same as diff --git a/gas/configure b/gas/configure index f048992a7f0..246e4dba6c6 100755 --- a/gas/configure +++ b/gas/configure @@ -1526,7 +1526,7 @@ EOF # end-sanitize-tic80 # start-sanitize-sky - txvu-*-*) fmt=elf bfd_gas=yes ;; + dvp-*-*) fmt=elf bfd_gas=yes ;; # end-sanitize-sky v850-*-*) fmt=elf bfd_gas=yes ;; diff --git a/gas/configure.in b/gas/configure.in index 5c35b985955..936ae00625d 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -290,7 +290,7 @@ changequote([,])dnl # end-sanitize-tic80 # start-sanitize-sky - txvu-*-*) fmt=elf bfd_gas=yes ;; + dvp-*-*) fmt=elf bfd_gas=yes ;; # end-sanitize-sky v850-*-*) fmt=elf bfd_gas=yes ;; -- 2.30.2