mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* ldlex.l ldgram.y: made -V option do same as -v
* Makefile.in: Added $(MINUS_G) flag so debugging can be turned off
This commit is contained in:
parent
f79edb02ab
commit
550e87b54d
14
ld/ChangeLog
14
ld/ChangeLog
@ -1,3 +1,17 @@
|
||||
Mon Nov 11 09:57:32 1991 Steve Chamberlain (steve at cygnus.com)
|
||||
|
||||
* ldlex.l ldgram.y: made -V option do same as -v
|
||||
* Makefile.in: Added $(MINUS_G) flag so debugging can be
|
||||
turned off
|
||||
|
||||
Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
|
||||
i386 aout changes from Bob Kukura
|
||||
* Makefile.in, config.h: added i386aout support
|
||||
* configure.in: fixed /h-{myhost} typo
|
||||
* ldgram.y: -MM now gives more boring map.
|
||||
* ldlang.c: now does D_PAGED flag the right way.
|
||||
* ldsym.c: -MM flags does the right thing.
|
||||
|
||||
Sun Nov 3 15:00:03 1991 Per Bothner (bothner at cygnus.com)
|
||||
|
||||
* configure.in: Fixed typo. Also, a fix for hp300bsd.
|
||||
|
@ -42,7 +42,7 @@ INSTALL_FILE = $(INSTALL)
|
||||
BASEDIR = ../..
|
||||
INCLUDE = $(srcdir)/../include
|
||||
INCLUDES = -I. -I$(srcdir) -I$(INCLUDE)
|
||||
DEBUG = -g
|
||||
MINUS_G = -g
|
||||
|
||||
# Where to find texinfo.tex to format docn with TeX
|
||||
TEXIDIR = $(srcdir)/../texinfo/fsf
|
||||
@ -65,7 +65,7 @@ SCRIPTS = ldgld68k.sc ldgld.sc \
|
||||
#### target and host dependent Makefile fragments come in here.
|
||||
###
|
||||
|
||||
CFLAGS = $(INCLUDES) $(DEBUG) $(HDEFINES) $(TDEFINES) $(CDEFINES)
|
||||
CFLAGS = $(INCLUDES) $(MINUS_G) $(HDEFINES) $(TDEFINES) $(CDEFINES)
|
||||
LINTFLAGS = $(INCLUDES) $(EXTRA_DEF)
|
||||
|
||||
.SUFFIXES: .y .x .xr .xu .xn .xN .sc .scu .scr .scn $(SUFFIXES)
|
||||
@ -174,8 +174,7 @@ ldgram.h ldgram.c: ldgram.y
|
||||
if [ -f y.tab.h -a ! -f ldgram.h ]; then mv y.tab.h ldgram.h; else true ; fi
|
||||
|
||||
ldlex.c: ldlex.l
|
||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||
|
||||
lex -t $(VPATH)/ldlex.l >ldlex.c
|
||||
|
||||
ldgld.c: $(srcdir)/ldtemplate
|
||||
sed -e s/"<ldtarget>"/ldgld/g -e s/"<arch>"/m68k/g \
|
||||
|
Loading…
Reference in New Issue
Block a user