aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-01-05target.c (noprocess): terminate sentence with a period.David Taylor3-2/+5
breakpoint.c (catch_command_1): ditto.
1999-01-05*** empty log message ***David Taylor1-0/+28
1999-01-05hp merge changes; mostly new files.David Taylor4-2/+1055
scope.exp, langs.exp, list.exp -- compile one file at a time, then link. default.exp -- change expected messages for catch and info catch tests to reflect hp merge changes.
1999-01-05 * cgen.h (CGEN_ATTR_VALUE_TYPE): New typedef.Doug Evans1-0/+7
(CGEN_ATTR): Use it. (CGEN_ATTR_TYPE,CGEN_ATTR_ENTRY): Ditto. (CGEN_ATTR_TABLE): New member dfault.
1999-01-05Fix a typeo, 1997 -> 1998 in a date entry.Jason Molenda1-1/+1
1999-01-05Fix couple spelling errors.Michael Snyder1-4/+4
1999-01-05Cosmetic and indentation fixes.Michael Snyder1-23/+26
1999-01-05c_value_print -- remove hack^2 from HP -- it causes testsuite losses withDavid Taylor2-8/+4
no real gain.
1999-01-05restore START_INFERIOR_TRAPS_EXPECTED if not already defined by tm-*.hDavid Taylor1-0/+5
1999-01-05 * gdbint.texinfo: Expand on GDB's coding standards,Stan Shebs2-28/+107
specify the use of arg names with prototypes.
1999-01-051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-6/+11
* configure.in: Fix whitespace indentation for --help. * configure: Regenerated.
1999-01-051999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>Jason Molenda1-0/+5
* main.c: Add --write command line option, document -w. * gdb.1: Document --write.
1999-01-051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda4-3/+13
* configure.in: Require autoconf 2.12.1 or higher.
1999-01-05fix copyright datesStan Shebs1-1/+1
1999-01-051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda11-25/+42
* configure.in: Require autoconf 2.12.1 or higher. * doc/configure.in: Ditto. * nlm/configure.in: Ditto. * rdi-share/configure.in: Ditto. * testsuite/configure.in: Ditto. * doc/Makefile.in: Don't hardcode $(SHELL). * nlm/Makefile.in: Ditto. * rdi-share/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto.
1999-01-04new functions -- skip_hp_tests, gdb_preprocess; gdb_compile takes newDavid Taylor1-0/+5
optional argument specifying c++.
1999-01-04add gdb.hp to list of subdirectories.David Taylor1-0/+1
1999-01-04change log entries for changes just committed.David Taylor1-0/+29
1999-01-04 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra thingsDavid Taylor2-32/+61
to delete on clean. (EXECUTABLES): update to reflect new additions. * gdb.base/commands.exp: update message expected. * gdb.base/default.exp: add copyright notice. * gdb.base/funcargs.exp (timeout): if hpux, increase timeout. * gdb.base/help.exp: update messages to reflect current text. * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled targets for recurse tests. * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then skip this file.
1999-01-04configure.in -- decide whether to configure gdb.hp; configure -- regenerated.David Taylor2-8/+29
1999-01-04doc new files.David Taylor1-0/+17
1999-01-04new files -- part of HP merge.David Taylor5-0/+799
1999-01-04keep split ChangeLogStan Shebs1-0/+1
1999-01-04Split the ChangeLog by yearStan Shebs2-7439/+7447
1999-01-04 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneededStan Shebs2-144/+64
inits of new fields, including ref to bogus field. (vx_ops, vx_run_ops): Make static.
1999-01-04delete redundant definition of STARTUP_INFERIOR_TRAPS_EXPECTED.David Taylor2-15/+18
1999-01-04change <sys/unistd.h> to <unistd.h> and conditionalize its inclusion.David Taylor3-2/+12
1999-01-04hp merge changes; 5 new files.David Taylor10-9/+296
1999-01-04update to reflect new hp merge files.David Taylor3-0/+139
1999-01-04new files -- part of HP merge.David Taylor35-0/+5312
1999-01-03(Ugh. Last checkin was supposed to have been aborted. Oops.)Ken Raeburn1-2/+1
Replace elf-offset.ld with a version we can ship. Use "-T" in linker invocation when specifying linker script.
1999-01-03sanitization for new test case. discard it when sanitizing, until it getsKen Raeburn3-8/+13
rewritten or assigned to the fsf.
1999-01-03* Makefile.am (check-DEJAGNU): No longer provide HOSTING_EMU, HOSTING_CRT0,Ken Raeburn3-24/+60
HOSTING_LIBS; the test suite can extract them from configure.host and configure.tgt now. * Makefile.in: Rebuild.
1999-01-03 * config/default.exp (get_link_files, get_target_emul): New procs;Ken Raeburn4-18/+126
run shell commands to extract information from configure.host and configure.tgt in the source tree. (top level): Use them to get information needed to run tests, if not otherwise provided. Should allow running of at least some of the tests by releng. * ld-shared/elf-offset.ld: New file. Builds a shared library, but gives non-zero addresses for memory region. * ld-shared/shared.exp: Run the non-PIC non-AIX test again using the new linker script. PR ld/17962 -- not fixed, but customer has what should be an adequate workaround.
1998-12-31 * corelow.c (core_ops): Don't initialize statically.Stan Shebs2-69/+44
(init_core_ops): New function, fills in core_ops. (_initialize_corelow): Use it.
1998-12-31Add a sky sanitization, cosmetic changes for consistencyStan Shebs1-2148/+1743
1998-12-31all remaining *.c *.h files from hp merge.David Taylor62-1382/+27570
1998-12-31 * configure.in: Search devo libtermcap directory for termcap.hChristopher Faylor1-0/+6
when compiling for cygwin. * configure: Regenerated.
1998-12-31HP tui support files for gdb.David Taylor27-0/+11165
1998-12-31* configure.in: Search devo libtermcap directory for termcap.h whenChristopher Faylor2-87/+89
compiling for cygwin. * configure: Regenerated.
1998-12-31* sky test case updates for MTIR insn PRFrank Ch. Eigler1-0/+5
1998-12-31 Frank Ch. Eigler <fche@cygnus.com> * sim/sky/t-cop2.s: Adjust vmtir instruction tests for new syntax. * sim/sky/t-cop2.vuexpect: Matching changes.
1998-12-31Do not copy old versions of libreadline.a/libhistory.a if they do not existMichael Meissner1-0/+5
1998-12-31 From J.T. Conklin <jtc@redbacknetworks.com>:Stan Shebs1-0/+5
* i386-stub.c: Fix error string in last change.
1998-12-31 * configure.in: makefile stub for cygwin target is probablyChristopher Faylor2-5/+0
unnecessary. Remove it for now. * config/mt-cygwin: Remove.
1998-12-311998-12-30 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda14-95/+299
* utils.c: <readline/readline.h> instead of "readline/readline.h". * configure.in (TERM_LIB): Search for the appropriate term library on the host system. * configure: Regenerated. * Makefile.in (TERMCAP): Set based on autoconf check. * config/*/*.mh: Don't override TERMCAP setting.
1998-12-31 * value.c (value_virtual_fn_field): Handle the situation whereMark Alexander2-9/+30
vtbl is a pointer to a structure instead of a pointer to an array.
1998-12-31 * sim/sky/sky-defs.tcl: various changes for remote host testing.Felix Lee1-0/+57
* sim/sky/mload.exp: ditto. * sim/sky/sky_sce.exp: ditto. * sim/sky/sky_sce_accurate.exp: ditto. * sim/sky/sky_sce_fast.exp: ditto. * sim/sky/mload.exp: mark as unresolved on error.
1998-12-30* resolution of eCos-vs.-sky merge conflict!Frank Ch. Eigler2-1/+17
[ChangeLog] 1998-12-30 Frank Ch. Eigler <fche@cygnus.com> * mips.igen (BREAK): Call signal_exception instead of sim_engine_halt. start-sanitize-sky * interp.c (signal_exception): Call SIM_CPU_EXCEPTION_TRIGGER hook. Call sim_engine_halt on BreakPoint. end-sanitize-sky [ChangeLog.sky] 1998-12-30 Frank Ch. Eigler <fche@cygnus.com> * sky-gdb.c (sky_sim_engine_halt): Do not set CIA here.
1998-12-30Tue Dec 29 16:03:53 1998 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Stan Shebs2-1/+6
* configure.in, configure (mips64vr5*-*-*): Added missing ;; in case statement. (actually a sanitize-cygnus mistake, but Rainer doesn't know that)
1998-12-30change void * to PTR (two places).David Taylor2-2/+66