* mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
authorStan Shebs <shebs@codesourcery.com>
Sun, 12 Nov 1995 21:03:38 +0000 (21:03 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 12 Nov 1995 21:03:38 +0000 (21:03 +0000)
  with the man page.

binutils/ChangeLog
binutils/mpw-make.sed

index ff6c6a318f46496f45eae67308703d53ba24c335..58dac2571da94db463ad0ec841bef63bebc274b5 100644 (file)
@@ -1,3 +1,13 @@
+Sun Nov 12 12:56:05 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anything
+       with the man page.
+
+Fri Nov 10 11:41:22 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (setup_section): Copy the section lma independently of
+       the vma.
+
 Wed Nov  8 11:33:00 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * arsup.c (ar_open): Cast malloc return value.
index 99259cec92116794f1d41165ce775ce2fb88f618..6984d2fd471df6c41c18abc7f09666ba68e7672d 100644 (file)
@@ -70,3 +70,9 @@ BUILD_DLLTOOL = \
 /^Makefile \\Option-f/,/^$/d
 /^"{o}"config.h \\Option-f/,/^$/d
 /^config.status \\Option-f/,/^$/d
+
+# Don't try to make the demangler's man page, it's useless.
+/^{DEMANGLER_PROG}\.1 \\Option-f/,/^$/d
+# Don't depend on it either.
+/{DEMANGLER_PROG}/s/ {DEMANGLER_PROG}\.1//
+