deliverable/binutils-gdb.git
26 years ago * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
Jeff Law [Fri, 19 Sep 1997 23:09:08 +0000 (23:09 +0000)] 
    * config/tc-mn10300.c (md_assemble): Use strcasecomp instead
        of strcmp where appropriate.

Fixes problem in one of mec's prs.

26 years ago * gencode.c: Add r3900 (tx39).
Gavin Romig-Koch [Fri, 19 Sep 1997 13:39:55 +0000 (13:39 +0000)] 
* gencode.c: Add r3900 (tx39).
* gencode.c: Fix some configuration problems by improving
the relationship between tx19 and tx39.

26 years agoAdd alignment option.
Andrew Cagney [Fri, 19 Sep 1997 08:11:40 +0000 (08:11 +0000)] 
Add alignment option.
Add support for hardwired and default alignment to configuration.

26 years agoMore tests.
Andrew Cagney [Fri, 19 Sep 1997 06:40:11 +0000 (06:40 +0000)] 
More tests.
Have sld check verify that the processor is a v850eq.

26 years agoClean up tracing for Bcond & jmp insns.
Andrew Cagney [Fri, 19 Sep 1997 06:39:21 +0000 (06:39 +0000)] 
Clean up tracing for Bcond & jmp insns.
Fix computation of disp16 and disp22.
Clean up tracing of sld* insns.

26 years agoCorrectly locate `_' in generated names.
Andrew Cagney [Fri, 19 Sep 1997 04:41:01 +0000 (04:41 +0000)] 
Correctly locate `_' in generated names.

26 years agoFix cmov immed.
Andrew Cagney [Fri, 19 Sep 1997 02:20:02 +0000 (02:20 +0000)] 
Fix cmov immed.

26 years agoCorrect ordering of args for cmov insn.
Andrew Cagney [Fri, 19 Sep 1997 02:16:41 +0000 (02:16 +0000)] 
Correct ordering of args for cmov insn.

26 years agoUpdate sparc -A/-xarch docs.
David Edelsohn [Fri, 19 Sep 1997 01:06:57 +0000 (01:06 +0000)] 
Update sparc -A/-xarch docs.

26 years ago * config/tc-sparc.c: (lookup_arch,init_default_arch): New functions.
David Edelsohn [Fri, 19 Sep 1997 00:57:16 +0000 (00:57 +0000)] 
* config/tc-sparc.c: (lookup_arch,init_default_arch): New functions.
(default_arch,default_init_p,sparc_arch_table): New static locals.
(sparc_arch_size): New static local.
(max_architecture): Initialize in init_default_arch.
(md_parse_options): Call init_default_arch if necessary.
Rewrite -xarch/-A processing.
(md_show_usage): Print -A values from sparc_arch_table.
(md_begin): Call init_default_arch if necessary.
(sparc_md_end): Handle both 32 and 64 bit environments.
* config/tc-sparc.h (TARGET_FORMAT): Likewise.
* acconfig.h (SPARC_V9,SPARC_ARCH64): Delete.
(DEFAULT_ARCH): Add.
* config.in: Regenerate.
* configure.in (sparc): Default DEFAULT_ARCH based on target cpu.
(SPARC_V9,SPARC_ARCH64): Delete.
* configure: Regenerate.
* config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.

26 years agoChange semantic function name to semantic_<INSN>_<FMT> instead of
Andrew Cagney [Fri, 19 Sep 1997 00:50:24 +0000 (00:50 +0000)] 
Change semantic function name to semantic_<INSN>_<FMT> instead of
semantic_<FMT>_<INSN>.

26 years agoFix cmov insn.
Andrew Cagney [Fri, 19 Sep 1997 00:50:19 +0000 (00:50 +0000)] 
Fix cmov insn.

26 years agoReset processor mask if specified by command line switch
Nick Clifton [Fri, 19 Sep 1997 00:43:54 +0000 (00:43 +0000)] 
Reset processor mask if specified by command line switch

26 years ago * gas/sparc/splet.d: Update to new objdump output format.
David Edelsohn [Thu, 18 Sep 1997 23:45:12 +0000 (23:45 +0000)] 
* gas/sparc/splet.d: Update to new objdump output format.
* gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise.
* gas/sparc/set64.[ds]: New testcase.
* gas/sparc/splet-2.[ds]: New testcase.
* gas/sparc/sparc.exp: Run them.

26 years ago * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Update to new
David Edelsohn [Thu, 18 Sep 1997 23:44:43 +0000 (23:44 +0000)] 
* gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Update to new
objdump output format.
* gas/sparc/set64.[ds]: New testcase.
* gas/sparc/splet-2.[ds]: New testcase.
* gas/sparc/sparc.exp: Run them.

26 years agoOops - fixed typos in previous delta.
Nick Clifton [Thu, 18 Sep 1997 23:15:05 +0000 (23:15 +0000)] 
Oops - fixed typos in previous delta.

26 years agoAllow tk, tcl, itcl et.al. to be built with a canadian cross.
Andrew Cagney [Thu, 18 Sep 1997 22:50:58 +0000 (22:50 +0000)] 
Allow tk, tcl, itcl et.al. to be built with a canadian cross.

26 years agoProced error messages when special data are relocations are used on
Nick Clifton [Thu, 18 Sep 1997 22:16:18 +0000 (22:16 +0000)] 
Proced error messages when special data are relocations are used on
instructions which do not support them.

26 years agoImproved error message to include symbol's name.
Nick Clifton [Thu, 18 Sep 1997 22:02:06 +0000 (22:02 +0000)] 
Improved error message to include symbol's name.

26 years ago * config/tc-sparc.c: Reorganize file.
David Edelsohn [Thu, 18 Sep 1997 21:12:06 +0000 (21:12 +0000)] 
* config/tc-sparc.c: Reorganize file.
(SPECIAL_CASE_NONE): New macro.
(md_assemble): Use it.

26 years agoAdded code to cope with a constant offset to a ZDA relocation.
Nick Clifton [Thu, 18 Sep 1997 21:09:14 +0000 (21:09 +0000)] 
Added code to cope with a constant offset to a ZDA relocation.

26 years ago * config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names.
David Edelsohn [Thu, 18 Sep 1997 18:25:50 +0000 (18:25 +0000)] 
* config/tc-sparc.c (parse_keyword_arg): Allow numbers in reg names.

26 years ago * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
David Edelsohn [Thu, 18 Sep 1997 18:23:30 +0000 (18:23 +0000)] 
* sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.

26 years ago * gas/sparc/splet.d: Update to new objdump output format.
David Edelsohn [Thu, 18 Sep 1997 18:18:22 +0000 (18:18 +0000)] 
* gas/sparc/splet.d: Update to new objdump output format.

26 years agoRemove arc sanization.
David Edelsohn [Thu, 18 Sep 1997 18:17:07 +0000 (18:17 +0000)] 
Remove arc sanization.

26 years agoRemove arc sanitization.
David Edelsohn [Thu, 18 Sep 1997 18:15:14 +0000 (18:15 +0000)] 
Remove arc sanitization.

26 years agosanitization fixes. typoes, missing fences, "start" instead of "end", etc.
Felix Lee [Thu, 18 Sep 1997 06:03:52 +0000 (06:03 +0000)] 
sanitization fixes.  typoes, missing fences, "start" instead of "end", etc.

26 years agoadd missing files.
Felix Lee [Thu, 18 Sep 1997 04:56:22 +0000 (04:56 +0000)] 
add missing files.

26 years agov850 files that weren't being removed if !keep-v850
Felix Lee [Thu, 18 Sep 1997 01:33:24 +0000 (01:33 +0000)] 
v850 files that weren't being removed if !keep-v850

26 years agoCorrected spelling mistake!
Nick Clifton [Thu, 18 Sep 1997 00:43:19 +0000 (00:43 +0000)] 
Corrected spelling mistake!

26 years agoAdded support for ctoff() reloc prefix.
Nick Clifton [Wed, 17 Sep 1997 23:55:26 +0000 (23:55 +0000)] 
Added support for ctoff() reloc prefix.

26 years agoAdded support for the call table relocations.
Nick Clifton [Wed, 17 Sep 1997 23:50:21 +0000 (23:50 +0000)] 
Added support for the call table relocations.

26 years ago * sim-main.h (kill): macro was missing args.
Felix Lee [Wed, 17 Sep 1997 23:46:49 +0000 (23:46 +0000)] 
* sim-main.h (kill): macro was missing args.
(SIGTRAP): define for MSVC.

26 years agoAdded support for the call table data area.
Nick Clifton [Wed, 17 Sep 1997 23:45:41 +0000 (23:45 +0000)] 
Added support for the call table data area.

26 years agoAdded new relocations to handle the call table.
Nick Clifton [Wed, 17 Sep 1997 23:39:04 +0000 (23:39 +0000)] 
Added new relocations to handle the call table.

26 years agoFix tx19 sanitization.
Mark Alexander [Wed, 17 Sep 1997 20:59:27 +0000 (20:59 +0000)] 
Fix tx19 sanitization.

26 years agoCatch relocations against non-existant symbols.
Nick Clifton [Wed, 17 Sep 1997 16:52:23 +0000 (16:52 +0000)] 
Catch relocations against non-existant symbols.

26 years agoTest US bit of v850eq.
Andrew Cagney [Wed, 17 Sep 1997 13:46:29 +0000 (13:46 +0000)] 
Test US bit of v850eq.
Loop program for testing interrupt delivery.

26 years agoClean up more tracing.
Andrew Cagney [Wed, 17 Sep 1997 08:14:23 +0000 (08:14 +0000)] 
Clean up more tracing.
FIX interrupt delivery - was zapping PSW before it had been saved.
FIX interrupt return, was one instruction out.

26 years ago* sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
Andrew Cagney [Wed, 17 Sep 1997 08:13:07 +0000 (08:13 +0000)] 
* sim-events.c (ETRACE): Use trace_printf not sim_io_printf for
trace output.
* sim-core.c (sim_core_signal): When bad access halt simulator
SIGSEGV / SIGBUS instead of aborting.
(signal.h): Include.
* sim-watch.c (sim_watchpoint_install): Handler for watchpoint
options was missing.

26 years agoFix tracing for: "ctret", "bsw", "hsw"
Andrew Cagney [Wed, 17 Sep 1997 05:31:00 +0000 (05:31 +0000)] 
Fix tracing for: "ctret", "bsw", "hsw"
Fix bugs in: "bsh", "callt", "stsr".

26 years agoDefine MOVED macro, move sub-bitfield from XXX to YYY.
Andrew Cagney [Wed, 17 Sep 1997 05:28:32 +0000 (05:28 +0000)] 
Define MOVED macro, move sub-bitfield from XXX to YYY.

26 years agoMore v850 simulator tests.
Andrew Cagney [Wed, 17 Sep 1997 05:27:56 +0000 (05:27 +0000)] 
More v850 simulator tests.

26 years ago * gdb.base/callfuncs.exp: Fix indentation.
Bob Manson [Wed, 17 Sep 1997 05:24:14 +0000 (05:24 +0000)] 
* gdb.base/callfuncs.exp: Fix indentation.

* lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
suppress_flag has been set.
(gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
target feature.

26 years ago * valops.c (search_struct_field): Search basesclasses in
Per Bothner [Wed, 17 Sep 1997 04:28:14 +0000 (04:28 +0000)] 
* valops.c (search_struct_field):  Search basesclasses in
ascending, not descending order.  Hack to avoid virtual baseclass
botch for Java interfaces.

26 years ago * jv-exp.y (push_fieldnames): New, to handle EXP.FIELD1....FIELDN.
Per Bothner [Wed, 17 Sep 1997 03:38:30 +0000 (03:38 +0000)] 
* jv-exp.y (push_fieldnames):  New, to handle EXP.FIELD1....FIELDN.
(push_expression_name):  New, to handle expression names.
(push_qualified_expression_name):  New, for qualified expression names.
(parse_number):  Fix bugs in parsing of non-decimal integers.
* jv-lang.h, jv-lang.c (java_demangle_type_signature):  New.
* jv-lang.c (type_from_class):  Just use name with java_lookup_class.
(java_link_class_type):  Add dummy "class" field.
(java_lookup_type):  New.
(evaluate_subexp_java case STRUCTOP_STRUCT):  Force to address.
* jv-typeprint.c (java_type_print_base):  Don't print "class" field.
Use java_demangle_type_signature to print array class types.
* jv-valprint.c (java_value_print):  Preliminary array support.
Print pointer as TYPE@HEXADDR, instead of (TYPE)0xHEXADDR.
(java_val_print):  Move check for object type to java_value_print.
Check for null.  Print pointer as @HEXADDR, not 0xHEXADDR.

26 years agoMore v850 simulator tests.
Andrew Cagney [Wed, 17 Sep 1997 03:31:09 +0000 (03:31 +0000)] 
More v850 simulator tests.

26 years agoAdd/test 8bit bit manipuation macros.
Andrew Cagney [Wed, 17 Sep 1997 03:25:54 +0000 (03:25 +0000)] 
Add/test 8bit bit manipuation macros.
Test LS and MS versions of SEXT macro.
Simplify/test macro returning a single bit.

26 years ago * util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
Per Bothner [Wed, 17 Sep 1997 02:57:39 +0000 (02:57 +0000)] 
* util.c (run_cleanup_chain, make_run_cleanup, do_run_cleanups):
New cleanup clean for cleanups to be run when at each 'run' command.
* infcmd.c (run_command):  Call do_run_cleanups.
* solib.c (find_solib):  Register cleanup to call clear_solib
on a new 'run' command.
(symbol_add_stub):  First look for existing objfile with same name.

26 years ago * monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags.
Stan Shebs [Tue, 16 Sep 1997 23:58:01 +0000 (23:58 +0000)] 
* monitor.h (MO_SREC_ACK_PLUS, MO_SREC_ACK_ROTATE): New flags.
* monitor.c (monitor_wait_srec_ack): Add DINK32-specific ack code.
* dsrec.c (load_srec): Always write a header S-record.
* dink32-rom.c (dink32_regnames): Fix the names of float registers.
(dink32_cmds): Set to use S-record downloading with acks.
* remote-est.c (est_cmds): Add MO_SREC_ACK_PLUS flag.

26 years agoGeneric rules for building simple simulator test programs.
Andrew Cagney [Tue, 16 Sep 1997 23:57:57 +0000 (23:57 +0000)] 
Generic rules for building simple simulator test programs.

26 years ago * remote-sds.c (sds_load): New function.
Stan Shebs [Tue, 16 Sep 1997 23:01:29 +0000 (23:01 +0000)] 
* remote-sds.c (sds_load): New function.
(sds_ops): Use it.
(sds_open): Don't set inferior_pid yet.
(sds_kill): Remove contents.
(sds_create_inferior): Rewrite to work more like monitor
  interfaces.
(sds_restart): Remove, no longer used.

26 years agoFurther rearrangements of the opcodes.
Nick Clifton [Tue, 16 Sep 1997 22:15:48 +0000 (22:15 +0000)] 
Further rearrangements of the opcodes.

26 years ago* d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change. (PR 13051)
Ken Raeburn [Tue, 16 Sep 1997 21:31:03 +0000 (21:31 +0000)] 
* d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change. (PR 13051)

26 years agoAdd support for a 16 bit reloc against the TDA pointer!
Nick Clifton [Tue, 16 Sep 1997 21:21:30 +0000 (21:21 +0000)] 
Add support for a 16 bit reloc against the TDA pointer!

26 years agoAdd support for a 16 bit relocation against the TDA register!
Nick Clifton [Tue, 16 Sep 1997 21:16:15 +0000 (21:16 +0000)] 
Add support for a 16 bit relocation against the TDA register!

26 years agoAdd new reloc, R_V850_TDA_16_16_OFFSET.
Nick Clifton [Tue, 16 Sep 1997 21:13:48 +0000 (21:13 +0000)] 
Add new reloc, R_V850_TDA_16_16_OFFSET.

26 years ago * sim/mips/gencode.c (build_instruction): Don't need to subtract 4 for
Gavin Romig-Koch [Tue, 16 Sep 1997 20:01:00 +0000 (20:01 +0000)] 
* sim/mips/gencode.c (build_instruction): Don't need to subtract 4 for
JALR, just 2.

26 years agomerge from d30v-970225-branch, plus bugfixes for 64-bit host
Ken Raeburn [Tue, 16 Sep 1997 19:28:44 +0000 (19:28 +0000)] 
merge from d30v-970225-branch, plus bugfixes for 64-bit host

26 years agoUli's libio/libstdc++ changes.
Jeff Law [Tue, 16 Sep 1997 18:01:15 +0000 (18:01 +0000)] 
Uli's libio/libstdc++ changes.

26 years agoEntries in v850_opcodes reordered to put same named entries adjacent to each other.
Nick Clifton [Tue, 16 Sep 1997 16:47:05 +0000 (16:47 +0000)] 
Entries in v850_opcodes reordered to put same named entries adjacent to each other.

26 years ago * sim/mips/interp.c: Correct some HASFPU problems.
Gavin Romig-Koch [Tue, 16 Sep 1997 15:36:18 +0000 (15:36 +0000)] 
* sim/mips/interp.c: Correct some HASFPU problems.

26 years ago * mips-opc.c: Added tx39 insns sdbbp, rfe, and deret.
Gavin Romig-Koch [Tue, 16 Sep 1997 14:07:50 +0000 (14:07 +0000)] 
* mips-opc.c: Added tx39 insns sdbbp, rfe, and deret.
* mips16-opc.c: Added mips16 sdbbp.

26 years agoSmooth some of ALU tracing's rough edges.
Andrew Cagney [Tue, 16 Sep 1997 14:00:15 +0000 (14:00 +0000)] 
Smooth some of ALU tracing's rough edges.
Fix switch insn.

26 years agoMore sim-bits testing.
Andrew Cagney [Tue, 16 Sep 1997 13:58:44 +0000 (13:58 +0000)] 
More sim-bits testing.

26 years agoAdd {LS,MS}SEXT and {LS,MS}INSERTED macros. Eliminates bug in SEXT.
Andrew Cagney [Tue, 16 Sep 1997 07:04:46 +0000 (07:04 +0000)] 
Add {LS,MS}SEXT and {LS,MS}INSERTED macros.  Eliminates bug in SEXT.

26 years agoUse trace_one_insn in trace functions. Buffer up trace data so that
Andrew Cagney [Tue, 16 Sep 1997 07:03:41 +0000 (07:03 +0000)] 
Use trace_one_insn in trace functions.  Buffer up trace data so that
it is displayed in a single block.

26 years agov850eq simulator tests.
Andrew Cagney [Tue, 16 Sep 1997 07:01:57 +0000 (07:01 +0000)] 
v850eq simulator tests.

26 years agoRestrict ldsr (load system register) to modifying just non-reserved PSW bits.
Andrew Cagney [Tue, 16 Sep 1997 04:49:24 +0000 (04:49 +0000)] 
Restrict ldsr (load system register) to modifying just non-reserved PSW bits.
For v850eq, include PSW[US] in bits that can be modified.

26 years ago * config/tc-hppa.c (fix_new_hppa): Make declaration match
Jeff Law [Tue, 16 Sep 1997 03:26:12 +0000 (03:26 +0000)] 
    * config/tc-hppa.c (fix_new_hppa): Make declaration match
        definition.
Net bug.

26 years agoremove one more arc dreg
Stan Shebs [Tue, 16 Sep 1997 02:31:06 +0000 (02:31 +0000)] 
remove one more arc dreg

26 years agoRemove/retain old ARC stuff as appropriate
Stan Shebs [Tue, 16 Sep 1997 02:27:10 +0000 (02:27 +0000)] 
Remove/retain old ARC stuff as appropriate

26 years agoAdd v850e version of breakpoint. Make v850 breakpoint unique.
Andrew Cagney [Tue, 16 Sep 1997 02:19:56 +0000 (02:19 +0000)] 
Add v850e version of breakpoint. Make v850 breakpoint unique.

26 years agoAdd v850e version of breakpoint instruction.
Andrew Cagney [Tue, 16 Sep 1997 02:15:55 +0000 (02:15 +0000)] 
Add v850e version of breakpoint instruction.

26 years agoDifferentiate between a non-zero string and a constant zero field.
Andrew Cagney [Tue, 16 Sep 1997 02:14:18 +0000 (02:14 +0000)] 
Differentiate between a non-zero string and a constant zero field.

26 years agoInstall tcl before itcl - stops itcl giving warning about bad tcl
Andrew Cagney [Tue, 16 Sep 1997 02:13:45 +0000 (02:13 +0000)] 
Install tcl before itcl - stops itcl giving warning about bad tcl
installation.

26 years ago * simops.c (Multiply64): Don't store into register zero.
Jim Wilson [Tue, 16 Sep 1997 01:45:23 +0000 (01:45 +0000)] 
* simops.c (Multiply64): Don't store into register zero.

26 years agoAdded checking of instructions against target cpu.
Nick Clifton [Tue, 16 Sep 1997 01:34:03 +0000 (01:34 +0000)] 
Added checking of instructions against target cpu.

26 years agoAdd initialisation of the processors field of the v850_opcode structure.
Nick Clifton [Tue, 16 Sep 1997 01:29:02 +0000 (01:29 +0000)] 
Add initialisation of the processors field of the v850_opcode structure.

26 years agoAdded new field to v850_opcode structure.
Nick Clifton [Tue, 16 Sep 1997 01:27:48 +0000 (01:27 +0000)] 
Added new field to v850_opcode structure.

26 years ago * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
Bob Manson [Tue, 16 Sep 1997 00:46:12 +0000 (00:46 +0000)] 
* gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
the testcase.

26 years agoFor instructions moved into v850.igen was computing (wrong) NIA when
Andrew Cagney [Mon, 15 Sep 1997 23:09:26 +0000 (23:09 +0000)] 
For instructions moved into v850.igen was computing (wrong) NIA when
this wasn't needed.

26 years ago * igen.c (gen_run_c): Handle non-multi-sim case.
Andrew Cagney [Mon, 15 Sep 1997 22:40:14 +0000 (22:40 +0000)] 
    * igen.c (gen_run_c): Handle non-multi-sim case.

26 years ago * gas/config/tc-mips.c (mips_1900): Replace with mips_3900 and
Gavin Romig-Koch [Mon, 15 Sep 1997 21:45:20 +0000 (21:45 +0000)] 
* gas/config/tc-mips.c (mips_1900): Replace with mips_3900 and
mips16.
* gas/testsuite/gas/mips/mips.exp: Handle r3900 and r1900.
* gas/testsuite/gas/mips/ld-ilocks: New file.
* gcc/config/mips/mips.h, gcc/config/mips/r1900.h: Implement r1900
as r3900 with mips16.

26 years ago * dbxread.c (MSYMBOL_SIZE): New macro.
Mark Alexander [Mon, 15 Sep 1997 21:06:16 +0000 (21:06 +0000)] 
* dbxread.c (MSYMBOL_SIZE): New macro.
(end_psymtab): Use MSYMBOL_SIZE to extract size from minimal symbol.
* elfread.c (elf_symtab_read): If ELF symbol is "special",
such as a MIPS16 function, mark minimal symbol as special too.
* mips-tdep.c (pc_is_mips16): New function to check whether
a function is MIPS16 by looking at the minimal symbol.  Use
pc_is_mips16 throughout instead of IS_MIPS16_ADDR macro.
* config/mips/tm-mips.h (SYMBOL_IS_SPECIAL, MAKE_MSYMBOL_SPECIAL,
MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): New functions for setting/testing
"special" MIPS16 bit in ELF and minimal symbols.
* mdebugread.c (parse_partial_symbols): Don't construct a partial
symbol table for a file that already has one.
start-sanitize-tx19
* configure.tgt: Support TX19.
* config/mips/tm-tx19.h, config/mips/tm-tx19l.h, config/mips/tx19.mt,
config/mips/tx19l.mt: New files for TX19.
end-sanitize-tx19

26 years agomerge from d30v-970225-branch
Ken Raeburn [Mon, 15 Sep 1997 18:43:44 +0000 (18:43 +0000)] 
merge from d30v-970225-branch

26 years agomerge from d30v-970225-branch
Ken Raeburn [Mon, 15 Sep 1997 18:26:17 +0000 (18:26 +0000)] 
merge from d30v-970225-branch

26 years agomerge from d30v-970225-branch
Ken Raeburn [Mon, 15 Sep 1997 16:43:43 +0000 (16:43 +0000)] 
merge from d30v-970225-branch

26 years agomerge from d30v-970225-branch
Ken Raeburn [Mon, 15 Sep 1997 16:38:29 +0000 (16:38 +0000)] 
merge from d30v-970225-branch

26 years agomerge from d30v-970225-branch
Ken Raeburn [Mon, 15 Sep 1997 16:27:23 +0000 (16:27 +0000)] 
merge from d30v-970225-branch

26 years agoFix sanitization for v850 V v850e V v850eq
Andrew Cagney [Mon, 15 Sep 1997 14:42:51 +0000 (14:42 +0000)] 
Fix sanitization for v850 V v850e V v850eq

26 years agoUpdate to reflect change to sim/common/aclocal.m4 (allow sim/common
Andrew Cagney [Mon, 15 Sep 1997 08:25:04 +0000 (08:25 +0000)] 
Update to reflect change to sim/common/aclocal.m4 (allow sim/common
directory to specify its own unqiue config.h file).

26 years agoFix sanitization.
Andrew Cagney [Mon, 15 Sep 1997 08:21:04 +0000 (08:21 +0000)] 
Fix sanitization.

26 years agoFor v850eq start up with US bit set.
Andrew Cagney [Mon, 15 Sep 1997 08:18:20 +0000 (08:18 +0000)] 
For v850eq start up with US bit set.
Let sim_analyze_program determine the architecture.
Fix various sanitizations.

26 years agoFix v850 sanitization.
Andrew Cagney [Mon, 15 Sep 1997 08:14:11 +0000 (08:14 +0000)] 
Fix v850 sanitization.

26 years agoDetermine ARCHITECTURE from program if possible.
Andrew Cagney [Mon, 15 Sep 1997 08:11:50 +0000 (08:11 +0000)] 
Determine ARCHITECTURE from program if possible.
Rename common's generated config.h to cconfig.h.

26 years ago * callback.c (os_write): divert stdout and stderr to their
Andrew Cagney [Mon, 15 Sep 1997 08:02:23 +0000 (08:02 +0000)] 
    * callback.c (os_write): divert stdout and stderr to their
        respective hooks.

26 years agoSun Sep 14 20:53:42 1997 Geoffrey Noer <noer@cygnus.com>
Geoffrey Noer [Mon, 15 Sep 1997 03:55:59 +0000 (03:55 +0000)] 
Sun Sep 14 20:53:42 1997  Geoffrey Noer  <noer@cygnus.com>

        * config/mh-cygwin32: ok to build split texinfo files

26 years ago * mdebugread.c (parse_symbol, handle_psymbol_enumerators): Handle
Peter Schauer [Sat, 13 Sep 1997 15:34:44 +0000 (15:34 +0000)] 
* mdebugread.c (parse_symbol, handle_psymbol_enumerators):  Handle
yet another variant of enumerator debugging info, used by DU 4.0
native cc.

26 years ago * ChangeLog: Fix misspelled `end-sanitize-r5900' for Jun 26
Peter Schauer [Sat, 13 Sep 1997 15:02:36 +0000 (15:02 +0000)] 
* ChangeLog:  Fix misspelled `end-sanitize-r5900' for Jun 26
ChangeLog entry.

This page took 0.053169 seconds and 4 git commands to generate.