Mon Nov 11 20:30:18 1991 Steve Chamberlain (sac at cygnus.com)
authorSteve Chamberlain <sac@cygnus>
Tue, 12 Nov 1991 04:32:57 +0000 (04:32 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 12 Nov 1991 04:32:57 +0000 (04:32 +0000)
* Makefile.in: standardize on MINUS_G to disable debugging
* coff-m88k.c: create coff armaps instead of bsd ones.
* opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits
when calling chmod.

bfd/ChangeLog
bfd/Makefile.in
bfd/coff-m88k.c

index a33b0ae620a4098fdec2add4ad4b0a9642015d0a..cbcfbd7de5fc4f33fa8ede2c63bf5b60c9dffba0 100644 (file)
@@ -1,3 +1,10 @@
+Mon Nov 11 20:30:18 1991  Steve Chamberlain  (sac at cygnus.com)
+
+       * Makefile.in: standardize on MINUS_G to disable debugging
+       * coff-m88k.c: create coff armaps instead of bsd ones.
+       * opncls.c (bfd_close_all_done), (bfd_close): Mask out random bits
+       when calling chmod.
+
 Mon Nov 11 19:07:32 1991  Fred Fish  (fnf at cygnus.com)
 
        * elf.c:  Additions to support ELF format core files.
index 08e715df93c312a2feaca4a2aa28efa5921e8938..ae3f44c914755cd762b7ee863b016f097943ff4a 100644 (file)
@@ -21,8 +21,8 @@
 # $Id$
 
 srcdir = .
-destdir = /usr/local
-libdir = $(destdir)/H-$(host_alias)/T-independent/lib
+ddestdir = /usr/local
+libdir = $(ddestdir)/lib
 docdir = $(srcdir)/doc
 
 RANLIB = ranlib
@@ -31,13 +31,14 @@ AR_FLAGS = clq
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 DEP = mkdep
+MINUS_G=-g
 
 
 #### host and target dependent Makefile fragments come in here.
 ###
 
 TARGETLIB = libbfd.a
-CFLAGS = -g $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) # -DINTEL960VERSION
+CFLAGS = $(MINUS_G) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) # -DINTEL960VERSION
 
 
 BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
index 4f523ecee79b8e81f0d47b7d2cfd8ef1bffaf75c..5f0b66fe6bf0122806439e3849b6e8ce5ebad272 100644 (file)
@@ -88,10 +88,10 @@ static reloc_howto_type howto_table[] =
 
 
 
-#define coff_write_armap bsd_write_armap
+#define coff_write_armap coff_write_armap
 
 
-bfd_target m88k_bcs_vec =
+bfd_target m88kbcs_vec =
 {
   "m88kbcs",                   /* name */
   bfd_target_coff_flavour,