aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-12-10*** empty log message ***Jim Blandy2-0/+9
1997-12-10* ch-valprint.c (chill_val_print): To avoid segfaults, don't printJim Blandy1-2/+6
a string whose dynamic length is longer than its static length.
1997-12-10* gch1494.ch, gch1494.exp: New tests, for PR 13812.Jim Blandy2-0/+79
1997-12-10 Source directory cvs renamed to cvssrc:Ian Lance Taylor2-6/+18
* configure.in (host_tools): Change cvs to cvssrc. (native_only): Likewise. (noconfigdirs) [various cases]: Likewise. * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc. (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc. (INSTALL_MODULES): Change install-cvs to install-cvssrc. (CLEAN_MODULES): Change clean-cvs to clean-cvssrc. (all-cvssrc): Rename target from all-cvs.
1997-12-10Add .rel/.rela sections; Setup constructors/destructors; Delete sections not ↵Michael Meissner1-0/+9
linked in
1997-12-10Fixed overflow from a LO16 reloc into a HI16_S reloc.Nick Clifton1-0/+5
1997-12-10Switch to using RELA relocations for the d30v.Michael Meissner1-0/+10
1997-12-10* dwarf2read.c (dwarf2_build_psymtabs_hard): Check cu_header.length isAndrew Cagney2-2/+9
within dwarf_info_buffer not dwarf_abbrev_buffer.
1997-12-09Change order slightlyMichael Meissner1-16/+15
1997-12-09Add support for d30velf_{e,o} emulations to control whether text/data/et. al ↵Michael Meissner4-2/+45
go in external memory or onchip memory
1997-12-09Add d30v, d10v, tic80 to all_emulations; Add Oct 23 changes to Makefile.in ↵Michael Meissner3-10/+30
to Makefile.am
1997-12-09Add configurability to d30vMichael Meissner2-0/+172
1997-12-09Test/fix d10v RTE instruction.Andrew Cagney3-0/+23
1997-12-09For bfd, add vr5400 and vr5000 mips machine variants to list of machines.Andrew Cagney4-11/+58
For sim/mips, enable multi-sim support when mips64vr5400-elf is target. For sim/igen, allow specification of a default machine (will need more work later).
1997-12-09 * gdbtk.c (gdb_get_tracepoint_info): use info in structKeith Seitz2-14/+25
symtab_and_line, not struct tracepoint. (tracepoint_notify): use info in struct symtab_and_line, not struct tracepoint
1997-12-08Fix typo, REP_S was refering to REP_E register.Andrew Cagney3-1/+9
Add test.
1997-12-08Mon Dec 8 14:28:49 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-8/+33
* tracepoint.c (memrange_sortmerge): allow for memranges that overlap. (collect_pseudocommand etc.) cleanup decls.
1997-12-08Removed disasm_symaddr() function and switched detection of Arm vs ThumbNick Clifton3-16/+53
mode over to state of info->symbol, ala the MIPS port.
1997-12-08For "trap", IBT and RIE exceptions, mask all PSW.SM. NB: SteppingAndrew Cagney4-87/+172
through an exception may not work correctly. For GDB reads/writes to the control registers, ensure the cpu state is updated correctly.
1997-12-06Fix HI16 and HI16_S relocations for PR14258Nick Clifton2-4/+6
1997-12-05 * gdbtk.c (gdbtk_init): add gdb_find_file to interpreterKeith Seitz2-0/+81
(gdb_find_file_command): new function searches source_path to find real full filename
1997-12-05Fix PR14180 and 14181 (patch from branch)Nick Clifton2-170/+485
1997-12-05Use special section values for v850 common sections.Nick Clifton1-0/+5
1997-12-05Reverrt breakpoint back to its old value.Nick Clifton1-0/+4
1997-12-05Reverrt BREAK value back to its old valueNick Clifton1-1/+1
1997-12-05Reverted breakpoint back to its old value.Nick Clifton2-1/+5
1997-12-05 * m32r-sim.h (MSPR_ADDR): New macro.Doug Evans2-8/+19
(m32r_mspr_device): Declare. (struct _devicep: Define. * m32r.c (m32r_mspr_device): New global. (device_{io_{read,write}_buffer,error}): New functions. * mem-ops.h (SETMEM*): Use sim_core_write_map, not read map. * sim-if.c: Delete redundant inclusion of cpu-sim.h. (sim_open): Attach device to handle MSPR register. * sim-main.h (WITH_DEVICES): Define as 1. Include cpu-sim.h.
1997-12-05 * Make-common.in (sim-core.o): Depend on $(sim_main_headers).Doug Evans1-0/+6
* sim-config.h (WITH_TREE_PROPERTIES): Define as 0. * sim-config.c (sim_config): Replace WITH_DEVICES with WITH_TREE_PROPERTIES.
1997-12-04Chnaged BREAKPOINT definition to match new value in simualtor.Nick Clifton2-1/+5
1997-12-04Added missing sanitization markers.Nick Clifton1-0/+2
1997-12-04Regenerate configure files.Doug Evans9-124/+251
1997-12-04Add DM (bit 4) to PSW. See 7-1 for more info.Andrew Cagney7-0/+72
Test.
1997-12-04 * configure.in (SIM_AC_OPTION_ENVIRONMENT): Call.Doug Evans2-0/+12
* configure: Regenerated.
1997-12-04 * Make-common.in (SIM_ENVIRONMENT): New variable.Doug Evans5-110/+222
(CONFIG_CFLAGS): Add it. * aclocal.m4 (SIM_AC_OPTION_ENVIRONMENT): Handle --enable-sim-environment option. * configure: Regenerated. * sim-config.h (environment support): Rewrite. * sim-config.c (current_environment): Define as enum, unconditionally. (current_alignment): Define unconditionally. (config_environment_to_a): Update. (config_alignment_to_a): Fix type of argument. Define unconditionally. (sim_config): Handle environment and alignment determination unconditionally. Delete sanity checks of current_environment, unnecessary. (print_sim_config): Update. * sim-options.c (STANDARD_OPTIONS enum): Add OPTION_ENVIRONMENT. (standard_options): Add --environment. (standard_option_handler): Likewise.
1997-12-04Fixed sanitization,Nick Clifton2-209/+88
Changed pattern for break insn.
1997-12-04Wed Dec 3 16:48:20 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+4
* rltty.c: fix typos.
1997-12-03Missing change log entry.Andrew Cagney1-0/+2
1997-12-03 * tracepoint.c: add declaration for x_commandKeith Seitz2-0/+7
* printcmd.c (x_command): remove static declaration
1997-12-03Wed Dec 3 12:00:42 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-21/+62
* tracepoint.c (finish_tfind_command): call do_display so that auto-displays are updated by tfind. Also, keep track of frame and current-function so that tfind behaves like stepping (only show the stack frame if we step into a new function or return).
1997-12-03fixes for debugging threaded core files. Previously gdb would find theDavid Taylor3-9/+154
kernel threads but would get errors on each of the user threads that wasn't currently assigned to a kernel thread. PR's gdb/13803 (and gdb/13618).
1997-12-03Add v850 directory to keep listNick Clifton1-6/+1
1997-12-03* d10v_sim.h (SEXT56): Define.Andrew Cagney9-55/+230
* simops.c (OP_4201): For "rac", sign extend 56 bit value before it is shifted. * d10v_sim.h (MAX32, MIN32, MASK32, MASK40): Re-define using SIGNED64 macro.
1997-12-03Brought up to date with respect to the branchNick Clifton3-67/+148
1997-12-02 * interp.c (sim_resume): Call do_2_short with LEFT_FIRST orFred Fish2-26/+36
RIGHT_FIRST, as appropriate, instead of hardcoded ints that don't match enum values. PR 13496
1997-12-02Tue Dec 2 14:53:09 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-6/+27
* tracepoint.c: make "tdump" command handle literal memranges.
1997-12-02Tue Dec 2 11:34:48 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-29/+59
* tracepoint.c: use "lookup_cmd" to parse actions commands (thus allowing unambiguous prefixes and aliases).
1997-12-02Add support for Thumb targetNick Clifton2-3/+11
Restore underscore at the start of user labels.
1997-12-02Add call to disasm_symaddr()Nick Clifton2-79/+105
1997-12-02Add new disassmebler function prototype: disasm_symaddr()Nick Clifton2-8/+49
Add new compile time flag: COFFARM
1997-12-02Tue Dec 2 10:14:15 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-1/+18
* tracepoint.c: move prototype of validate_actionline(), and make it consistent with the function declaration.