sanitization fixes. (files not mentioned, fences misspelled)
This commit is contained in:
parent
3de294afad
commit
06434f5f16
7 changed files with 32 additions and 12 deletions
11
ChangeLog
11
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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
11
ld/ChangeLog
11
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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -57,6 +57,7 @@ gdbhost.h
|
|||
kid.c
|
||||
main.c
|
||||
parent.c
|
||||
thumbemu.c
|
||||
wrapper.c
|
||||
|
||||
Things-to-lose:
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue