aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-68k.h
AgeCommit message (Collapse)AuthorFilesLines
1991-11-18Remove tdesc stuff. Remove FRAME_CHAIN_COMBINE from all tm-*.h files,John Gilmore1-7/+1
since it was always defined exactly the same in all of them.
1991-10-26* tm-sparc.h, tm-68k.h (EXTRACT_RETURN_VALUE): fix output ofStu Grossman1-1/+3
short return values for sparc and 68k. Patch from Paul Eggert.
1991-10-25Remove locally duplicated code for calling functions in the inferior. TheFred Fish1-31/+59
only differences were in the specific trap vectors used and whether or not an fpu was present. These are now handled by appropriate definitions of BPT_VECTOR and HAVE_68881 respectively. Other minor obvious cleanups. Minor spelling correction in valops.c.
1991-10-24Move code duplicated in almost every single m68k based machine to theFred Fish1-1/+52
common target file tm-68k.h. Duplications still need to be removed (FIXME).
1991-10-15Changes from Fred Fish:John Gilmore1-0/+1
* tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. From Andreas Schwab: * values.c (show_convenience): Use printf_filtered. * main.c (define_command): Check result of lookup_command for exact match. (echo_command): Use printf_filtered, and force output out. * dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate.
1991-08-22HP 300 BSD port for machines at FSF. Also minor mips change.John Gilmore1-3/+3
1991-06-04Change GDB over to GNU General Public License version 2.John Gilmore1-6/+6
1991-05-02The list of changes is too long to fit in the cvs log (since it truncates!).Jim Kingdon1-1/+1
Look at the ChangeLog for Apr 30 and May 1.
1991-04-30 * sun3-xdep.c, tm-sun3.h, tm-68k.h: Change TARGET_SUN3 toJim Kingdon1-1/+1
GDB_TARGET_IS_SUN3.
1991-04-20 * tm-68k.h (NUM_REGS): Conditionalize on TARGET_SUN3 not sun.Jim Kingdon1-1/+1
tm-sun3.h: Define TARGET_SUN3.
1991-04-19 * tm-68k.h: Put declaration of ext_format_68881 outside the macros.Jim Kingdon1-4/+4
1991-03-28Johns releaseK. Richard Pixley1-0/+473