From 06434f5f166690629f2d5ce14e56a7727b259ed0 Mon Sep 17 00:00:00 2001 From: Felix Lee Date: Thu, 11 Dec 1997 04:18:47 +0000 Subject: [PATCH] sanitization fixes. (files not mentioned, fences misspelled) --- ChangeLog | 11 +++-------- gas/config/tc-v850.c | 3 +-- gdb/gdbtk.c | 1 + ld/ChangeLog | 11 ++++++++++- opcodes/ChangeLog | 9 ++++++++- sim/arm/.Sanitize | 1 + sim/testsuite/v850eq-elf/.Sanitize | 8 ++++++++ 7 files changed, 32 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6440337..aa2d076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,16 +20,11 @@ Tue Dec 2 06:51:40 1997 Keith Seitz * configure (GDB_TK): add all-libide to dependency list - * Makefile.in: remove sanitization for ALL libide references - Tue Dec 2 09:04:13 1997 Michael Meissner - * configure.in (host_libs): Build libide all of the time, remove ide - sanitization for it. + * configure.in (host_libs): Build libide all of the time. (noconfigdirs): Remove libide from all places that set noconfigdirs. - * Makefile.in (all-libide): Remove sanitization markers for libide. - Mon Dec 1 10:53:40 1997 Keith Seitz * Makefile.in (all-vmake): remove double dependency on all-libide @@ -81,14 +76,14 @@ Wed Nov 5 11:14:44 1997 Gavin Koch * config.sub: Move tx19 configury to reduce spurious differences with gcc/config.sub. -end-sanitized-tx19 +end-sanitize-tx19 start-sanitize-tx49 Wed Nov 5 11:14:44 1997 Gavin Koch * config.sub: Move tx49 configury to reduce spurious differences with gcc/config.sub. -end-sanitized-tx49 +end-sanitize-tx49 start-sanitize-d30v Thu Oct 30 11:09:29 1997 Michael Meissner diff --git a/gas/config/tc-v850.c b/gas/config/tc-v850.c index f6ed3ba..de7a7d0 100644 --- a/gas/config/tc-v850.c +++ b/gas/config/tc-v850.c @@ -719,7 +719,7 @@ register_name (expressionP) * start-sanitize-v850e * accept_list_names is true iff the special names PS and SR may be * accepted. - * end-sanitize-v850eq + * end-sanitize-v850e * * out: A expressionS structure in expressionP. * The operand may have been a register: in this case, X_op == O_register, @@ -1659,7 +1659,6 @@ md_assemble (str) extra_data_after_insn = true; extra_data_len = 4; extra_data = ex.X_add_number; - ex.X_add_number = 0; } /* end-sanitize-v850e */ diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 8a1a0fd..26d7bad 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -1847,6 +1847,7 @@ gdbtk_init ( argv0 ) /* An interface to ShellExecute. */ if (ide_create_shell_execute_command (interp) != TCL_OK) error ("shell execute command initialization failed"); + /* end-sanitize-ide */ #endif Tcl_CreateCommand (interp, "gdb_cmd", call_wrapper, gdb_cmd, NULL); diff --git a/ld/ChangeLog b/ld/ChangeLog index aebfe69..1788a0d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Wed Dec 10 17:40:08 1997 Nick Clifton + + * scripttempl/armcoff.sc: Add glue sections (code taken from Arm + branch). + + * emulparams/armcoff.sh (TEMPLATE_NAME): Set to armcoff. + + * emultempl/armcoff.em: New file, imported from Arm branch. + start-sanitize-d30v Wed Dec 10 14:10:44 1997 Michael Meissner @@ -13,7 +22,7 @@ Tue Dec 9 15:28:17 1997 Michael Meissner * Makefile.{am,in}: (ALL_EMULATIONS): Add ed10velf.o. -start-sanitize-d30v +start-sanitize-tic80 * Makefile.{am,in}: (ALL_EMULATIONS): Add etic80coff.o. end-sanitize-tic80 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5916f14..5e14bce 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 10 17:42:35 1997 Nick Clifton + + * arm-dis.c (print_insn_little_arm): Prevent examination of stored + symbol if none is present. + (print_insn_big_arm): Prevent examination of stored symbol if + none is present. + Thu Oct 23 21:13:37 1997 Fred Fish * d10v-opc.c (d10v_opcodes): Correct entry for RTE. @@ -175,7 +182,7 @@ Thu Oct 2 13:36:45 1997 Nick Clifton * v850-dis.c (v850_sreg_names): Use symbolic names for higher system registers. -start-sanitize-v850e +end-sanitize-v850e Wed Oct 1 16:58:54 1997 Nick Clifton * v850-opc.c: Fix typo in comment. diff --git a/sim/arm/.Sanitize b/sim/arm/.Sanitize index dc15276..37d1570 100644 --- a/sim/arm/.Sanitize +++ b/sim/arm/.Sanitize @@ -57,6 +57,7 @@ gdbhost.h kid.c main.c parent.c +thumbemu.c wrapper.c Things-to-lose: diff --git a/sim/testsuite/v850eq-elf/.Sanitize b/sim/testsuite/v850eq-elf/.Sanitize index 8523797..d149bf9 100644 --- a/sim/testsuite/v850eq-elf/.Sanitize +++ b/sim/testsuite/v850eq-elf/.Sanitize @@ -8,18 +8,26 @@ configure.in exit47.s hello.s loop.s +t-b.s t-bsh.s t-bsw.s t-callt.s +t-cmov.s t-ctret.s t-hsw.s +t-jarl.s +t-jmp.s +t-jr.s t-ldsr.s t-macros.i +t-popmh.s +t-popml.s t-sld.s t-sxb.s t-sxh.s t-zxb.s t-zxh.s +tick.s Things-to-lose: -- 2.7.4