* defparse.y (explist): Remove separate expline to eliminate
[platform/upstream/binutils.git] / binutils / ChangeLog
index ab0b602..8e7ba4a 100644 (file)
@@ -1,5 +1,22 @@
+1999-06-13  Ian Lance Taylor  <ian@zembu.com>
+
+       * defparse.y (explist): Remove separate expline to eliminate
+       shift/reduce conflict.
+
+       From Kai-Uwe Rommel <rommel@ars.de>:
+       * defparse.y: Add tokens NONSHARED, SINGLE, MULTIPLE,
+       INITINSTANCE, INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
+       (command): Add option_list after LIBRARY.
+       (attr): Accept and ignore NONSHARED, SINGLE, and MULTIPLE.
+       (option_list, option): New nonterminals.
+       * deflex.l: Recognize NONSHARED, SINGLE, MULTIPLE, INITINSTANCE,
+       INITGLOBAL, TERMINSTANCE, and TERMGLOBAL.
+
 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
 
+       * ar.c (O_BINARY): Define as 0 if not defined.
+       (ranlib_touch): Open file with O_BINARY.
+
        * rename.c (O_BINARY): Define as 0 if not defined.
        (simple_copy): Open files with O_BINARY.