aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/nm-news.h
AgeCommit message (Collapse)AuthorFilesLines
2001-12-01Zap sony news (m68k) and ISI (m68k) targets.Andrew Cagney1-27/+0
2001-04-17Obsolete NEWS and ISI systems (along with a few redundant m68k targets).Andrew Cagney1-27/+27
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-13/+14
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+26
1999-04-16Initial creation of sourceware repositoryStan Shebs1-26/+0
1996-04-05 * configure.in: Check for setpgid function.Fred Fish1-2/+8
* config.in: Regenerate with autoheader. * configure: Regenerate with autoconf. * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL if it is actually defined. (gdb_setpgid): Use HAVE_SETPGID. * ch-exp.c: Change include of <string.h> to "gdb_string.h". * c-exp.y: Ditto. * f-exp.y: Ditto. * m2-exp.y: Ditto. * c-exp.y: Include <ctype.h>. * serial.c: Ditto. * config/m68k/nm-news.h: Add typedef for pid_t which is apparently missing from <sys/types.h>. Enclose entire file in NM_NEWS_H ifndef and define when included. * config/mips/nm-news-mips.h: Ditto. * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
1995-08-02Update FSF address.Fred Fish1-1/+1
1993-03-23 * config/{*.mt, *.mh}: All target and host makefile fragmentFred Fish1-0/+20
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.