aboutsummaryrefslogtreecommitdiff
path: root/bfd/mpw-make.in
AgeCommit message (Collapse)AuthorFilesLines
1995-09-29 * config.bfd: Add powerpc-*-macos*, powerpc-*-mpw*.Stan Shebs1-551/+0
* configure, configure.in: Add pmac_xcoff_vec case. * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o. * coff-pmac.c: New file, PowerMac XCOFF support. * coffcode.h (coff_set_arch_mach_hook): Add PowerMac case. * targets.c (pmac_xcoff_vec): Declare. * mpw-config.in: Various changes to be compatible with the autoconf-based configury. * mpw-make.sed: New file, sed commands to translate Unix makefile into MPW syntax. * mpw-make.in: Remove. * hosts/mpw.h: Remove. * bfd-in.h, bfd-in2.h: If MPW, include the file that defines true and false as enums, then define TRUE_FALSE_ALREADY_DEFINED.
1995-07-07fsf address update, but not in COPYING filesKen Raeburn1-1/+1
1995-06-15 * bfd-in.h, bfd-in2.h (bfd_boolean): Rename bfd_true, bfd_falseStan Shebs1-1/+2
to bfd_tttrue, bfd_fffalse so as not to conflict with functions. * coffswap.h (coff_swap_scnhdr_out): Remove version that was hacked for MPW C. * mpw-config.in: Set shell vars instead of pasting to makefile for each configuration, edit coffswap.h to make MPW C not choke. (i386-unknown-coff, sh-hitachi-hms): Recognize. * mpw-make.in (BFD_LIBS): Add versados.c.o. * versados.c (versados_scan): Properly cast results from bfd_alloc.
1995-01-03 * mpw-make.in (DebugOptions): Remove define of DEBUG_BFD_SEND.Stan Shebs1-1/+2
1994-12-13 * mpw-config.in: Edit the BFD version into bfd.h.Stan Shebs1-56/+52
(m68k-apple-macos, ppc-apple-macos): New targets. * mpw-make.in: Remove use of gC in rules, add srcdir pathnames to more files.
1994-09-12 * mpw-make.in (ctor.c): Remove references.Stan Shebs1-3/+2
* hosts/mpw.h [BFD_TRUE_FALSE]: Remove macro redefinitions of true and false.
1994-06-26 * mpw-config.in: Use sed instead of StreamEdit, add definitionsStan Shebs1-8/+10
for mips target. * mpw-make.in: Remove mips targets definitions, add rule to compile with GCC, remove ecoff.c.o and ecofflink.c.o from list of required object files.
1994-06-23Change --with-targets to --enable-targets, per GNU coding standards.David MacKenzie1-3/+3
1994-02-27Sun Feb 27 15:41:10 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-1/+1
* mpw-make.in (DEBUG_BFD_SEND): Define in default compilation rule.
1994-02-15Tue Feb 15 12:44:30 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-1/+1
* mpw-make.in (CSEARCH): Add include/mpw to search path. * hosts/mpw.h (stat): Remove incomplete definition, now in include/mpw/sys. (POSIX_UTIME): Define.
1994-01-22Sat Jan 22 13:30:57 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-4/+2
* mpw-config.in: Create sysdep.h using forward-include. Remove unneeded synthesis of varargs.h. * mpw-make.in (CC, CFLAGS): Remove, now in config/mpw-mh-mpw. (CSEARCH): Added path to extra-include.
1994-01-07Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-285/+285
* mpw-make.in: Replace 8-bit chars with their names. * coffswap.h (coff_swap_scnhdr_out): Add alternative version with partly-expanded macros.
1994-01-04Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+554
* mpw-config.in: New file, MPW version of configure.in. * mpw-make.in: New file, MPW version of Makefile.in. * hosts/mpw.h: New file, MPW host definitions. Mon Jan 3 13:00:07 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration bits.