Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / sim / ppc / INSTALL
index 45cb64c..da288f1 100644 (file)
@@ -89,7 +89,8 @@ Method:
 UPDATING PSIM:
 
 
-A PSIM is an ongoing development.  Occasional snapshots which both contain new features and fix old bugs are made available.   See the ftp directory:
+A PSIM is an ongoing development.  Occasional snapshots which both contain new
+features and fix old bugs are made available.  See the ftp directory:
 
        ftp://ftp.ci.com.au/pub/psim/beta
 or     ftp://cambridge.cygnus.com/pub/psim/beta
@@ -202,9 +203,9 @@ Each PSIM specific option is discussed in detail below.
 Specify additional C compiler flags that are to be used when compiling
 just PSIM.
 
-PSIM places heavy demands on both the host machine and its C compiler.
-So that the builder has better control over the compiler the above
-option can be used to pass additional options to the compiler while PSIM is being built.
+PSIM places heavy demands on both the host machine and its C compiler.  So that
+the builder has better control over the compiler the above option can be used
+to pass additional options to the compiler while PSIM is being built.
 
 Ex: No debug information
 
@@ -547,7 +548,8 @@ Additional processors can be enabled with the runtime option:
 
 Ex: recommended
 
-Unless you intend studying multi-processor systems there is little reason for having PSIM configured with SMP support.  Specifying:
+Unless you intend studying multi-processor systems there is little reason for
+having PSIM configured with SMP support.  Specifying:
 
        --disable-sim-smp
 or     --enable-sim-smp=0
@@ -606,8 +608,9 @@ NOTE: Psim has yet to be built on a 64bit host.
 Hardwire the PowerPC environment being modelled (user, virtual or
 operating).
 
-The PowerPC architecture defines three different levels of compliance
-to its architectural specification.  These environments are discussed in detail in PowerPC publications.
+The PowerPC architecture defines three different levels of compliance to its
+architectural specification.  These environments are discussed in detail in
+PowerPC publications.
 
        user - normal user programs 
        virtual - an extension of the user environment (includes timers)
@@ -764,7 +767,6 @@ TYPICAL CONFIGURATION OPTIONS:
                 --enable-sim-warnings \
                 --enable-sim-inline \
                 --disable-sim-smp \
-                --enable-sim-bswap \
                 --enable-sim-duplicate \
                 --enable-sim-endian=big \
                 --disable-sim-xor-endian \
@@ -772,7 +774,7 @@ TYPICAL CONFIGURATION OPTIONS:
                 --disable-sim-reserved-bits \
                 --disable-sim-assert \
                 --disable-sim-trace \
-                --enable-sim-cflags='-g0 -O2 -fno-strength-reduce -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2'
+                --enable-sim-cflags='-g0,-O2,-fno-strength-reduce,-fomit-frame-pointer'
 
 
        OEA CODE ONLY:
@@ -798,7 +800,6 @@ TYPICAL CONFIGURATION OPTIONS:
                 --enable-sim-powerpc \
                 --enable-sim-inline \
                 --disable-sim-smp \
-                --enable-sim-bswap \
                 --enable-sim-duplicate \
                 --enable-sim-endian=big \
                 --disable-sim-xor-endian \
@@ -808,4 +809,4 @@ TYPICAL CONFIGURATION OPTIONS:
                 --disable-sim-trace \
                 --enable-sim-opcode=ppc-opcode-flat \
                 --disable-sim-icache \
-                --enable-sim-cflags='-g0 -O3 -fno-strength-reduce -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2'
+                --enable-sim-cflags='-g0,-O3,-fno-strength-reduce,-fomit-frame-pointer'