From: Felix Lee Date: Thu, 18 Sep 1997 06:03:52 +0000 (+0000) Subject: sanitization fixes. typoes, missing fences, "start" instead of "end", etc. X-Git-Tag: gdb-4_18~4699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e906c081acc98069ea4b47a7b43face23b158dd;p=external%2Fbinutils.git sanitization fixes. typoes, missing fences, "start" instead of "end", etc. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fa1dffa..c529425 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -282,7 +282,7 @@ Mon Aug 25 11:21:48 1997 Nick Clifton start-sanitize-v850e * config/tc-v850.c (parse_register_list): Support constant expressions as register lists. -start-sanitize-v850e +end-sanitize-v850e Mon Aug 25 10:19:34 1997 Nick Clifton @@ -429,25 +429,15 @@ Fri Aug 15 14:00:13 1997 Ian Lance Taylor Wed Aug 13 18:58:56 1997 Nick Clifton -start-sanitize-v850e - * config/.Sanitize (Do-first, Do-last): Add support for keep-v850e - command line option. -end-sanitize-v850e - -start-sanitize-v850eq - * config/.Sanitize (Do-first, Do-last): Add support for keep-v850eq - command line option. -end-sanitize-v850eq - start-sanitize-v850eq * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option): Add support for v850eq instructions. -start-sanitize-v850eq +end-sanitize-v850eq start-sanitize-v850e * config/tc-v850.c (md_assemble, md_show_usage, md_parse_option): Add support for v850e instructions. -start-sanitize-v850e +end-sanitize-v850e * config/tc-v850.c (md_assemble): Fix error recovery to reload text of entire opcode. diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi index 06919ff..58fe9f0 100644 --- a/gas/doc/c-v850.texi +++ b/gas/doc/c-v850.texi @@ -45,21 +45,21 @@ Specifies that the assembled code should be marked as being targeted at the V850 processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c start-santize-v850e +@c start-sanitize-v850e @cindex @code{-mv850e} command line option, V850 @item -mv850e Specifies that the assembled code should be marked as being targeted at the V850E processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c end-santize-v850e +@c end-sanitize-v850e -@c start-santize-v850eq +@c start-sanitize-v850eq @cindex @code{-mv850eq} command line option, V850 @item -mv850eq Specifies that the assembled code should be marked as being targeted at the V850EQ processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c end-santize-v850eq +@c end-sanitize-v850eq @end table @@ -172,7 +172,7 @@ ecr @cindex @code{psw} register, V850 @item system register 5 psw -@c start-santize-v850e +@c start-sanitize-v850e @cindex @code{ctpc} register, V850 @item system register 16 ctpc @@ -188,7 +188,7 @@ dbpsw @cindex @code{ctbp} register, V850 @item system register 20 ctbp -@c end-santize-v850e +@c end-sanitize-v850e @end table @node V850 Floating Point @@ -220,21 +220,21 @@ Specifies that the assembled code should be marked as being targeted at the V850 processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c start-santize-v850e +@c start-sanitize-v850e @cindex @code{.v850e} directive, V850 @item .v850e Specifies that the assembled code should be marked as being targeted at the V850E processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c end-santize-v850e +@c end-sanitize-v850e -@c start-santize-v850eq +@c start-sanitize-v850eq @cindex @code{.v850eq} directive, V850 @item .v850eq Specifies that the assembled code should be marked as being targeted at the V850EQ processor. This allows the linker to detect attempts to link such code with code assembled for other processors. -@c end-santize-v850eq +@c end-sanitize-v850eq @end table @@ -294,7 +294,7 @@ in the top bit of the lo() pseudo op, the movhi instruction actually stores 0 into r6 (0xFFFF + 1 = 0x0000), so that the movea instruction stores 0xFFFFFFFF into r6 - the right value. -@c start-santize-v850e +@c start-sanitize-v850e @cindex @code{hilo} pseudo-op, V850 @item hilo() Computes the 32 bit value of the given expression and stores it into @@ -305,7 +305,7 @@ mov instruction). For example: computes the absolute address of label 'here' and puts the result into register 6. -@c end-santize-v850e +@c end-sanitize-v850e @cindex @code{sdaoff} pseudo-op, V850 @item sdaoff() @@ -329,9 +329,9 @@ command line option]. Computes the offset of the named variable from the start of the Tiny Data Area (whoes address is held in register 30, the EP register) and stores the result as a -@c start-santize-v850e +@c start-sanitize-v850e 4,5, -@c end-santize-v850e +@c end-sanitize-v850e 7 or 8 bit unsigned value in the immediate operand field of the given instruction. For example: @@ -358,7 +358,7 @@ that the label is somewhere within the first 32K of memory. (Strictly speaking it also possible to access the last 32K of memory as well, as the offsets are signed). -@c start-santize-v850e +@c start-sanitize-v850e @cindex @code{ctoff} pseudo-op, V850 @item ctoff() Computes the offset of the named variable from the start of the Call @@ -371,7 +371,7 @@ example: will put the call the function whoes address is held in the call table at the location labeled 'table_func1'. -@c end-santize-v850e +@c end-sanitize-v850e @end table diff --git a/gas/testsuite/gas/d30v/.Sanitize b/gas/testsuite/gas/d30v/.Sanitize index b0e76cc..8dfc440 100644 --- a/gas/testsuite/gas/d30v/.Sanitize +++ b/gas/testsuite/gas/d30v/.Sanitize @@ -16,6 +16,6 @@ opt.s reloc.d reloc.s -This-to-lose: +Things-to-lose: Do-last: \ No newline at end of file diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 77f796e..3affff7 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -451,7 +451,7 @@ Sun Feb 5 16:19:46 1995 David Mosberger-Tang filename printed in the call-graph function index; line-level profiling should still work, but requires some patience - * cg_print.c (cg_print_index): sanitized printing of index when + * cg_print.c (cg_print_index): sanitised printing of index when using FSF-style output; in particular, output width is now controlled via option --width and the function tries hard to keep columns aligned even in the presence of (occasional) long names diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e1363fa..3b39a18 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -64,16 +64,6 @@ Mon Aug 18 11:05:58 1997 Nick Clifton Wed Aug 13 18:45:48 1997 Nick Clifton -start-sanitize-v850e - * .Sanitize (Do-first, Do-last): Add support for keep-v850e - command line option. -end-sanitize-v850e - -start-sanitize-v850eq - * .Sanitize (Do-first, Do-last): Add support for keep-v850eq - command line options. -end-sanitize-v850eq - * v850.h (struct v850_opcode): Add flags field. (struct v850_operand): Extend meaning of 'bits' and 'shift' fields. diff --git a/include/opcode/v850.h b/include/opcode/v850.h index c2205e0..02dd17a 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -62,7 +62,7 @@ struct v850_opcode /* end-sanitize-v850e */ /* start-sanitize-v850eq */ #define PROCESSOR_V850EQ (1 << 2) /* Just the V850EQ. */ -/* start-sanitize-v850eq */ +/* end-sanitize-v850eq */ /* The table itself is sorted by major opcode number, and is otherwise in the order in which the disassembler should consider diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8a2d6e0..0676c2e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -81,7 +81,7 @@ Fri Sep 12 11:43:54 1997 Nick Clifton * v850-dis.c (disassemble): Improved display of register lists. -start-sanitize-v850e +end-sanitize-v850e Thu Sep 11 17:35:10 1997 Doug Evans * sparc-opc.c (sparc_opcodes): Fix assembler args to @@ -157,7 +157,7 @@ Mon Aug 18 11:10:03 1997 Nick Clifton start-sanitize-v850eq * v850-opc.c (v850_opcodes[]): Add support for reversed short load opcodes.. -start-sanitize-v850eq +end-sanitize-v850eq start-sanitize-v850e Mon Aug 18 11:08:25 1997 Nick Clifton @@ -186,25 +186,19 @@ Fri Aug 15 05:17:48 1997 Doug Evans Wed Aug 13 18:52:11 1997 Nick Clifton start-sanitize-v850eq - * .Sanitize (Do-first): Add support for keep-v850eq command line - option. - * v850-dis.c (disassemble): Add support for v850EQ instructions. * v850-opc.c (insert_i5div, extract_i5div): New Functions. (v850_opcodes): Add v850EQ instructions. end-sanitize-v850eq start-sanitize-v850e - * .Sanitize (Do-first): Add support for keep-v850e command line - option. - * v850-dis.c (disassemble): Add support for v850E instructions. * v850-opc.c (insert_d5_4, extract_d5_4, insert_d16_16, extract_d16_16, insert_i9, extract_i9, insert_u9, extract_u9, insert_spe, extract_spe): New Functions. (v850_opcodes): Add v850E instructions. -start-sanitize-v850e +end-sanitize-v850e * v850-opc.c: Reorganised and re-layed out to improve readability and portability. @@ -1435,8 +1429,7 @@ Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com) (v850_opcodes): Fix mask for jarl and jr. * v850-dis.c: New file. Skeleton for disassembler support. - * Makefile.in Remove v850 references, they're not needed here - and they weren't being sanitized away. + * Makefile.in Remove v850 references, they're not needed here. * configure.in: Add v850-dis.o when building v850 toolchains. * configure: Rebuilt. * disassemble.c (disassembler): Call v850 disassembler. diff --git a/opcodes/v850-opc.c b/opcodes/v850-opc.c index b568524..bafb985 100644 --- a/opcodes/v850-opc.c +++ b/opcodes/v850-opc.c @@ -277,7 +277,6 @@ extract_u9 (insn, invalid) return ret; } -/* start-sanitize-v850e */ static unsigned long insert_spe (insn, value, errmsg) unsigned long insn; diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 47ae556..8787007 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -94,7 +94,7 @@ Mon Sep 15 18:44:05 1997 Jim Wilson * simops.c (Multiply64): Don't store into register zero. -start-sanitize-v850e +end-sanitize-v850e Tue Sep 16 09:02:00 1997 Andrew Cagney * Makefile.in (semantics.o): Add dependency. @@ -439,7 +439,7 @@ Mon Aug 18 10:59:02 1997 Nick Clifton * simops.c (OP_300, OP_400, OP_60, OP_70): Support variant opcodes with US bit set in the PSW. -start-sanitize-v850eq +end-sanitize-v850eq Wed Aug 13 19:06:55 1997 Nick Clifton @@ -461,15 +461,9 @@ start-sanitize-v850e * simops.c: Add support for v850e instructions. - * .Sanitize (Do-first, Do-last): Add support for keep-v850e - command line option. - end-sanitize-v850e start-sanitize-v850eq - * .Sanitize (Do-first, Do-last): Add support for keep-v850eq - command line option. - * simops.c: Add support for v850eq instructions. end-sanitize-v850eq