* mpw-make.sed: Update editing of include pathnames to be
authorStan Shebs <shebs@codesourcery.com>
Thu, 15 Aug 1996 20:13:38 +0000 (20:13 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 15 Aug 1996 20:13:38 +0000 (20:13 +0000)
more general.

opcodes/ChangeLog
opcodes/mpw-make.sed

index 7ee522fb757c28393829fb2918d941ca766cc284..0e6bbd04313410b6ef192b89914b87ae79f751bc 100644 (file)
@@ -1,3 +1,12 @@
+Thu Aug 15 13:11:13 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Update editing of include pathnames to be
+       more general.
+
+Thu Aug 15 16:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
+
+       * arm-opc.h: Added "bx" instruction definition.
+
 Wed Aug 14 17:00:04 1996  Richard Henderson  <rth@tamu.edu>
 
        * alpha-opc.c (EV4EXTHWINDEX): Field width should be 8 not 5.
index 5faa927d91963871447640630c28ef95e28840f8..ee604862de69648a2648fc0edac32f5e615b1c25 100644 (file)
@@ -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}/