OSDN Git Service

* gen-params (CONFIG_NM): test ... -o ... is not portable
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1999 23:58:21 +0000 (23:58 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 1999 23:58:21 +0000 (23:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25935 138bc75d-0d04-0410-961f-82ee72b054a4

libio/ChangeLog
libio/gen-params

index 1e2d374..88fe76a 100644 (file)
@@ -1,3 +1,7 @@
+1999-03-24  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * gen-params (CONFIG_NM): test ... -o ... is not portable
+
 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
 
        * configure.in: Cleanup and add mh-*pic handling for arm, powerpc
index b2ed89a..afb8f3b 100755 (executable)
@@ -72,8 +72,9 @@ fi
 # This program is used to test if the compiler prepends '_' before identifiers.
 # It is also used to check the g++ uses '$' or '.' various places.
 
-if test -z "${NAMES_HAVE_UNDERSCORE}" -o -z "${DOLLAR_IN_LABEL}" \
-    -o -z "${VTABLE_LABEL_PREFIX}"; then
+if test -z "${NAMES_HAVE_UNDERSCORE}" \
+   || test -z "${DOLLAR_IN_LABEL}" \
+   || test -z "${VTABLE_LABEL_PREFIX}"; then
   cat >dummy.h <<!EOF!
 #ifdef __GNUG__
 #pragma interface