aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1998-12-30* build / debug improvements for gx JIT sim prototypeFrank Ch. Eigler4-3/+23
1998-12-30 * gdb.gdbtk/{console.exp, browser.exp}: If no DISPLAY is set,Keith Seitz1-2/+44
skip the tests.
1998-12-30mips16-opc.c: Mark branch insns with MIPS16_INSN_BRANCH.Gavin Romig-Koch1-0/+10
1998-12-30MIPS16_INSN_BRANCHGavin Romig-Koch1-0/+10
1998-12-30* eCos->devo merge; tx3904 sanitize tags removedFrank Ch. Eigler6-382/+362
1998-12-29 Frank Ch. Eigler <fche@cygnus.com> * interp.c (sim_open): Allocate jm3904 memory in smaller chunks. (load_word): Call SIM_CORE_SIGNAL hook on error. (signal_exception): Call SIM_CPU_EXCEPTION_TRIGGER hook before starting. For exception dispatching, pass PC instead of NULL_CIA. (decode_coproc): Use COP0_BADVADDR to store faulting address. * sim-main.h (COP0_BADVADDR): Define. (SIM_CORE_SIGNAL): Define hook to call mips_core_signal. (SIM_CPU_EXCEPTION*): Define hooks to call mips_cpu_exception*(). (_sim_cpu): Add exc_* fields to store register value snapshots. * mips.igen (*): Replace memory-related SignalException* calls with references to SIM_CORE_SIGNAL hook. * dv-tx3904irc.c (tx3904irc_port_event): printf format warning fix. * sim-main.c (*): Minor warning cleanups.
1998-12-30* ChangeLog tweakFrank Ch. Eigler1-3/+3
1998-12-30* eCos->devo merge; am30 sanitization tags removedFrank Ch. Eigler3-115/+255
1998-12-29 Frank Ch. Eigler <fche@cygnus.com> * Makefile.in (WITH_COMMON_OBJS): Build also dv-sockser.o. * interp.c (sim_open): Add stub mn103002 cache control memory regions. Set OPERATING_ENVIRONMENT on "stdeval1" board. (mn10300_core_signal): New function to intercept memory errors. (program_interrupt): New function to dispatch to exception vector (mn10300_exception_*): New functions to snapshot pre/post exception state. * sim-main.h (SIM_CORE_SIGNAL): Define hook - call mn10300_core_signal. (SIM_ENGINE_HALT_HOOK): Do nothing. (SIM_CPU_EXCEPTION*): Define hooks to call mn10300_cpu_exception*(). (_sim_cpu): Add exc_* fields to store register value snapshots. * dv-mn103ser.c (*): Support dv-sockser backend for UART I/O. Various endianness and warning fixes. * mn10300.igen (illegal): Call program_interrupt on error. (break): Call program_interrupt on breakpoint Several changes from <janczyn@cygnus.com> and <cagney@cygnus.com> merged in: * dv-mn103int.c (mn103int_ioctl): New function for NMI generation. (mn103int_finish): Install it as ioctl handler. * dv-mn103tim.c: Support timer 6 specially. Endianness fixes.
1998-12-30* eCos->devo mergeFrank Ch. Eigler2-52/+179
1998-12-24 Frank Ch. Eigler <fche@cygnus.com> * dv-sockser.c (DEFAULT_TIMEOUT): Increase to 1 ms. * nrun.c (main): Remain in simulation loop for traps and exceptions when in operating environment mode. (ui_loop_hook): New stub hook for standalone use. * sim-events.c (sim_events_process): Call ui_loop_hook periodically on CYGWIN host. * sim-reason.c (sim_stop_reason): Return host signal numbers to gdb on sim_stopped and sim_signalled cases. * sim-engine.c (sim_engine_halt): Call SIM_CPU_EXCEPTION_SUSPEND hook just before longjmp. * sim-resume.c (sim_resume): Call SIM_CPU_EXCEPTION_RESUME hook just before sim_engine_run. * sim-n-core.h (sim_core_trace_M): Allay const warning. * sim-trace.h (trace_generic): Ditto. * sim-trace.c (trace_generic): Ditto.
1998-12-30 * configure.in: libtermcap.a should be built when cygwin is theChristopher Faylor3-6/+13
target as well as the host. * config.guess: Allow mixed case in cygwin uname output. * Makefile.in: Add libtermcap target. * config/mt-cygwin: New file. libtermcap target info.
1998-12-30 * cross-build/cygwin.cache: Add a couple more known settings.Christopher Faylor3-97/+140
* configure.in: Fix typo. * configure: Regenerated.
1998-12-29Tue Dec 29 18:11:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-0/+79
* cross-build: new directory. * cross-build/cygwin.cache: new file. Used for Cygwin cross builds.
1998-12-29Tue Dec 29 18:11:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-51/+151
* configure.in: added tests for cross-build for Cygwin.
1998-12-29 * config/tc-mips.c (append_insn): For mips16, insert a nop betweenGavin Romig-Koch2-0/+25
a read of HI or LO and an immediatly following branch.
1998-12-291998-12-29 Gavin Romig-Koch <gavin@cygnus.com>Gavin Romig-Koch2-1/+8
* config/tc-mips.c (md_begin): Another correction to the setting of mips_eabi64.
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor68-859/+7667
ChangeLog-gdbtk for details.
1998-12-28revert change 1.104 --> 1.105. sigh. this reversal breaks 18470. doubleDavid Taylor1-25/+9
sigh. this is to 'fix' a conflict with hp merge changes that are about to go in.
1998-12-27Update.Ulrich Drepper1-0/+26
1998-12-251998-12-24 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda6-0/+2895
* Makefile.in: Add CYGNUS LOCAL comment. * acconfig.h: Add missing defines. * config.h.bot: Add missing content. * configure, config.h.in: Regenerated. config.h.in is a generated file, but the readline distribution checked in could not regenerate this. This set of changes fixes that.
1998-12-24m16.igen (DADDIU5): Correct type-o.Gavin Romig-Koch1-0/+26
1998-12-24Fixed POP_FRAME so that 'return' command works properly.Zdenek Radouch1-2/+1
1998-12-24* config/tc-mips.c (md_begin): Correct type-o in setting of mips_eabi64.Gavin Romig-Koch2-1/+5
1998-12-23 * Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. ratherPer Bothner5-10/+18
than $(READLINE_SRC) so #include <readline/readline.h> will work. * top.c: #include <readline/history.h> instead of "history.h". * tracepoint.c: Likewise. * mac-xdep.c: Likewise.
1998-12-23Wed Dec 23 16:21:41 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-182/+506
* Makefile.in: comment out the rule to rebuild configure by running autoconf.
1998-12-23* defs.h (TARGET_FLOAT_FORMAT, TARGET_DOUBLE_FORMAT): Define usingAndrew Cagney2-65/+10
TARGET_BYTE_ORDER and not target_byte_order.
1998-12-22Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+3
* config/i386/cygwin.mh (TERMCAP): define. (from Chris Faylor, cgf@cygnus.com)
1998-12-22Tue Dec 22 10:51:33 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni4-21/+55
* top.c: specify directory name for including readline.h * tracepoint.c: ditto. * utils.c: ditto.
1998-12-22Tue Dec 22 10:07:58 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni13-224/+48
* Import of Readline 2.2.1.
1998-12-22 * archures.c (bfd_mach_i386_i386_intel_syntax): Define.Catherine Moore1-3/+12
* bfd-in2.h: Likewise. * cpu-i386.c (bfd_i386_arch_intel_syntax): New.