aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--gas/config/tc-v850.c3
-rw-r--r--gdb/gdbtk.c1
-rw-r--r--ld/ChangeLog11
-rw-r--r--opcodes/ChangeLog9
-rw-r--r--sim/arm/.Sanitize1
-rw-r--r--sim/testsuite/v850eq-elf/.Sanitize8
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 <keiths@onions.cygnus.com>
* 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 <meissner@cygnus.com>
- * 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 <keiths@onions.cygnus.com>
* Makefile.in (all-vmake): remove double dependency on all-libide
@@ -81,14 +76,14 @@ Wed Nov 5 11:14:44 1997 Gavin Koch <gavin@cygnus.com>
* 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 <gavin@cygnus.com>
* 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 <meissner@cygnus.com>
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 <nickc@cygnus.com>
+
+ * 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 <meissner@cygnus.com>
@@ -13,7 +22,7 @@ Tue Dec 9 15:28:17 1997 Michael Meissner <meissner@cygnus.com>
* 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 <nickc@cygnus.com>
+
+ * 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 <fnf@cygnus.com>
* d10v-opc.c (d10v_opcodes): Correct entry for RTE.
@@ -175,7 +182,7 @@ Thu Oct 2 13:36:45 1997 Nick Clifton <nickc@cygnus.com>
* 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 <nickc@cygnus.com>
* 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: