From 8e964b071d7abdfec0a4fe4733eb9528ee9cedf2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Dec 1993 00:25:48 +0000 Subject: [PATCH] * ldgram.y (OPTION_Oval): New token. (command_line_option): Accept and ignore it. * ldlex.l (): Handle -On where n is a number. --- ld/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index dcff03889da..bd821592d9d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -13,9 +13,11 @@ Wed Dec 1 14:04:20 1993 Ken Raeburn (raeburn@cygnus.com) Wed Dec 1 12:19:55 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) - * ldgram.y (OPTION_call_shared, OPTION_non_shared): New tokens. + * ldgram.y (OPTION_call_shared, OPTION_non_shared, OPTION_Oval): + New tokens. (command_line_option): Accept and ignore them (for now). - * ldlex.l (): Handle -non_shared and -call_shared. + * ldlex.l (): Handle -non_shared, -call_shared, and -On + where n is a number. Mon Nov 22 14:14:29 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) -- 2.30.2