public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: 2.16.93 prerelease available
@ 2006-05-22  3:37 John David Anglin
  2006-05-22  8:30 ` Daniel Jacobowitz
  0 siblings, 1 reply; 9+ messages in thread
From: John David Anglin @ 2006-05-22  3:37 UTC (permalink / raw)
  To: binutils

I've tested the prerelease on hppa-unknown-linux-gnu, hppa2.0w-hp-hpux11.11
and hppa64-hp-hpux11.11.  There are no testsuite failures on linux.  Under
hpux, there no new issues (just the problems noted in PRs 273, 1491 and
2470).

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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

* Re: 2.16.93 prerelease available
  2006-05-22  3:37 2.16.93 prerelease available John David Anglin
@ 2006-05-22  8:30 ` Daniel Jacobowitz
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2006-05-22  8:30 UTC (permalink / raw)
  To: binutils

On Sat, May 20, 2006 at 10:45:29AM -0400, John David Anglin wrote:
> I've tested the prerelease on hppa-unknown-linux-gnu, hppa2.0w-hp-hpux11.11
> and hppa64-hp-hpux11.11.  There are no testsuite failures on linux.  Under
> hpux, there no new issues (just the problems noted in PRs 273, 1491 and
> 2470).

Thanks!

-- 
Daniel Jacobowitz
CodeSourcery

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

* Re: 2.16.93 prerelease available
  2006-05-17 22:04 Daniel Jacobowitz
  2006-05-18  8:47 ` Martin Michlmayr
@ 2006-05-18 21:51 ` Alan Modra
  1 sibling, 0 replies; 9+ messages in thread
From: Alan Modra @ 2006-05-18 21:51 UTC (permalink / raw)
  To: binutils

Fixes build breakage.  Applied to 2.17 branch.

	* avr-dis.c (avr_operand): Warning fix.

Index: opcodes/avr-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/avr-dis.c,v
retrieving revision 1.16
diff -u -p -r1.16 avr-dis.c
--- opcodes/avr-dis.c	12 Apr 2006 13:09:10 -0000	1.16
+++ opcodes/avr-dis.c	17 May 2006 23:49:05 -0000
@@ -1,5 +1,6 @@
 /* Disassemble AVR instructions.
-   Copyright 1999, 2000, 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2002, 2004, 2005, 2006
+   Free Software Foundation, Inc.
 
    Contributed by Denis Chertykov <denisc@overta.ru>
 
@@ -142,7 +143,7 @@ avr_operand (unsigned int insn, unsigned
       /* See PR binutils/2545.  Ideally we would like to display the hex
 	 value of the address only once, but this would mean recoding
 	 objdump_print_address() which would affect many targets.  */
-      sprintf (buf, "%#lx", * sym_addr);      
+      sprintf (buf, "%#lx", (unsigned long) *sym_addr);      
       sprintf (comment, "0x");
 
       break;

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

* Re: 2.16.93 prerelease available
  2006-05-18 19:33       ` Daniel Jacobowitz
@ 2006-05-18 21:31         ` Martin Michlmayr
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Michlmayr @ 2006-05-18 21:31 UTC (permalink / raw)
  To: binutils

* Daniel Jacobowitz <drow@false.org> [2006-05-17 19:15]:
> > * Daniel Jacobowitz <drow@false.org> [2006-05-17 18:59]:
> > > Try mkdir objdir; cd objdir; ../configure.  Does that reproduce it?
> > Yeah, I tried that too - it works.
> i.e. the build succeeds?  Then I'm stumped.

Yes, it succeeds.  I might do some more tests tomorrow but please
don't hold off the release if you don't hear from me.
-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: 2.16.93 prerelease available
  2006-05-18 14:46     ` Martin Michlmayr
@ 2006-05-18 19:33       ` Daniel Jacobowitz
  2006-05-18 21:31         ` Martin Michlmayr
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Jacobowitz @ 2006-05-18 19:33 UTC (permalink / raw)
  To: binutils

On Thu, May 18, 2006 at 01:10:12AM +0200, Martin Michlmayr wrote:
> * Daniel Jacobowitz <drow@false.org> [2006-05-17 18:59]:
> > Try mkdir objdir; cd objdir; ../configure.  Does that reproduce it?
> 
> Yeah, I tried that too - it works.

i.e. the build succeeds?  Then I'm stumped.

-- 
Daniel Jacobowitz
CodeSourcery

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

* Re: 2.16.93 prerelease available
  2006-05-18  8:47   ` Daniel Jacobowitz
