aboutsummaryrefslogtreecommitdiff
path: root/gdb/mpw-config.in
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+81
1999-04-16Initial creation of sourceware repositoryStan Shebs1-81/+0
1997-10-06Remove sanitized-out Magic Cap support, will never be releasedStan Shebs1-13/+0
1996-08-16 * mpw-make.sed: Update for various recent changes, add someStan Shebs1-1/+1
comments. start-sanitize-gm * mpw-config.in: Fix name of Magic Cap-specific file. end-sanitize-gm
1995-12-12 * configure.in (powerpc-*-macos*): New target configuration.Stan Shebs1-3/+19
* configure: Update. * config/powerpc/macos.mh, config/powerpc/macos.mt, config/powerpc/nm-macos.h, config/powerpc/tm-macos.h, mac-nat.c: New files, native PowerMac debugging support. * Makefile.in (mac-nat.o): Add build rule. * mpw-config.in (enable_cflags): Add support. (m68k-apple-macos, powerpc-apple-macos): Fix natdepfiles to list object file instead of source file. * mpw-make.sed (@ENABLE_CFLAGS@): Don't edit out, replace with value of variable. (install, install-only): Edit MPW-specific installation into place of Unix shell code. * mac-gdb.r: Fix version resources to use symbolic version strings. (cfrg): New resource, code fragment for PowerMac.
1995-11-09 * mpw-config.in: Add variable with names of SIOW libraries.Raymond Jou1-0/+3
* mpw-make.sed: Add an action to build SIOWgdb.
1995-10-27 * mpw-config.in: Add support for PowerMac host, add beginningsStan Shebs1-6/+20
of native support. * mpw-make.sed: Disable subdir recursion, edit out useless rule. * mac-xdep.c (Values.h): Don't include. (GestaltEqu.h): Include Gestalt.h instead. (do_mouse_down): Comment out control tracking, needs to be updated to use UPP before will work on PowerMac.
1995-10-19 * mpw-config.in: Adapt to work with autoconf'ed configury;Stan Shebs1-10/+20
build config.h, add empty definitions to mk.tmp. (powerpc-apple-macos): Make it work. * mpw-make.sed: New file, sed commands to translate Unix makefile into MPW syntax. * mpw-make.in: Remove. * mac-gdb.r: New file, was macgdb.r, renamed for consistency with other tools, now includes cfrg resource. * macgdb.r: Remove. * config/m68k/xm-mpw.h: Remove most of contents, replace with include of include/mpw/mpw.h.
1995-06-15 * array-rom.c: Remove, no longer used.Stan Shebs1-1/+1
* remote-hms.c (hms_open): Make static. * mpw-config.in (MacSerial.h): Copy from version in {CIncludes}, not {MPW}Interfaces:CIncludes. * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
1995-03-17 * mpw-config.in (i386-unknown-go32): Change from aout.Stan Shebs1-7/+8
(sh-hitachi-hms): New target. * mpw-make.in (BISON): Use byacc instead of bison. (VERSION): Bump to 4.14.1. (*-pinsn.*): Remove mentions everywhere. (all): Don't build MacGDB. (gdb, SiowGDB): Depend on Version.r. (Version.r): Generate from version info. * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS. (main) [MPW]: Remove debugging hook. * mac-xdep.c (debug_openp): New flag. (mac_init): Set flag if env variable defined. * ser-mac.c (mac_open): Clarify error message. (mac_readchar): Call PROGRESS while looping. (mac_write): Call sleep instead of sec_sleep. (sec_sleep): Remove. * source.c (openp) [MPW]: Only print debugging info if debugging. * utils.c (query) [MPW]: Clarify that behavior is a bug.
1994-12-14 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,Stan Shebs1-2/+23
i386-unknown-aout): New targets. (mk.tmp): Add *DEPFILES definitions. * mpw-make.in: Remove gC rules, clean up definitions for other include files, bump version, fix bogus \ that should be \Option-d. (init.c): Build correctly. (mpw-init.c): Remove.
1994-09-13Merge supposedly (but not really) GM-specific bits into general MPW configStan Shebs1-4/+15
1994-07-01 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.Stan Shebs1-0/+5
* ser-mac.c (MacSerial.h): Include instead of Serial.h.
1994-03-23Thu Mar 10 15:49:05 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+13
* mpw-config.in: New file, MPW configuration fragment. * mpw-make.in: New file, MPW makefile fragment. * config/m68k/xm-mpw.h: New file, MPW host definitions. * ser-mac.c: New file, Mac serial interface.