mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
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:
@ -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)
|
Mon Nov 11 19:07:32 1991 Fred Fish (fnf at cygnus.com)
|
||||||
|
|
||||||
* elf.c: Additions to support ELF format core files.
|
* elf.c: Additions to support ELF format core files.
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
destdir = /usr/local
|
ddestdir = /usr/local
|
||||||
libdir = $(destdir)/H-$(host_alias)/T-independent/lib
|
libdir = $(ddestdir)/lib
|
||||||
docdir = $(srcdir)/doc
|
docdir = $(srcdir)/doc
|
||||||
|
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
@ -31,13 +31,14 @@ AR_FLAGS = clq
|
|||||||
INCDIR = $(srcdir)/../include
|
INCDIR = $(srcdir)/../include
|
||||||
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
|
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
|
||||||
DEP = mkdep
|
DEP = mkdep
|
||||||
|
MINUS_G=-g
|
||||||
|
|
||||||
|
|
||||||
#### host and target dependent Makefile fragments come in here.
|
#### host and target dependent Makefile fragments come in here.
|
||||||
###
|
###
|
||||||
|
|
||||||
TARGETLIB = libbfd.a
|
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 \
|
BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
|
||||||
|
@ -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 */
|
"m88kbcs", /* name */
|
||||||
bfd_target_coff_flavour,
|
bfd_target_coff_flavour,
|
||||||
|
Reference in New Issue
Block a user