aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-03-17 * configure: Re-generate.Andrew Cagney19-1620/+1348
* Make-common.in (CSEARCH): Do not include the gdb directory in the search path. * Make-common.in (SIM_ENDIAN, SIM_HOSTENDIAN, SIM_INLINE, SIM_WARNING): Drop, requiring the simulator specific Makefile.in to explicitly incorporate these. * aclocal.m4 (--enable-sim-alignment); New option. Strongly specify the alignment restrictions of the target architecture - without this option all alignment restrictions are accomodated. (--enable-sim-assert): New option. Conditionally compile in assertion statements. (--enable-sim-float): New option. Strongly specify the target's floating point support. (--enable-sim-hardware): New option. Specify the hardware devices included in the simulation. (--enable-sim-packages): New option. Specify the hardware packages included in the simulation. (--enable-sim-regparm): New option. Specify that parameters be passed in registers instead of on the stack. (--enable-sim-reserved-bits): New option. Specify that reserved bits within an instruction are are correctly set. (--enable-sim-smp): New option. Specify the level of SMP support to be included in the simulator. (--enable-sim-stdcall): New option. Specify an alternative function call convention. (--enable-sim-xor-endian): New option. Configure xor-endian support used by some targets to implement bi-endian support.
1997-03-17Part of previous move of remote-sim.h to ../includeAndrew Cagney1-2/+3
1997-03-17* remote-sim.h: Delete - moved to ../include/remote-sim.h.Andrew Cagney3-129/+99
* Makefile.in (remote_utils_h): Update path to remote-sim.h. * remote-sim.c (flush_stdout, write_stderr, flush_stderr, vprintf_filtered, evprintf_filtered): Callbacks that accept varargs.
1997-03-17* remote-sim.h: New file, copied in from gdb/remote-sim.h. OneAndrew Cagney3-0/+135
day this will be placed in a directory of its own.
1997-03-16xIan Lance Taylor1-1/+1
1997-03-16 * symbols.c (symbol_new): Don't call debug_verify_symchain.Ian Lance Taylor2-21/+53
(symbol_append): Set sy_next and sy_previous when adding a single symbol to an empty list. Call debug_verify_symchain. (verify_symbol_chain): Use assert, not know.
1997-03-16Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>Martin Hunt2-2/+5
* config.sub: Remove misplaced comment that broke Linux.
1997-03-16 * configure.tgt (powerpc-*-beos*): Use aixppc for targ_emul.Fred Fish1-0/+4
1997-03-16 * config.sub: Add BeOS support.Fred Fish1-1/+8
1997-03-16ChangeLogFred Fish1-3/+8
1997-03-16 * NEWS: Note BeOS support.Fred Fish2-1/+19
* configure.in: (ppc-*-beos): New target, use coff as object format. * configure: Regenerate with autoconf.
1997-03-16Sat Mar 15 19:17:31 1997 H.J. Lu <hjl@lucon.org>Ian Lance Taylor4-2/+11
* symtab.h (find_call): Declare. * cg_arcs.c (cg_assemble): Don't declare find_call. * hist.c (scale_and_align_entries): Declare.
1997-03-16 * config/tc-mips.c (md_apply_fix): Improve error message for outIan Lance Taylor2-1/+4
of range branch.
1997-03-16 * Makefile.in: Add dependencies on obstack.h where needed.Ian Lance Taylor2-25/+41
1997-03-16xIan Lance Taylor1-0/+4
1997-03-16 * obstack.h: Update to current FSF version.Ian Lance Taylor1-0/+27
1997-03-15Sat Mar 15 18:10:38 1997 H.J. Lu <hjl@lucon.org>Ian Lance Taylor2-14/+199
* ldemul.h (ldemul_list_emulations): Use full prototype. * ldlang.c (print_one_symbol): Add declaration. * ldlang.h (dprint_statements): Declare. * ldmain.c (remove_output): Declare. * ldmisc.c (vfinfo): Declare. * ldwrite.c (clone_section): Declare. (split_sections): Make static. Declare. * mri.c: Include libiberty.h. (strdup): Don't declare. (mri_alias): Use xstrdup rather than strdup.
1997-03-15 * arm-dis.c (print_insn_arm): Don't print instruction bytes.Ian Lance Taylor1-0/+6
(print_insn_big_arm): Set bytes_per_chunk and display_endian. (print_insn_little_arm): Likewise.
1997-03-15 Based on patches from Jamie Lokier <jamie@rebellion.co.uk>:Ian Lance Taylor4-25/+132
* objdump.c: Include "demangle.h". (do_demangle): New static variable. (usage): Mention -C/--demangle. (long_options): Add "demangle". (objdump_print_symname): New static function. (objdump_print_addr_with_sym): Use objdump_print_symname. (disassemble_bytes): Likewise. (dump_reloc_set): Likewise. (dump_symbols): Demangle symbol name. (main): Handle -C. * binutils.texi, objdump.1: Document -C/--demangle.
1997-03-15 * objdump.c (usage): Mention --no-show-raw-insn.Ian Lance Taylor5-18/+97
(long_options): Add "no-show-raw-insn". (disassemble_bytes): Handle --no-show-raw-insn. * binutils.texi, objdump.1: Document --no-show-raw-insn.
1997-03-15 * elf32-mips.c (mips_elf_is_local_label_name): Accept the genericIan Lance Taylor1-0/+5
ELF local label syntax as well.
1997-03-15 * config.bfd (powerpc-*-beos*): New target.Fred Fish1-0/+8
* configure.in (powerpc-*-beos*): Add case that explicitly does not set COREFILE for now. A future BeOS version is expected to support core files. * configure: Regenerate with autoconf.
1997-03-15 * breakpoint.c (insert_breakpoints, watchpoint_check,Peter Schauer2-4/+45
bpstat_stop_status): Do not disable watchpoints going out of scope. (insert_breakpoints): Make sure that the current frame is valid before calling find_frame_addr_in_frame_chain. * top.c (setup_user_args): Handle quotes and backslashes. (print_gdb_version): Update copyright year.
1997-03-15 * scripttempl/elfmips.sc: Change handling of data area whenIan Lance Taylor2-2/+9
generating a shared library to not skip a large block of memory. From Per Fogelstrom <pefo@cvs.openbsd.org>.
1997-03-15 * elf32-mips.c (mips_elf_check_relocs): Give an error if CALL16 isIan Lance Taylor2-1/+11
seen with a local symbol, rather than crashing.
1997-03-15 * config/tc-mips.c (md_estimate_size_before_relax): Handle theIan Lance Taylor2-4/+27
case of a symbol equated to another symbol when using SVR4_PIC.
1997-03-14 * elfcode.h (elf_slurp_symbol_table): Don't try to read theIan Lance Taylor2-4/+11
version symbols if there aren't any.
1997-03-14 * Makefile.in (elfread.o): Depend upon elf-bfd.h and elf/mips.h.Ian Lance Taylor2-14/+15
1997-03-14 * Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.Ian Lance Taylor2-2/+6
1997-03-14 * sparc.h: Include <ansidecl.h>. Update function declarations toIan Lance Taylor2-10/+34
use prototypes, and to use const when appropriate.
1997-03-14 Based on patches from H.J. Lu <hjl@lucon.org>:Ian Lance Taylor1-0/+28
* i386-dis.c (fetch_data): Add prototype. * m68k-dis.c (fetch_data): Add prototype. (dummy_print_address): Add prototype. Make static. * ppc-opc.c (valid_bo): Add prototype. * sparc-dis.c (build_hash_table): Add prototype. (is_delayed_branch, compute_arch_mask): Add prototypes. (print_insn_sparc): Make several local variables const. (compare_opcodes): Change arguments to const PTR. Add prototype. * sparc-opc.c (arg): Change name field to be const. (lookup_name, lookup_value): Add prototypes. Change table and name parameters to be const. (sparc_encode_asi): Change name parameter to be const. (sparc_encode_membar, sparc_encode_prefetch): Likewise. (sparc_encode_sparclet_cpreg): Likewise. (sparc_decode_asi): Change return type to be const. (sparc_decode_membar, sparc_decode_prefetch): Likewise. (sparc_decode_sparclet_cpreg): Likewise.
1997-03-14 * configure: Regenerated.Tom Tromey3-3/+15
* configure.in (LIBS): Re-reverse order of TCL_LIBS and TK_LIBS.
1997-03-14Update namesAndrew Cagney1-0/+3
1997-03-14Forgot to update *-n.h to sim-n*.hAndrew Cagney1-3/+3
1997-03-14Add comment to changelogMichael Meissner1-1/+2
1997-03-14Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the ↵Michael Meissner15-2240/+496
system call trap, keeping 0 temporarily
1997-03-14Add a number of per-simulator options: hostendian, endian, inline, warnings.Andrew Cagney10-196/+2379
Rename *-n.h files to be dos compatible
1997-03-14 * utils.c(pollquit, notice_quit): If _WIN32, limit test for cntl-CDawn Perchik1-0/+8
to wingdb. (initialize_utils): If _WIN32, don't call ScreenRows and ScreenCols except under wingdb. (Contributed by Martin Hunt).
1997-03-14* ld-insn.c (parse_insn_format): Accept '*' as an alternative ofAndrew Cagney2-0/+1190
`/' in bit fields. `/' denotes a wild bit.
1997-03-13 * coff-tic80.c (coff_rtype_to_howto): DefineFred Fish2-5/+87
(coff_tic80_rtype_to_howto): Clone generic coff version and add code to handle the funky TI "internal relocations".
1997-03-13Add some more comments.David Edelsohn1-3/+10
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn3-122/+153
in argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * sim_calls.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1-0/+45
in argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn3-166/+478
in argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * compile.c (sim_open): New SIM_DESC result. Argument is now inDavid Edelsohn1-0/+13
argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * interf.c (sim_open): New SIM_DESC result. Argument is now inDavid Edelsohn1-0/+13
argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * interp.c: Delete redundant prototypes of sim_foo fns.David Edelsohn1-0/+6
(sim_open): New SIM_DESC result. Argument is now in argv form. (other sim_*): New SIM_DESC argument.
1997-03-13 * wrapper.c (sim_open): Has result now.David Edelsohn1-0/+12
(sim_*): New SIM_DESC argument.
1997-03-13 * configure: Regenerated.Tom Tromey6-121/+140
* configure.in: Run AC_CONFIG_AUX_DIR before AC_CANONICAL_SYSTEM. * config.in: Regenerated. * acconfig.h (START_INFERIOR_TRAPS_EXPECTED, sys_quotactl, HAVE_HPUX_THREAD_SUPPORT): Define. * gdbtk.c (x_event): Use Tcl_DoOneEvent, TCL_DONT_WAIT, TCL_ALL_EVENTS. * configure: Regenerated. * configure.in (ENABLE_GDBTK): Put TCL_LIBS after TK_LIBS in LIBS.
1997-03-13 * run.c: #include "libiberty.h".David Edelsohn1-0/+8
(main): New locals sd,no_args,sim_argv. Run buildargv on -a option. Pass argv to sim_open, argv[0] is program name. Update call to sim_set_callbacks. Record result of sim_open, pass to other sim_foo routines.