@ 2006-05-18 14:46     ` Martin Michlmayr
  2006-05-18 19:33       ` Daniel Jacobowitz
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Michlmayr @ 2006-05-18 14:46 UTC (permalink / raw)
  To: binutils

* Daniel Jacobowitz <drow@false.org> [2006-05-17 18:59]:
> Try mkdir objdir; cd objdir; ../configure.  Does that reproduce it?

Yeah, I tried that too - it works.

> If so, does libiberty/pic exist, and what's in

Yes.

> libiberty/Makefile:PICFLAG?

PICFLAG =

and later:

# Warning: this fragment is automatically generated
# Following fragment copied from ../../libiberty/../config/mh-sparcpic
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: 2.16.93 prerelease available
  2006-05-17 22:04 Daniel Jacobowitz
@ 2006-05-18  8:47 ` Martin Michlmayr
  2006-05-18  8:47   ` Daniel Jacobowitz
  2006-05-18 21:51 ` Alan Modra
  1 sibling, 1 reply; 9+ messages in thread
From: Martin Michlmayr @ 2006-05-18  8:47 UTC (permalink / raw)
  To: binutils

* Daniel Jacobowitz <drow@false.org> [2006-05-17 15:28]:
> I will give a little while to see if further problems crop up (or
> e.g. more detail on the SPARC libiberty build trouble).

I still see this but you can probably ignore it.  Basically, when I take a
tar file and run ./configure ; make it works.  However, when I take the tar
file, the debian/ directory from the current Debian package and run
dpkg-buildpackage then it works fine on i386 and powerpc but gives this
libiberty error on sparc.  Unfortunately, I cannot see anything obviously
wrong in debian/rules...
-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: 2.16.93 prerelease available
  2006-05-18  8:47 ` Martin Michlmayr
@ 2006-05-18  8:47   ` Daniel Jacobowitz
  2006-05-18 14:46     ` Martin Michlmayr
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Jacobowitz @ 2006-05-18  8:47 UTC (permalink / raw)
  To: Martin Michlmayr; +Cc: binutils

On Thu, May 18, 2006 at 12:24:44AM +0200, Martin Michlmayr wrote:
> * Daniel Jacobowitz <drow@false.org> [2006-05-17 15:28]:
> > I will give a little while to see if further problems crop up (or
> > e.g. more detail on the SPARC libiberty build trouble).
> 
> I still see this but you can probably ignore it.  Basically, when I take a
> tar file and run ./configure ; make it works.  However, when I take the tar
> file, the debian/ directory from the current Debian package and run
> dpkg-buildpackage then it works fine on i386 and powerpc but gives this
> libiberty error on sparc.  Unfortunately, I cannot see anything obviously
> wrong in debian/rules...

Try mkdir objdir; cd objdir; ../configure.  Does that reproduce it?

If so, does libiberty/pic exist, and what's in
libiberty/Makefile:PICFLAG?

-- 
Daniel Jacobowitz
CodeSourcery

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

* 2.16.93 prerelease available
@ 2006-05-17 22:04 Daniel Jacobowitz
  2006-05-18  8:47 ` Martin Michlmayr
  2006-05-18 21:51 ` Alan Modra
  0 siblings, 2 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2006-05-17 22:04 UTC (permalink / raw)
  To: binutils

I have uploaded binutils-2.16.93.tar.bz2.  I think we're fairly
close to the 2.17 release at this point; I will give a little while
to see if further problems crop up (or e.g. more detail on the SPARC
libiberty build trouble).

-- 
Daniel Jacobowitz
CodeSourcery

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

end of thread, other threads:[~2006-05-20 14:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-22  3:37 2.16.93 prerelease available John David Anglin
2006-05-22  8:30 ` Daniel Jacobowitz
  -- strict thread matches above, loose matches on Subject: below --
2006-05-17 22:04 Daniel Jacobowitz
2006-05-18  8:47 ` Martin Michlmayr
2006-05-18  8:47   ` Daniel Jacobowitz
2006-05-18 14:46     ` Martin Michlmayr
2006-05-18 19:33       ` Daniel Jacobowitz
2006-05-18 21:31         ` Martin Michlmayr
2006-05-18 21:51 ` Alan Modra

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).