aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/amix.mh
AgeCommit message (Collapse)AuthorFilesLines
1993-03-23 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,Fred Fish1-26/+0
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax, z8k}: New directories to hold cpu specific configuration files. Naming follows gcc convention. * config/{*.mt, *.mh}: All target and host makefile fragment config files moved to an appropriate config/<cpu> subdirectory.
1992-12-08 Changes for Amiga Unix from rhealey@ub.d.umn.edu.Fred Fish1-1/+3
* config/amix.mh (NAT_FILE): Add, set to nm-sysv4.h. * config/amix.mh (NATDEPFILES): Add. * config/amix.mh (XDEPFILES): Move procfs.o and fork-child.o to NATDEPFILES. * dwarfread.c (decode_subscr_data): Remove spurious test that accepted only integer subscript types. We don't do anything with the type at the moment anyway.
1992-09-26Add inftarg.o and fork-child.o to all *.mh that reference infptrace.o.John Gilmore1-1/+1
Add fork-child.o to all *.mh that reference procfs.o.
1992-06-10 * c-exp.y, m2-exp.y: Move remapping defines for malloc andFred Fish1-0/+3
realloc. Add remapping defines for {yyss, yyssp, yyvs, yyvsp}. * config/{amix.mh, i386v4.mh, ncr3000.mh, stratus.mh, sun4os5.mh}: Add definition for INSTALL using /usr/ucb/install.
1991-12-23* config/mh-amix, config/mh-i386v4: Change to find alloca byFred Fish1-0/+15
compiling and linking alloca.c, even when it is not strictly required. Also arrange to link with -ltermlib rather than -ltermcap.
1991-11-12Remove coredep.o from XDEPFILES. The fetch_core_registers() function isFred Fish1-1/+1
now found in procfs.c for hosts with /proc support.
1991-10-24Initial revisionFred Fish1-0/+6