diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 22:59:03 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 22:59:03 +0000 |
commit | 1e0956858e37bf7b005fe901458dab895ef9a8df (patch) | |
tree | 2534fbf9c782486086ded3e06bbf5b56c5098d26 | |
parent | 67bbb4058ce6f370010a66830fc23c882c523f6c (diff) | |
download | gdb-1e0956858e37bf7b005fe901458dab895ef9a8df.zip gdb-1e0956858e37bf7b005fe901458dab895ef9a8df.tar.gz gdb-1e0956858e37bf7b005fe901458dab895ef9a8df.tar.bz2 |
Merge MPW ChangeLog with generic ChangeLog
-rw-r--r-- | opcodes/ChangeLog | 25 | ||||
-rw-r--r-- | opcodes/ChangeLog.mpw | 36 |
2 files changed, 25 insertions, 36 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 62e1baf..a333265 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,28 @@ +Mon Apr 10 15:55:01 1995 Stan Shebs <shebs@andros.cygnus.com> + + Merge in support for Mac MPW as a host. + (Old change descriptions retained for informational value.) + + * mpw-config.in (archname): Compute from the config. + (BFD_MACHINES, ARCHDEFS): Put into mk.tmp. + + * mpw-config.in (target_arch): Compute from canonical target. + (m68k, mips, powerpc, sparc): Add architectures. + * mpw-make.in (disassemble.c.o): Add. + (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far). + + * mpw-config.in (BFD_MACHINES): Set to a default value. + * mpw-make.in (BFD_MACHINES): Remove wired-in value. + + * mpw-make.in (CSEARCH): Add extra-include to search path. + + * mpw-config.in (varargs.h): Don't create. + (sysdep.h): Create using forward-include. + * mpw-make.in (CSEARCH): Add include/mpw to search path. + + * mpw-config.in: New file, MPW version of configure.in. + * mpw-make.in: New file, MPW version of Makefile.in. + start-sanitize-arc Thu Apr 6 20:36:08 1995 Doug Evans <dje@chestnut.cygnus.com> diff --git a/opcodes/ChangeLog.mpw b/opcodes/ChangeLog.mpw deleted file mode 100644 index 41c6f5d..0000000 --- a/opcodes/ChangeLog.mpw +++ /dev/null @@ -1,36 +0,0 @@ -Wed Jan 4 15:00:30 1995 Stan Shebs <shebs@andros.cygnus.com> - - * mpw-config.in (archname): Compute from the config. - (BFD_MACHINES, ARCHDEFS): Put into mk.tmp. - -Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in (target_arch): Compute from canonical target. - (m68k, mips, powerpc, sparc): Add architectures. - * mpw-make.in (disassemble.c.o): Add. - (ALL_CFLAGS): Remove special flags (-mc68020 -mc68881 -model far). - -Wed Mar 30 15:30:44 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in (BFD_MACHINES): Set to a default value. - * mpw-make.in (BFD_MACHINES): Remove wired-in value. - -Mon Feb 7 15:53:02 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in (CSEARCH): Add extra-include to search path. - -Mon Jan 24 12:07:22 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in (varargs.h): Don't create. - (sysdep.h): Create using forward-include. - * mpw-make.in (CSEARCH): Add include/mpw to search path. - -Fri Jan 7 11:26:29 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-make.in: Replace 8-bit chars with their names. - -Mon Jan 3 11:44:29 1994 Stan Shebs (shebs@andros.cygnus.com) - - * mpw-config.in: New file, MPW version of configure.in. - * mpw-make.in: New file, MPW version of Makefile.in. - |