diff options
author | Alan Modra <amodra@gmail.com> | 2000-11-05 06:27:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-11-05 06:27:15 +0000 |
commit | dca7760fb5cb24c6f2ca566c5c5c73f37b14ccae (patch) | |
tree | f6616e350ea35778fa24d7d7d889696e97ffc7b1 /ld/Makefile.am | |
parent | 99a4c1bd6b076fb9194689a48c72914348019638 (diff) | |
download | gdb-dca7760fb5cb24c6f2ca566c5c5c73f37b14ccae.zip gdb-dca7760fb5cb24c6f2ca566c5c5c73f37b14ccae.tar.gz gdb-dca7760fb5cb24c6f2ca566c5c5c73f37b14ccae.tar.bz2 |
* ldlex.l (yy_create_string_buffer): Init all structure fields.
* Makefile.am (DISTCLEANFILES): Add stringify.sed.
Move 2000-11-02 Makefile.in changes to this file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index abb3f13..2093694 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -153,6 +153,7 @@ ALL_EMULATIONS = \ eelf32ppcsim.o \ eelf_i386.o \ eelf_i386_be.o \ + eelf_i386_chaos.o \ egld960.o \ egld960coff.o \ eh8300.o \ @@ -501,6 +502,9 @@ eelf_i386.c: $(srcdir)/emulparams/elf_i386.sh \ eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf_i386_be "$(tdir_elf_i386_be)" +eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)" egld960.c: $(srcdir)/emulparams/gld960.sh \ $(srcdir)/emultempl/gld960.em $(srcdir)/scripttempl/i960.sc ${GEN_DEPENDS} ${GENSCRIPTS} gld960 "$(tdir_gld960)" @@ -921,7 +925,7 @@ install-data-local: LDDISTSTUFF = ldgram.c ldgram.h ldlex.c diststuff: $(LDDISTSTUFF) info -DISTCLEANFILES = tdirs site.exp site.bak +DISTCLEANFILES = tdirs site.exp site.bak stringify.sed distclean-local: rm -rf ldscripts |