aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1999-03-23 23:58:21 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-03-23 23:58:21 +0000
commitb48afaf700b0457c64143b491fad75408f63bf6e (patch)
tree334796cb87f896b23c0fa054246ce5af2f3fc1e0 /libio
parent9a7b9f4f060532cc69ad4902e0298ee942a2846f (diff)
downloadgcc-b48afaf700b0457c64143b491fad75408f63bf6e.zip
gcc-b48afaf700b0457c64143b491fad75408f63bf6e.tar.gz
gcc-b48afaf700b0457c64143b491fad75408f63bf6e.tar.bz2
* gen-params (CONFIG_NM): test ... -o ... is not portable
From-SVN: r25935
Diffstat (limited to 'libio')
-rw-r--r--libio/ChangeLog4
-rwxr-xr-xlibio/gen-params5
2 files changed, 7 insertions, 2 deletions
diff --git a/libio/ChangeLog b/libio/ChangeLog
index 1e2d374..88fe76a 100644
--- a/libio/ChangeLog
+++ b/libio/ChangeLog
@@ -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
diff --git a/libio/gen-params b/libio/gen-params
index b2ed89a..afb8f3b 100755
--- a/libio/gen-params
+++ b/libio/gen-params
@@ -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