public inbox for bfd@sourceware.org
 help / color / mirror / Atom feed
* Trial release
@ 1998-04-06 14:09 Ian Lance Taylor
  1998-04-06 22:19 ` Trial release results on OpenServer Robert Lipe
  1998-04-07  3:27 ` Trial release Manfred Hollstein
  0 siblings, 2 replies; 3+ messages in thread
From: Ian Lance Taylor @ 1998-04-06 14:09 UTC (permalink / raw)
  To: bfd, gas2

I've put a trial release of binutils 2.9 at

    ftp://ftp.cygnus.com/private/gas/binutils-2.9.tar.gz

If I don't hear about any problems with this tar file in the next
couple of days, this will probably become the final release.  I
encourage people to test it.

Thanks.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trial release results on OpenServer
  1998-04-06 14:09 Trial release Ian Lance Taylor
@ 1998-04-06 22:19 ` Robert Lipe
  1998-04-07  3:27 ` Trial release Manfred Hollstein
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Lipe @ 1998-04-06 22:19 UTC (permalink / raw)
  To: Ian Lance Taylor, bfd, gas2

Ian Lance Taylor wrote:
> I've put a trial release of binutils 2.9 at


I'll confess that I've been a bum about keeping binutils tested on
OpenServer.    Here are the last minute builds.   The "hard part"
of the code works, but it takes some fidgeting with the build.  This
isn't terribly unlike the way GAS has been on OpenServer for a few
years not but also isn't binutils' fault.   The big problem this time is
with libtool and I just haven't had time to fix libtool.   Since I also
haven't made GCC/EGCS talk to GAS (it requires the native assembler),
 this isn't as horrible as it could be.


CC=/bin/cc configure 
CC=/bin/cc configure --host-i586-pc-sco3.2v5.0.4coff --target=i586-pc-sco3.2v5.0.4coff

I overrode the build with /bin/cc instead of letting it pick up make 
becuase the libtooled code incorrectly passes '-belf' to CC regardless
of whether this is /bin/cc where -belf works or gcc where -melf would
be appropriate.

I had to edit '-lfl' out of the generated binutils/Makefiles.

(robertl) rjlhome:/play/tmp/elf
$  CC=gcc make -k check CC=gcc 

                === binutils Summary ===

# of expected passes            20
# of unexpected successes       1
# of untested testcases         3

FAIL: cofftag

                === gas Summary ===

# of expected passes            58
# of unexpected failures        1


The lone GAS failure was for 'cofftag.s'.   it doesn't seem unreasonable for
COFF input to choke an ELF assembler.




Then I built and tested it on COFF:

(robertl) rjlhome:/play/tmp/coff
$ CC="gcc -mcoff" make check CC="gcc -mcoff" 

                === binutils Summary ===

# of expected passes            20
# of expected failures          1
# of untested testcases         3

                === gas Summary ===

# of expected passes            59
../as-new 2.9


I dusted off the shell front-end script I did a few years ago to make the
two builds of GNU as emulate SCO's assembler well enough for EGCS/GCC to 
work  and sneaked it into my EGCS 1.0.1 gcc-lib area.   I built both
COFF and ELF "hello, world" programs successfully.   I never did get the
right combinations necessary to get a 'make bootstrap'  in an automated 
way to pass in the gas directories becuase of the -[mb]{elf,coff} thing.
I did, however, succeed in copying in the script file into stage/as
then doing a 
	make CC="gcc" CFLAGS="-O -Bstage/ -g " libdir=/usr/local/lib ALLOCA= as-new gasp-new

This worked for both COFF and ELF.   So I'm comfortable saying that it 
works as well on this target(s) as I'd expect it to.

Thanx to everyone involved; especially to Ian and his amazing ability to
make forward progress on this code and not break targets that he doesn't
use. :-)

-- 
Robert Lipe       http://www.dgii.com/people/robertl       robertl@dgii.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Trial release
  1998-04-06 14:09 Trial release Ian Lance Taylor
  1998-04-06 22:19 ` Trial release results on OpenServer Robert Lipe
@ 1998-04-07  3:27 ` Manfred Hollstein
  1 sibling, 0 replies; 3+ messages in thread
From: Manfred Hollstein @ 1998-04-07  3:27 UTC (permalink / raw)
  To: ian; +Cc: bfd, gas2

On Mon, 6 April 1998, 17:09:34, ian@cygnus.com wrote:

 > I've put a trial release of binutils 2.9 at
 > 
 >     ftp://ftp.cygnus.com/private/gas/binutils-2.9.tar.gz
 > 
 > If I don't hear about any problems with this tar file in the next
 > couple of days, this will probably become the final release.  I
 > encourage people to test it.
 > 

I just checked it on

  - hppa1.1-hp-hpux10.20
  - m68k-motorola-sysv
  - m88k-motorola-sysv3
  - sparc-sun-solaris2.5.1
  - sparc-sun-sunos4.1.4

and didn't observe any problem!

There is only one minor thing: when you're using a recent egcs
snapshot for compiling and checking binutils, you're getting three
unnecessary faults in ld due to egcs being more picky than other
compilers (including egcs-1.0.2 and gcc-2.8.1):

cdtest-foo.h:14: warning: ANSI C++ forbids initialization of const member `len'
cdtest-foo.h:14: warning: making `len' static

Applying the patch below makes these failures go away.

manfred

Tue Apr  7 12:25:46 1998  Manfred Hollstein  <manfred@s-direktnet.de>

	* ld-cdtest/cdtest-foo.h (class Foo): Declare len to be static to
	avoid compiler warning.
	* ld-srec/sr3.cc (class Foo): Likewise.

diff -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el binutils-2.9.orig/ld/testsuite/ld-cdtest/cdtest-foo.h binutils-2.9/ld/testsuite/ld-cdtest/cdtest-foo.h
--- binutils-2.9.orig/ld/testsuite/ld-cdtest/cdtest-foo.h	Mon Apr  6 22:33:00 1998
+++ binutils-2.9/ld/testsuite/ld-cdtest/cdtest-foo.h	Tue Apr  7 09:35:20 1998
@@ -11,7 +11,7 @@
 class Foo {
     static int foos;
     int i;
-    const int len = FOO_MSG_LEN;
+    static const int len = FOO_MSG_LEN;
     char message[len];
 public: 
     static void init_foo ();
diff -rup -x CVS -x RCS -x *.o -x *.info* -x *.html* -x *.elc -x *.dvi -x *.orig -x *~ -x version.el binutils-2.9.orig/ld/testsuite/ld-srec/sr3.cc binutils-2.9/ld/testsuite/ld-srec/sr3.cc
--- binutils-2.9.orig/ld/testsuite/ld-srec/sr3.cc	Mon Apr  6 22:33:05 1998
+++ binutils-2.9/ld/testsuite/ld-srec/sr3.cc	Tue Apr  7 09:35:20 1998
@@ -5,7 +5,7 @@
 class Foo {
     static int foos;
     int i;
-    const int len = FOO_MSG_LEN;
+    static const int len = FOO_MSG_LEN;
     char message[len];
 public:
     static void init_foo ();

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-04-07  3:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-06 14:09 Trial release Ian Lance Taylor
1998-04-06 22:19 ` Trial release results on OpenServer Robert Lipe
1998-04-07  3:27 ` Trial release Manfred Hollstein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).