aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/tm-lynx.h
AgeCommit message (Collapse)AuthorFilesLines
2004-11-142004-11-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-32/+0
* config/tm-lynx.h: Delete, inline contents ... * config/rs6000/tm-rs6000ly.h: ... here.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+0
* config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-15/+16
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+34
1999-04-16Initial creation of sourceware repositoryStan Shebs1-34/+0
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-01-08 * target.c, target.h (target_signal_from_command): New function.Jim Kingdon1-0/+6
* infrun.c (handle_command, signals_info), infcmd.c (signal_command): Use it. * infrun.c, infcmd.c: Update docstrings for these commands. * target.h (enum target_signal), target.c (signals), target.c (target_signal_from_host, target_signal_to_host): Add TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx. * config/tm-lynx.h: Define signal numbers for realtime events.
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman1-0/+28
common code into lynx-nat.c. * lynx-nat.c: New module. Contains portable code for Lynx native stuff (mostly ptrace related). * config/i386/i386lynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/m68k/m68klynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/nm-lynx.h, config/tm-lynx.h: New files to contain non-architecture specific native and target defs. * config/i386/nm-i386lynx.h, config/i386/tm-i386lynx.h, config/m68k/nm-m68klynx.h, config/m68k/tm-m68klynx.h: Move all (arch) portable stuff into ../{tm nm}-lynx.h.