summaryrefslogtreecommitdiffstats
path: root/gdb/config/i960
Commit message (Collapse)AuthorAgeFilesLines
* bcopy -> memcpyK. Richard Pixley1993-09-011-3/+3
|
* break dcache out of remote-nindy.cK. Richard Pixley1993-09-011-1/+1
|
* Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1993-08-021-1/+0
| | | | added to the list by Sanitize, unless Sanitize knows it needs to keep it.
* Add .Sanitize to Things-to-lose list.Fred Fish1993-07-301-0/+2
|
* * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.Jim Kingdon1993-07-281-1/+1
| | | | | | | | * nindy-share/*, remote-nindy.c: Extensive hacking to make it conform to GDB conventions like using memcpy not bcopy, serial.h, etc. This is to make it host on Solaris, AIX, etc. * Makefile.in: Reflect removed nindy-share files. * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
* * Makefile.in: Use REMOTE_O macro not remote.o.Jim Kingdon1993-07-222-0/+6
| | | | * config/i960/{nindy960,vxworks960}: Don't use remote.o.
* * Remove unused STACK_END_ADDR in the following files (in otherJim Kingdon1993-07-021-7/+0
| | | | | | files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h, tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h, tm-hp300hpux.h, tm-isi.h.
* * defs.h, main.c (catch_errors): Add return_mask arg.Jim Kingdon1993-06-131-2/+2
| | | | | | | | | | | stack.c (print_frame_info): Pass RETURN_MASK_ERROR. other callers: Pass RETURN_MASK_ALL. (return_to_top_level), callers: Add return_reason arg. * utils.c (quit): Use return_to_top_level (RETURN_QUIT) instead of error (). * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER): Use SET_TOP_LEVEL not setjmp (to_top_level). * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
* * remove-vx.c (vx_read_register, vx_write_register): collapseK. Richard Pixley1993-06-081-0/+11
| | | | | | | ifdef I80960 else (assumes) m68k into parameterizable macros VX_NUM_REGS and VX_SIZE_FPREGS. * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS, VX_SIZE_FPREGS): new definitions.
* added things-to-lose sectionsK. Richard Pixley1993-05-271-0/+2
|
* Add .Sanitize files for new directories.Fred Fish1993-03-231-0/+32
|
* * config/{*.mt, *.mh}: All target and host makefile fragmentFred Fish1993-03-235-0/+540
config files moved to an appropriate config/<cpu> subdirectory. * nm-*, xm-*, tm-*: All native, host, and target files, which get linked to nm.h, xm.h, and tm.h respectively by configure, moved to appropriate config/<cpu> subdirectory.
OpenPOWER on IntegriCloud