Skip to content

Commit

Permalink
version 3.10
Browse files Browse the repository at this point in the history
What's new in release 3.10
Release date: 1 February 2014

  * Fix incorrect PSW IA in SIE mode with PER (Ian Worthington)
  * Corrections to build procedures (Mike Frysinger, Dan Horak)
  * Fixes for Mac OS X (Butch Anton, Adam Vandenberg, Enrico Sorichetti)
  * Configuration topology facility fixes (Paolo Giacobbis)
  * Convert BFP instructions to use SoftFloat package (Roger Bowler)
  * Preliminary support for 2GB page frames (Roger Bowler)
  * PFMF fixes (John P. Hartmann)
  * CMPSC corrections (Bernard van der Helm)
  * dasdls enhancements (Chris Cheney)
  • Loading branch information
rbowler committed Mar 11, 2014
1 parent 614fdb8 commit 986dca6
Show file tree
Hide file tree
Showing 53 changed files with 11,219 additions and 4,065 deletions.
25 changes: 15 additions & 10 deletions INSTALL
@@ -1,7 +1,8 @@
Basic Installation
==================

These are generic installation instructions.
These are generic installation instructions for Unix-like systems.
For Windows refer to README.WIN32 or README.WIN64 instead.

The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
Expand All @@ -25,24 +26,28 @@ it or regenerate `configure' using a newer version of `autoconf'.

The simplest way to compile this package is:

1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
1. `cd' to the directory containing the package's source code.

2. Check that you have all of the necessary packages installed:
utils/bldlvlck
then create the configure script by running:
./autogen.sh

3. Build the Makefiles by running:
./configure

Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.

2. Type `make' to compile the package.
4. Type `make' to compile the package.

3. Optionally, type `make check' to run any self-tests that come with
5. Optionally, type `make check' to run any self-tests that come with
the package.

4. Type `make install' to install the programs and any data files and
6. Type `make install' to install the programs and any data files and
documentation.

5. You can remove the program binaries and object files from the
7. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
Expand Down
8 changes: 3 additions & 5 deletions Makefile.am
Expand Up @@ -8,11 +8,11 @@ ACLOCAL_AMFLAGS = -I m4 -I autoconf

lns=@LN_S@

SUBDIRS = decNumber m4 util html man . crypto
SUBDIRS = decNumber softfloat m4 util html man . crypto

LDADD = @LIBS@

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/decNumber
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/decNumber -I$(top_srcdir)/softfloat

if BUILD_HERCIFC
HERCIFC = hercifc
Expand Down Expand Up @@ -382,6 +382,7 @@ endif
libherct.la \
libhercd.la \
decNumber/libdecNumber.la \
softfloat/libsoftfloat.la \
$(LDADD)

#
Expand Down Expand Up @@ -563,7 +564,6 @@ EXTRA_DIST = autoconf/config.rpath \
hercules.cnf \
cckdfix.c \
README.COMMADPT \
README.SVN \
README.DYNMOD \
README.ECPSVM \
README.HDL \
Expand Down Expand Up @@ -636,8 +636,6 @@ noinst_HEADERS = hostinfo.h \
w32ctca.h \
tt32api.h \
linklist.h \
ieee-sol.h \
ieee-w32.h \
httpmisc.h \
devtype.h \
codepage.h \
Expand Down
11 changes: 5 additions & 6 deletions Makefile.in
Expand Up @@ -233,7 +233,8 @@ hdtqeth_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(hdtqeth_la_LDFLAGS) $(LDFLAGS) -o $@
@OPTION_DYNAMIC_LOAD_TRUE@am_hdtqeth_la_rpath = -rpath $(modexecdir)
libherc_la_DEPENDENCIES = libhercs.la libhercu.la libherct.la \
libhercd.la decNumber/libdecNumber.la $(am__DEPENDENCIES_1)
libhercd.la decNumber/libdecNumber.la \
softfloat/libsoftfloat.la $(am__DEPENDENCIES_1)
am__libherc_la_SOURCES_DIST = hconsole.c w32util.c strsignal.c impl.c \
config.c bldcfg.c panel.c history.c fillfnam.c ipl.c assist.c \
dat.c stack.c cpu.c vstore.c general1.c general2.c general3.c \
Expand Down Expand Up @@ -674,9 +675,9 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I m4 -I autoconf
lns = @LN_S@
SUBDIRS = decNumber m4 util html man . crypto
SUBDIRS = decNumber softfloat m4 util html man . crypto
LDADD = @LIBS@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/decNumber
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/decNumber -I$(top_srcdir)/softfloat
@BUILD_HERCIFC_FALSE@HERCIFC =
@BUILD_HERCIFC_TRUE@HERCIFC = hercifc
@BUILD_SHARED_FALSE@HERCLIN =
Expand Down Expand Up @@ -977,6 +978,7 @@ libherc_la_LIBADD = libhercs.la \
libherct.la \
libhercd.la \
decNumber/libdecNumber.la \
softfloat/libsoftfloat.la \
$(LDADD)

@BUILD_SHARED_FALSE@@OPTION_DYNAMIC_LOAD_TRUE@HLDFLAGS = -dlopen self \
Expand Down Expand Up @@ -1116,7 +1118,6 @@ EXTRA_DIST = autoconf/config.rpath \
hercules.cnf \
cckdfix.c \
README.COMMADPT \
README.SVN \
README.DYNMOD \
README.ECPSVM \
README.HDL \
Expand Down Expand Up @@ -1189,8 +1190,6 @@ noinst_HEADERS = hostinfo.h \
w32ctca.h \
tt32api.h \
linklist.h \
ieee-sol.h \
ieee-w32.h \
httpmisc.h \
devtype.h \
codepage.h \
Expand Down
157 changes: 0 additions & 157 deletions README.SVN

This file was deleted.

0 comments on commit 986dca6

Please sign in to comment.