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.
This commit is contained in:
Steve Chamberlain 1991-11-12 04:32:57 +00:00
parent b773e0e582
commit 080f6324d6
3 changed files with 13 additions and 5 deletions

View 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.

View 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 \

View 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,