This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Linux compatibility patch


This is for Linux compatibility.

Thanks.


-- 
H.J. Lu
NYNEX Science and Technology, Inc.			hjl@nynexst.com
---
*** ld/lexsup.c.old	Mon Aug 15 19:17:40 1994
--- ld/lexsup.c	Mon Aug 15 19:19:42 1994
***************
*** 95,100 ****
--- 95,101 ----
      {"call_shared", no_argument, NULL, OPTION_CALL_SHARED},
      {"dc", no_argument, NULL, 'd'},
      {"defsym", required_argument, NULL, OPTION_DEFSYM},
+     {"dll-verbose", no_argument, NULL, OPTION_VERSION}, /* Linux compatibility.  */
      {"dn", no_argument, NULL, OPTION_NON_SHARED},
      {"dp", no_argument, NULL, 'd'},
      {"dy", no_argument, NULL, OPTION_CALL_SHARED},