Fred Fish [Tue, 27 Jan 1998 05:19:50 +0000 (05:19 +0000)]
Fix some mswin sanitization problems.
James Lemke [Tue, 27 Jan 1998 03:34:26 +0000 (03:34 +0000)]
Fix to s_dmadata(), .EndDmaData was causing a trap.
Doug Evans [Tue, 27 Jan 1998 03:19:26 +0000 (03:19 +0000)]
add comment
Jason Molenda [Tue, 27 Jan 1998 03:10:23 +0000 (03:10 +0000)]
* config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
Add closing parenthesis. From HJ Lu.
Doug Evans [Tue, 27 Jan 1998 02:58:45 +0000 (02:58 +0000)]
(lookup_keyword_{value,name}): New functions.
(scan_symbol): New function.
(issymchar,SKIP_BLANKS): New macros.
Plus more dma/gpuif support code.
Doug Evans [Tue, 27 Jan 1998 02:57:22 +0000 (02:57 +0000)]
(enum gpuif_reg): Declare.
James Lemke [Tue, 27 Jan 1998 02:52:04 +0000 (02:52 +0000)]
*** empty log message ***
Doug Evans [Tue, 27 Jan 1998 02:36:56 +0000 (02:36 +0000)]
* tc-txvu.c (assemble_one_insn): Allow [] in suffix operand.
Doug Evans [Tue, 27 Jan 1998 02:36:28 +0000 (02:36 +0000)]
allow [] in suffix operand
Mark Alexander [Tue, 27 Jan 1998 02:04:21 +0000 (02:04 +0000)]
* dve3900-rom.c: Improve performance by using memory commands
that print less fluff. Minor cosmetic changes.
Eliminate compiler warnings.
Doug Evans [Tue, 27 Jan 1998 00:32:01 +0000 (00:32 +0000)]
* tc-txvu.c: First pass at dma/pke/gpuif support.
(assemble_one_insn): Renamed from assemble_insn.
Initialize errmsg = NULL before calling parse fn.
(fixups,fixup_count): Make static globals.
Doug Evans [Tue, 27 Jan 1998 00:27:54 +0000 (00:27 +0000)]
* txvu-dis.c (print_insn): Extract/print fns take pointer to
insn now and not insn itself.
* txvu-opc.c: insert/extract/print fns take pointer to
insn now and not insn itself. Add initial dma,pke,gpuif support.
Parse fn no longer needs to set errmsg = NULL for success.
Doug Evans [Tue, 27 Jan 1998 00:21:03 +0000 (00:21 +0000)]
* txvu.h (txvu_opcode): insert/extract/print take pointer to
instruction rather than instruction itself. Result of insert is
`void'. Add decls for dma, pke, gpuif support.
Fred Fish [Mon, 26 Jan 1998 23:04:13 +0000 (23:04 +0000)]
Fix some problems with gdbtk sanitization.
Nick Clifton [Mon, 26 Jan 1998 21:09:18 +0000 (21:09 +0000)]
Detect when explicltly parallel instructions have i/o conflicts and
generate warning messages.
Ian Lance Taylor [Mon, 26 Jan 1998 20:43:50 +0000 (20:43 +0000)]
* bfd-in2.h: Rebuild with changes to chew--tab expansion.
Nick Clifton [Mon, 26 Jan 1998 20:42:15 +0000 (20:42 +0000)]
Fixed infinite loop bug in can_make_parallel().
Added second level of sanization to remove phase 2 work.
Keith Seitz [Mon, 26 Jan 1998 19:41:39 +0000 (19:41 +0000)]
* gdbtk.c (gdb_actions_command): Make note of next action
before freeing all references to it.
Keith Seitz [Mon, 26 Jan 1998 17:38:30 +0000 (17:38 +0000)]
remove last entry regarding new install target "install-gdbtk"
Fred Fish [Mon, 26 Jan 1998 17:14:55 +0000 (17:14 +0000)]
Fix minor sanitization problems.
Doug Evans [Mon, 26 Jan 1998 06:33:18 +0000 (06:33 +0000)]
use .vu pseduo-op
Doug Evans [Mon, 26 Jan 1998 06:24:59 +0000 (06:24 +0000)]
checkpoint
Michael Meissner [Mon, 26 Jan 1998 03:23:55 +0000 (03:23 +0000)]
Exit status is in r0, not r2
Doug Evans [Sun, 25 Jan 1998 23:38:32 +0000 (23:38 +0000)]
fix ilw,ilwr,isw,iswr
Doug Evans [Sun, 25 Jan 1998 23:34:09 +0000 (23:34 +0000)]
checkpoint
Martin Hunt [Sun, 25 Jan 1998 08:56:08 +0000 (08:56 +0000)]
Sat Jan 24 23:52:08 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c: Merge from Foundry branch.
(TclDebug): New debugging function.
(gdb_loc): For frames, find address of calling function
instead of whatever is on the stack (usually the next
instruction).
(gdb_listfiles): Takes an optional pathname argument and
returns an alphabetized list of basenames of files in the
path.
Martin Hunt [Sun, 25 Jan 1998 08:53:37 +0000 (08:53 +0000)]
Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>
* breakpoint.c (enable_breakpoint): Preserve breakpoint
disposition when enabling a breakpoint.
* symtab.c (find_pc_sect_line): If no symbol information
is found, return correct pc anyway.
Michael Meissner [Sun, 25 Jan 1998 00:13:19 +0000 (00:13 +0000)]
If DEBUG has 0x20 set, turn traps into batch debugging
Jeff Law [Sat, 24 Jan 1998 08:58:46 +0000 (08:58 +0000)]
* configure (package_makefile_frag): Move inserting the
${package_makefile_frag} to where it should be according
to the comment.
Doug Evans [Sat, 24 Jan 1998 02:47:35 +0000 (02:47 +0000)]
* txvu-opc.c:
(parse_dest1,insert_luimm12up6): New functions.
(txvu_operands): New operands LUIMM12UP6, LDEST1.
(txvu_lower_opcodes): Clean up pass over table.
(parse_dotdest1): Fix dest calculation.
(_parse_sdest): Fix typo.
Doug Evans [Sat, 24 Jan 1998 02:44:02 +0000 (02:44 +0000)]
* config/tc-txvu.c (assemble_insn): Initialize errmsg = NULL
before calling insert routine.
Doug Evans [Sat, 24 Jan 1998 02:41:41 +0000 (02:41 +0000)]
new txvu testcase lower-1
Doug Evans [Sat, 24 Jan 1998 02:40:00 +0000 (02:40 +0000)]
new testcase lower-1
Stan Shebs [Sat, 24 Jan 1998 01:34:00 +0000 (01:34 +0000)]
* configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
ns32k-*-mach3*): Fix file names.
(i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
recognition, no source files for these.
* configure.tgt (powerpc-*-aix4*): Remove config, now identical
to powerpc-*-aix*.
* config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
no longer needed.
Mark Alexander [Sat, 24 Jan 1998 00:52:54 +0000 (00:52 +0000)]
* monitor.c (monitor_write, monitor_readchar): New functions.
* monitor.h (monitor_write, monitor_readchar): Declare.
* dve3900-rom.c: Add support for fast loading on ethernet connections.
Doug Evans [Sat, 24 Jan 1998 00:44:53 +0000 (00:44 +0000)]
* config/tc-txvu.c (assemble_insn): Initialize errmsg = NULL
before calling insert routine.
Doug Evans [Sat, 24 Jan 1998 00:44:52 +0000 (00:44 +0000)]
* config/tc-txvu.c (assemble_insn): Delete test for !isalpha
after parsing mnemonic. ASCII operand chars are case insensitive.
Doug Evans [Fri, 23 Jan 1998 23:03:29 +0000 (23:03 +0000)]
sanitize m32rx piece of _sim_cpu
Doug Evans [Fri, 23 Jan 1998 23:01:06 +0000 (23:01 +0000)]
add m32rx sanitization to tconfig.in
Doug Evans [Fri, 23 Jan 1998 22:22:23 +0000 (22:22 +0000)]
* Make-common.in (stamp-tvals): New rule.
(targ-vals.h,targ-map.c): Depend on it.
(clean): Remove stamp-tvals.
Keith Seitz [Fri, 23 Jan 1998 20:54:35 +0000 (20:54 +0000)]
* symfile.c: Define two new hooks for symbol reading: "pre_add_symbol_hook"
and "post_add_symbol_hook". These hooks are called before we begin reading
symbols, and after we finish.
(generic_load): Use new symbol reading hooks and get rid of compiler warning.
* gdbtk.c (gdbtk_init): Add hooks for pre- and post-symbol reading.
(gdbtk_pre_add_symbol): New function: the pre-add-symbol hook.
(gdbtk_post_add_symbol): New function: the post-add-symbol hook.
(find_file_in_dir): New function. Moved the guts of gdb_find_file_command
into here to allow its use by others.
(gdb_loc): Use find_file_in_dir to return the real path to the file
(or "N/A" if we can't find it).
* configure.in (TIX_LIB_EXT): Define new variable for those special cases
when TCL_SHLIB_SUFFIX is not enough to specify the dependency.
* configure: Regenerate.
Nick Clifton [Fri, 23 Jan 1998 18:32:40 +0000 (18:32 +0000)]
Updated to match latest disassembly results.
Michael Meissner [Fri, 23 Jan 1998 16:30:08 +0000 (16:30 +0000)]
First round of d10v ABI changes
Fred Fish [Fri, 23 Jan 1998 15:44:12 +0000 (15:44 +0000)]
* config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }".
(TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp.
(TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp.
(d10v_write_fp, d10v_read_fp): Add prototypes.
* symtab.c (decode_line_1): Remove assignment of sals[0].pc field.
* symfile.c (simple_overlay_update, simple_overlay_update_1):
Ignore the size of overlay sections. This check is redundant anyway.
* printcmd.c (print_frame_args): Ditto.
* valops.c (value_fetch_lazy): Ditto.
* values.c (unpack_long): Ditto.
* d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs,
d10v_init_extra_frame_info): Fix some minor bugs so the finish command
works properly.
(show_regs): Change num1 and num2 types from "long long" to "LONGEST".
(d10v_read_fp, d10v_write_fp): New functions.
(d10v_push_arguments): Remove unneeded assigns to "val" and "contents".
(d10v_push_arguments): Fix for pointers and structs.
(d10v_extract_return_value): Fix for pointers and chars.
Fred Fish [Fri, 23 Jan 1998 15:36:12 +0000 (15:36 +0000)]
* gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
"calling function with watchpoint enabled".
Doug Evans [Fri, 23 Jan 1998 10:06:43 +0000 (10:06 +0000)]
* txvu-opc.c (txvu_operands, UBC): Add extract entry.
(txvu_operands, UACCDEST): Not a fake operand.
(txvu_operands, UXYZ): Move parse entry to insert entry.
(txvu_operands, LVI01): Not a fake operand.
(txvu_upper_opcodes): Fix spelling of minii instruction.
(printf_vfreg): Print register number with "%02ld".
(print_bcftreg): Likewise.
(print_accdest): Pass `dest' to _print_dest.
(insert_xyz): Renamed from parse_xyz.
Doug Evans [Fri, 23 Jan 1998 10:04:16 +0000 (10:04 +0000)]
add comment.
Doug Evans [Fri, 23 Jan 1998 09:58:28 +0000 (09:58 +0000)]
new br-1 and upper-1 testcases
Doug Evans [Fri, 23 Jan 1998 09:54:38 +0000 (09:54 +0000)]
new txvu testcases
Jeff Law [Fri, 23 Jan 1998 07:29:19 +0000 (07:29 +0000)]
* config.guess: Add support for Linux/ARM.
Doug Evans [Fri, 23 Jan 1998 06:01:23 +0000 (06:01 +0000)]
* config/tc-txvu.c (assemble_insn): Commas moved to opcode table.
Doug Evans [Fri, 23 Jan 1998 05:36:20 +0000 (05:36 +0000)]
* config/tc-txvu.c (assemble_insn): Commas moved to opcode table.
Richard Henderson [Fri, 23 Jan 1998 05:27:42 +0000 (05:27 +0000)]
* bfd.c (bfd_get_error_handler): Add orthogonal function.
* bfd-in2.h: Regenerate.
Richard Henderson [Fri, 23 Jan 1998 05:14:12 +0000 (05:14 +0000)]
* tekhex.c (tekhex_write_object_contents): Check for no symbols.
PR 14422
Doug Evans [Fri, 23 Jan 1998 03:15:26 +0000 (03:15 +0000)]
update, lower insn has lower address
Fred Fish [Fri, 23 Jan 1998 02:37:34 +0000 (02:37 +0000)]
* objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell
disassembly function there is a reloc on this line.
Fred Fish [Fri, 23 Jan 1998 02:36:05 +0000 (02:36 +0000)]
* d10v-dis.c (PC_MASK): Correct value.
(print_operand): If there's a reloc, don't calculate the
address because they could be in different sections.
Fred Fish [Fri, 23 Jan 1998 02:34:56 +0000 (02:34 +0000)]
* dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
function there is a reloc on this line.
Nick Clifton [Fri, 23 Jan 1998 01:58:25 +0000 (01:58 +0000)]
Oopps - forgot to save cgen.h before commiting previous delta.
Nick Clifton [Fri, 23 Jan 1998 01:57:11 +0000 (01:57 +0000)]
Add prototypes for fixup swapping functions.
Change prototype of cgen_asm_finish_insn to return a char *
Nick Clifton [Fri, 23 Jan 1998 01:54:39 +0000 (01:54 +0000)]
Add support for swapping the fixups when insn are swapped.
Nick Clifton [Fri, 23 Jan 1998 01:45:06 +0000 (01:45 +0000)]
Added tests of automatic parallelisation.
Frank Ch. Eigler [Fri, 23 Jan 1998 00:38:10 +0000 (00:38 +0000)]
- added first batch of PKE code
- PKE memory region registration
- basic R/W operations
- combined pke[01] -> pke
Doug Evans [Fri, 23 Jan 1998 00:22:56 +0000 (00:22 +0000)]
* cgen.sh: Rewrite to be like simulator's version.
* Makefile.am (cgen): Update call to cgen.sh.
* Makefile.in: Regenerate
Mark Alexander [Fri, 23 Jan 1998 00:19:49 +0000 (00:19 +0000)]
Fix sanitization.
Richard Henderson [Fri, 23 Jan 1998 00:18:50 +0000 (00:18 +0000)]
* ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
pattern could match.
Ron Unrau [Thu, 22 Jan 1998 23:25:18 +0000 (23:25 +0000)]
Add sanitize-sky for txvu stuff.
Ron Unrau [Thu, 22 Jan 1998 23:22:22 +0000 (23:22 +0000)]
Recognize txvu-elf as a target.
Ron Unrau [Thu, 22 Jan 1998 23:19:14 +0000 (23:19 +0000)]
Allow gdb to recognize txvu-elf as a valid configuration.
Fred Fish [Thu, 22 Jan 1998 22:48:02 +0000 (22:48 +0000)]
* .cvsignore: Remove *-info and *-install since they match
release-info and mpw-install, which we don't want to just ignore.
Fred Fish [Thu, 22 Jan 1998 22:13:07 +0000 (22:13 +0000)]
* gdb.base/break.exp (test_next_with_recursion): Remove
gdb_suppress_tests for d10v-*-*.
* lib/gdb.exp (gdb_suppress_tests): Disable this function
pending review of whether it is useful or not.
Fred Fish [Thu, 22 Jan 1998 21:51:31 +0000 (21:51 +0000)]
* interp.c (UMEM_SEGMENTS): New define, set to 128.
(sim_size): Use UMEM_SEGMENTS rather than hardwired constant.
(sim_close): Reset prog_bfd to NULL after closing it. Also
reset prog_bfd_was_opened_p after closing prog_bfd.
(sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd.
(sim_create_inferior): Get start address from abfd not prog_bfd.
(xfer_mem): Do bounds checking on addresses and return zero length
read/write on bad addresses, rather than aborting. Prepare to
be able to handle xfers that cross segment boundaries, but not
yet implemented. Only emit debug message when d10v_debug is
set as well as DEBUG being defined.
Ian Carmichael [Thu, 22 Jan 1998 20:48:22 +0000 (20:48 +0000)]
* Incorporate GPR_SET() macro from mips/sim-main.h
Mark Alexander [Thu, 22 Jan 1998 18:37:04 +0000 (18:37 +0000)]
Add dve.exp.
Mark Alexander [Thu, 22 Jan 1998 18:23:43 +0000 (18:23 +0000)]
Fix sanitization errors.
Jeff Law [Thu, 22 Jan 1998 17:38:05 +0000 (17:38 +0000)]
Add forgotten files.
Ian Lance Taylor [Thu, 22 Jan 1998 05:02:50 +0000 (05:02 +0000)]
* emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing
a relocateable link, set the image base to 0, and don't define the
various symbols.
* emulparams/i386pe.sh (RELOCATEABLE_OUTPUT_FORMAT): Define.
* scripttempl/pe.sc: Swap the .data and .bss sections so that
.data comes first. If doing a relocateable link, use
RELOCATEABLE_OUTPUT_FORMAT if it is defined, and start the
sections at 0, and don't define any symbols.
Ian Lance Taylor [Thu, 22 Jan 1998 04:58:01 +0000 (04:58 +0000)]
* coff-i386.c (coff_i386_rtype_to_howto): If COFF_WITH_PE, don't
adjust addend for an output common symbol (from Jimmy Blair
<jimmyb@wrs.com>). If COFF_WITH_PE, adjust addend for PC relative
defined symbol to counteract adjustment made in generic relocation
code.
Ian Lance Taylor [Thu, 22 Jan 1998 03:27:36 +0000 (03:27 +0000)]
* ldlang.c (lang_memory_default): Correct parenthisization of
expression.
Ian Lance Taylor [Thu, 22 Jan 1998 03:18:51 +0000 (03:18 +0000)]
comment fix
Ian Lance Taylor [Thu, 22 Jan 1998 02:32:28 +0000 (02:32 +0000)]
tipoe
Ian Lance Taylor [Thu, 22 Jan 1998 02:27:29 +0000 (02:27 +0000)]
tipoes
Ian Lance Taylor [Thu, 22 Jan 1998 02:25:14 +0000 (02:25 +0000)]
Wed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>
* gas/m88k/init.d: Fix hexadecimal offsets.
Ian Lance Taylor [Thu, 22 Jan 1998 02:22:03 +0000 (02:22 +0000)]
Wed Jan 21 21:20:32 1998 Manfred Hollstein <manfred@s-direktnet.de>
* emultempl/sunos.em: Don't include sys/types.h and sys/stat.h
here; they are included already via sysdep.h.
Ian Lance Taylor [Thu, 22 Jan 1998 02:19:35 +0000 (02:19 +0000)]
* dwarf2.c: Include sysdep.h, not stdio.h and stdlib.h.
Ian Lance Taylor [Thu, 22 Jan 1998 02:17:53 +0000 (02:17 +0000)]
* coff-m88k.c (GET_SCNDHR_NRELOC): Fix typo in macro name.
(GET_SCNDHR_NLNNO): Likewise.
Richard Henderson [Thu, 22 Jan 1998 00:50:17 +0000 (00:50 +0000)]
* listing.c (file_info_struct): Remove FILE, add POS.
(last_open_file_info, last_open_file): New; a one entry FILE* cache.
(file_info): Don't open the file.
(buffer_line): Check for the file in the last_open cache, updating
as necessary.
(print_source): Don't reference file_info->file.
(listing_listing): Likewise.
(listing_print): Close the file in the cache, if any.
Andrew Cagney [Wed, 21 Jan 1998 22:08:37 +0000 (22:08 +0000)]
Use macro GPR_SET(N,VAL) to clear zero registers.
Andrew Cagney [Wed, 21 Jan 1998 22:08:32 +0000 (22:08 +0000)]
Delete bogus line in ChangeLog
Stan Shebs [Wed, 21 Jan 1998 03:01:47 +0000 (03:01 +0000)]
* configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
recognition, no source files for these (note that the i386 Mach
is pre-Mach 3).
(mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
* config/mips/mipsel64.mt: Remove, never referenced.
Michael Meissner [Wed, 21 Jan 1998 02:38:09 +0000 (02:38 +0000)]
#if 0 unused variable
Doug Evans [Wed, 21 Jan 1998 01:43:40 +0000 (01:43 +0000)]
checkpoint
Nick Clifton [Wed, 21 Jan 1998 01:13:47 +0000 (01:13 +0000)]
Added opportunistic parallelisation of adjacent instructions.
Doug Evans [Wed, 21 Jan 1998 01:12:57 +0000 (01:12 +0000)]
checkpoint
Doug Evans [Wed, 21 Jan 1998 00:50:24 +0000 (00:50 +0000)]
checkpoint
Doug Evans [Wed, 21 Jan 1998 00:30:46 +0000 (00:30 +0000)]
checkpoint
Doug Evans [Tue, 20 Jan 1998 23:14:05 +0000 (23:14 +0000)]
* reloc.c (BFD_RELOC_TXVU_11_PCREL): New reloc.
* bfd-in2.h: Regenerate.
* libbfd.h: Regenerate.
* elf32-txvu.c (txvu_elf_howto_table): Add entry for it.
(txvu_reloc_map): Likewise.
Doug Evans [Tue, 20 Jan 1998 23:05:37 +0000 (23:05 +0000)]
checkpoint
Nick Clifton [Tue, 20 Jan 1998 22:23:34 +0000 (22:23 +0000)]
Fixed duplicate definition of h_accums field in fmt_53_sadd structure
Mark Alexander [Tue, 20 Jan 1998 21:12:35 +0000 (21:12 +0000)]
* gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.