aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1995-04-11 * valprint.c (print_longest): Fix a syntax error in #ifdefKung Hsu1-1/+4
PRINTF_HAS_LONG_LONG.
1995-04-10 * config/mips/xm-irix5.h: turn on CC_has_LONG_LONG andKung Hsu3-0/+10
PRINTF_HAS_LONG_LONG. * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
1995-04-10always keep MPW support filesStan Shebs1-8/+2
1995-04-10Merge MPW ChangeLog with generic ChangeLogStan Shebs2-36/+25
1995-04-10 * Makefile.in: move {all,check,install}-gdb from *_MODULESJason Molenda1-0/+5
to *_X11_MODULES due to gdbtk needing X include files et al.
1995-04-10Added "regPacket.h" to "Things to Keep"David H. Webster1-0/+1
1995-04-10Added the following files to "Things to Keep":David H. Webster1-0/+3
est.exp rom68k.exp slite-gdb.exp
1995-04-10Added "remote-vx68.c" and "remote-vx960.c" to "Things to Keep"David H. Webster1-0/+2
1995-04-10Removed alpha-regdef.h from "Things to Lose"David H. Webster1-2/+0
1995-04-10Removed the following files from "Things to Keep":David H. Webster1-3/+0
alpha-nw.mt gdbserve.mt tm-alphanw.h
1995-04-10Removed "nlmstub.def" from "Things to Keep"David H. Webster1-1/+0
1995-04-10Removed the following files from "Things to Keep":David H. Webster1-6/+0
README-ALPHA-NETWARE aio.h alpha-io.S alpha.c alpha.h altdebug.h
1995-04-10always keep MPW support filesStan Shebs1-8/+2
1995-04-10Merge MPW changes into general ChangeLogStan Shebs1-20/+0
1995-04-10doc changesKen Raeburn1-0/+16
1995-04-10* doc/internals.texi: Add loud disclaimer. Refill to 79 columns, specifyKen Raeburn1-96/+592
fill-column in local-variables section. Change subheadings to subsections so they can be cross-referenced. Describe broken words, frags, frag chains, generic relaxation, relax table, m68k relaxation, m68k addressing modes, test suite code. Add a few words about various file formats.
1995-04-10no longer sanitize out MPW support filesStan Shebs1-45/+4
1995-04-10Merge MPW ChangeLog into generic ChangeLogStan Shebs2-124/+67
1995-04-10* lib/gas-defs.exp (pass_phase): New proc.Ken Raeburn1-0/+7
(run_dump_test): Note passing or failing of each phase of this test, instead of failure of phases or passing of complete test. Ensure test file name is in reported message.
1995-04-10Nuke RCS string. Fix comment.Ken Raeburn1-2/+1
1995-04-10Fix patterns.David Edelsohn2-28/+26
1995-04-10Delete illegal insns.David Edelsohn1-2/+0
1995-04-10(test_template_insn): Delete .s/.d files afterwards.David Edelsohn1-5/+6
(main body): Run ld, st tests.
1995-04-10 * gas/arc/{ld.[sd],st.[sd]}: New files.David Edelsohn1-1/+1
1995-04-10Tests for ld, lr, st, sr insns.David Edelsohn5-0/+107
1995-04-10shimm values "are always signed"David Edelsohn5-23/+23
1995-04-09 * gdb.base/recurse.exp: Fix comment.Jim Kingdon2-269/+178
* TODO: Remove item about printing variables in nodebug.exp. Add item about enabling tests which are only run on some targets. * gdb.base/watchpoint.exp: Various cleanups (make each test pass or fail, make test names unique, use new gdb_test convention regarding pattern, use gdb_test more, etc.).
1995-04-09 * gdb.base/bitfields.exp: Various cleanups (make each test pass orJim Kingdon1-0/+5
fail, make test names unique, etc.).
1995-04-09More ARC stuff.David Edelsohn1-0/+1
1995-04-09Test extended shifts, mul64/mulu64 insns.David Edelsohn4-4/+110
1995-04-08(test_template_insn): Document usage.David Edelsohn1-24/+63
New parameter `cpu', callers updated. (main body): Test host/graphics/audio extensions. Test ext/sex insns.
1995-04-08Tests for various insn3 insns (eg: ext, sex).David Edelsohn3-0/+98
1995-04-08* gas/arc/{arc.exp,math.[sd],flag.[sd],j.[sd]}: New files.David Edelsohn1-1/+2
* gas/arc/{branch.[sd],alias.[sd],sshift.[sd]}: New files.
1995-04-08More tests.David Edelsohn1-13/+21
1995-04-08Tests for single bit versions of asr, lsr, ror, rrc.David Edelsohn3-0/+98
1995-04-08Testcases for mov, rlc, asl.David Edelsohn3-0/+146
1995-04-08Stay away from duplicate arguments, will collide with aliases (eg: and->mov).David Edelsohn2-12/+15
1995-04-08Testcases for b, bl, and lp insns.David Edelsohn3-0/+94
1995-04-08Start of ARC testsuite.David Edelsohn8-0/+387
1995-04-08keep arc subdir if keep-arc.David Edelsohn1-0/+5
1995-04-08 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.David Edelsohn1-0/+32
Always resolve testcase status before returning. If `slurp_options' fails, return and don't do test. (slurp_options): Fix "can't open" error message. Return -1 to indicate error.
1995-04-08*** empty log message ***David Edelsohn1-3/+37
1995-04-08 * gdb.base/nodebug.c: Change return type of top and middle toPeter Schauer1-0/+8
short. * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they are fixed by the recent mdebugread.c changes. Allow `short ()' as type for top and middle.
1995-04-08 * mdebugread.c (parse_symbol): Use new variablePeter Schauer3-45/+92
nodebug_var_symbol_type as type of variables which don't have any ecoff debug info associated with them. (parse_symbol, parse_procedure): Use heuristics to determine if functions were compiled without debugging info and change their type to nodebug_function_symbol_type. (_initialize_mdebugread): Initialize nodebug_*_symbol_type. * source.c (line_info): Clear sal.pc for `info line' without arguments.
1995-04-08 * configure.in (host_libs): Remove glob, since it is gone from theJim Kingdon2-1/+13
sources.
1995-04-08 * config/pa/tm-hppa.h: Define lots register offsets needed byStu Grossman1-0/+3
w89k-rom.c.
1995-04-08 * monitor.c: make_xmodem_packet and print_xmodem_packet go away.Stu Grossman4-11/+157
send_xmodem_packet shows up to do the obvious. Lots of fixes to xmodem downloads including resetting of block number at start of new transfers, fix for buffer overrun problem, addition of CRC generation code. * (monitor_open): loadtype_str and loadproto_str now default to first entry in monitor_ops->loadtypes. * (monitor_wait): Lengthen register dump buf, because of verbose Winbond monitor. * (monitor_fetch_register): Report unimplemented registers as 0. * (monitor_read_memory): Only do 16 byte aligned transfers because of formatting weirdness with the Winbond monitor. Also, ignore non-hex, non-whitespace formatting between bytes (same monitor). * (monitor_load): Clean up logic. * (monitor_load_srec): Re-do xmodem support. Move lots of it into send_xmodem_packet. * (getacknak): Get rid of polls and timeouts. Handle CRC requests from receiver. * (monitor_make_srec): Efficiency improvements. Don't call sprintf to output two digit hex numbers. * (crcinit, docrc): New, CRC-16 support routines. * (send_xmodem_packet): New routine to generate either CRC-16 or checksummed xmodem packets. * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes): Reduce tables down to only the load types supported by each monitor. * w89k-rom.c (w89k_supply_register): Parses output of Winbond register dumps. * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem. * (w89k_cmds): Add clear all breakpoints, memory fill, and dump registers commands.
1995-04-07 * arc-dis.c (print_insn): New parameter `big_p'. Callers updated.David Edelsohn3-94/+220
Call arc_get_opcode_mach to map bfd mach number to opcode value. (print_insn_*): Pass bfd mach number, not opcode version. * arc-opc.c (arc_get_opcode_mach): New function.
1995-04-07 * emulparams/arcelf.sh (ENTRY): Define.David Edelsohn2-0/+24
1995-04-07 * arc.h (arc_get_opcode_mach): Define prototype.David Edelsohn2-9/+53