]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ldlex.l (yy_create_string_buffer): Init all structure fields.
authorAlan Modra <amodra@gmail.com>
Sun, 5 Nov 2000 06:37:00 +0000 (06:37 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 5 Nov 2000 06:37:00 +0000 (06:37 +0000)
* ldlex.c: Regenerate.

* Makefile.am (DISTCLEANFILES): Add stringify.sed.
* Makefile.in: Regenerate.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/ldlex.c
ld/ldlex.l

index 8752879196f1c46dc2cc3894fe432a1aea728602..c7ec28c33217ec2404e9db306d64ea4d09f8a3ee 100644 (file)
@@ -1,3 +1,12 @@
+2000-11-05  Alan Modra  <alan@linuxcare.com.au>
+
+       * ldlex.l (yy_create_string_buffer): Init yy_is_our_buffer,
+       yy_is_interactive, yy_at_bol, and yy_fill_buffer.
+       * ldlex.c: Regenerate.
+
+       * Makefile.am (DISTCLEANFILES): Add stringify.sed.
+       * Makefile.in: Regenerate.
+
 2000-10-16  Philip Blundell  <pb@futuretv.com>
 
        * configure.in: Set version number to 2.10.1.
index a0eb12578bca22989e83920229c4c657c79ef3a7..0abc9b5a040299e94837c56db5ff2ba5e64a3cdf 100644 (file)
@@ -837,7 +837,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
 
index 6f95ee5f6ecb2964b294cfffcdd5d2e266bda62b..0fa39ae0a6dd2fd4d412612228df778207763adf 100644 (file)
@@ -386,7 +386,7 @@ CLEANFILES = dep.sed DEP DEP1 DEP2
 # target is run by the taz target in ../Makefile.in.
 LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
 
-DISTCLEANFILES = tdirs site.exp site.bak
+DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 CONFIG_HEADER = config.h
index f385d6e11bb6e6481e9a24a6a225569e595a04ca..6f9df46108d5693120e92d10b933027d280215c4 100644 (file)
@@ -3409,6 +3409,11 @@ yy_create_string_buffer (string, size)
   b->yy_n_chars = size+1;
   b->yy_buf_pos = &b->yy_ch_buf[1];
 
+  b->yy_is_our_buffer = 1;
+  b->yy_is_interactive = 0;
+  b->yy_at_bol = 1;
+  b->yy_fill_buffer = 0;
+
   /* flex 2.4.7 changed the interface.  FIXME: We should not be using
      a flex internal interface in the first place!  */
 #ifdef YY_BUFFER_NEW
index 2eef80f1fe2b259cc40f56004b41f3c3a48e3fb0..f3efe77f00f927fe7c937041ad43486928ab5501 100644 (file)
@@ -479,6 +479,11 @@ yy_create_string_buffer (string, size)
   b->yy_n_chars = size+1;
   b->yy_buf_pos = &b->yy_ch_buf[1];
 
+  b->yy_is_our_buffer = 1;
+  b->yy_is_interactive = 0;
+  b->yy_at_bol = 1;
+  b->yy_fill_buffer = 0;
+
   /* flex 2.4.7 changed the interface.  FIXME: We should not be using
      a flex internal interface in the first place!  */
 #ifdef YY_BUFFER_NEW