From: Stan Shebs Date: Thu, 15 Aug 1996 20:13:38 +0000 (+0000) Subject: * mpw-make.sed: Update editing of include pathnames to be X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a952ea1cb86428d50d20cdee90c5705100c8ae2a;p=binutils-gdb.git * mpw-make.sed: Update editing of include pathnames to be more general. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7ee522fb757..0e6bbd04313 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Thu Aug 15 13:11:13 1996 Stan Shebs + + * mpw-make.sed: Update editing of include pathnames to be + more general. + +Thu Aug 15 16:28:41 1996 James G. Smith + + * arm-opc.h: Added "bx" instruction definition. + Wed Aug 14 17:00:04 1996 Richard Henderson * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5. diff --git a/opcodes/mpw-make.sed b/opcodes/mpw-make.sed index 5faa927d919..ee604862de6 100644 --- a/opcodes/mpw-make.sed +++ b/opcodes/mpw-make.sed @@ -3,8 +3,10 @@ # Empty HDEFINES. /HDEFINES/s/@HDEFINES@// -/INCDIR=/s/"{srcdir}":/"{topsrcdir}"/ -/^CSEARCH = .*$/s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/ +# Fix pathnames to include directories. +/^INCDIR = /s/^INCDIR = .*$/INCDIR = "{topsrcdir}"include/ +/^CSEARCH = /s/$/ -i "{INCDIR}":mpw: -i ::extra-include:/ + /BFD_MACHINES/s/@BFD_MACHINES@/{BFD_MACHINES}/ /archdefs/s/@archdefs@/{ARCHDEFS}/