All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Binutils update
@ 2000-06-01  7:08 Alan Modra
  2000-06-01 15:13 ` Paul Bame
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alan Modra @ 2000-06-01  7:08 UTC (permalink / raw)
  To: parisc-linux; +Cc: Paul Bame

I've just checked in the following:

Rewrite much of the stub handling code (still using r8)
Fix expression parsing for `!' line separator. 
Fix sizing of branches & other miscellaneous small fixes. 

Feedback appreciated.
Paul, did you get tar to run?

Alan Modra
-- 
Linuxcare.  Support for the Revolution.

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

* Re: [parisc-linux] Binutils update
  2000-06-01  7:08 [parisc-linux] Binutils update Alan Modra
@ 2000-06-01 15:13 ` Paul Bame
  2000-06-01 16:03 ` Paul Bame
  2000-06-01 16:30 ` Grant Grundler
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Bame @ 2000-06-01 15:13 UTC (permalink / raw)
  To: Alan Modra; +Cc: parisc-linux

= Paul, did you get tar to run?

Yes!  After it linked it worked fine.

	-P

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

* Re: [parisc-linux] Binutils update
  2000-06-01  7:08 [parisc-linux] Binutils update Alan Modra
  2000-06-01 15:13 ` Paul Bame
@ 2000-06-01 16:03 ` Paul Bame
  2000-06-02  0:13   ` Alan Modra
  2000-06-01 16:30 ` Grant Grundler
  2 siblings, 1 reply; 7+ messages in thread
From: Paul Bame @ 2000-06-01 16:03 UTC (permalink / raw)
  To: Alan Modra; +Cc: parisc-linux


Oops, it would probably be helpful to see a little more context:

gcc -W -Wall -g -O2 -o as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
read.o: In function `read_a_source_file':
/users/bame/palinux/binutils-2.10/gas/read.c:1107: undefined reference to `found_comment'
collect2: ld returned 1 exit status

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

* Re: [parisc-linux] Binutils update
  2000-06-01  7:08 [parisc-linux] Binutils update Alan Modra
  2000-06-01 15:13 ` Paul Bame
  2000-06-01 16:03 ` Paul Bame
@ 2000-06-01 16:30 ` Grant Grundler
  2 siblings, 0 replies; 7+ messages in thread
From: Grant Grundler @ 2000-06-01 16:30 UTC (permalink / raw)
  To: Alan Modra; +Cc: parisc-linux

Alan Modra wrote:
> I've just checked in the following:
> 
> Rewrite much of the stub handling code (still using r8)
> Fix expression parsing for `!' line separator. 
> Fix sizing of branches & other miscellaneous small fixes. 
> 
> Feedback appreciated.

Ok.  I get an error when building:
...
gcc -W -Wall -g -O2 -o as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
read.o: In function `read_a_source_file':
/linux/grundler/build-2.10-32/gas/../../binutils-2.10/gas/read.c:1107: undefined reference to `found_comment'
collect2: ld returned 1 exit status
make[3]: *** [as-new] Error 1
make[3]: Leaving directory `/linux/grundler/build-2.10-32/gas'
make[2]: *** [all-recursive] Error 1
...

Any idea what's missing?

config.status contains:
../binutils-2.10/configure --host=i686-pc-linux-gnu --target=hppa1.1-linux --prefix=/opt/puffin --disable-nls --norecursion 

I assume that's the original config line plus some defaults.

thanks,
grant

Grant Grundler
Unix Development Lab
+1.408.447.7253

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

* Re: [parisc-linux] Binutils update
  2000-06-01 16:03 ` Paul Bame
@ 2000-06-02  0:13   ` Alan Modra
  0 siblings, 0 replies; 7+ messages in thread
From: Alan Modra @ 2000-06-02  0:13 UTC (permalink / raw)
  To: Paul Bame, Grant Grundler; +Cc: parisc-linux

On Thu, 1 Jun 2000, Paul Bame wrote:

> gcc -W -Wall -g -O2 -o as-new app.o as.o atof-generic.o bignum-copy.o cond.o depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o sb.o stabs.o subsegs.o symbols.o write.o tc-hppa.o obj-elf.o atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a ../libiberty/libiberty.a
> read.o: In function `read_a_source_file':
> /users/bame/palinux/binutils-2.10/gas/read.c:1107: undefined reference to `found_comment'
> collect2: ld returned 1 exit status

Oops.  That leaked in from a patch I made to help find semicolons lurking
in C asm statements.  I've reverted the patch to gas/read.c

-- 
Linuxcare.  Support for the Revolution.

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

* [parisc-linux] Binutils update.
@ 2000-06-07  3:35 Ryan Bradetich
  0 siblings, 0 replies; 7+ messages in thread
From: Ryan Bradetich @ 2000-06-07  3:35 UTC (permalink / raw)
  To: parisc-linux, alan

Hello all,

I have finished working through all the compiler warnings and errors in
the binutils-2.10 build for the HP ansi compiler in ANSI and non-ANSI
mode.  Unfortunately I am with out a i386 system atm :( (Will be
remedied
soon!) so I can not test the cross compiler.  If someone with access to
an
i386 would test this for me I would appreciate it. :)

Just wanted to give an update to the list, so people could try out my
changes
and make sure I didn't break anything! *fingers crossed*

Well off to step 3 in the recipe now....

Later,
- Ryan

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

* [parisc-linux] binutils update
@ 2000-11-22 12:28 Alan Modra
  0 siblings, 0 replies; 7+ messages in thread
From: Alan Modra @ 2000-11-22 12:28 UTC (permalink / raw)
  To: parisc-linux

I've just committed a change to binutils that cures an ELF spec violation.
We now no longer create plabels for DT_INIT and DT_FINI and instead rely
on the dynamic linker to create them for us.  This means you need an
updated glibc, that I committed a little earlier today, to create the
plabel function pointers if you update your binutils.

You have been warned...

Alan Modra
-- 
Linuxcare.  Support for the Revolution.

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

end of thread, other threads:[~2000-11-22 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-07  3:35 [parisc-linux] Binutils update Ryan Bradetich
  -- strict thread matches above, loose matches on Subject: below --
2000-11-22 12:28 [parisc-linux] binutils update Alan Modra
2000-06-01  7:08 [parisc-linux] Binutils update Alan Modra
2000-06-01 15:13 ` Paul Bame
2000-06-01 16:03 ` Paul Bame
2000-06-02  0:13   ` Alan Modra
2000-06-01 16:30 ` Grant Grundler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.