public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
To: gas2@cygnus.com
Subject: make check problems on powerpc-unknown-linux-gnu
Date: Wed, 24 Mar 1999 15:38:00 -0000	[thread overview]
Message-ID: <4.2.0.32.19990325002220.03ae7f00@mail.lauterbach.com> (raw)

Hi,

I just tried gas-990324 on powerpc-unknown-linux-gnu (linux-2.2.4, 
glibc-2.1.1pre1, egcs-1.1.2) and make check showed the follwing 3 problems:

Running /home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/checks.exp ...
/home/fsirl/BUILD/gas-990324/ld/../gas/as-new  -o tmpdir/asm.o 
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/asm.s
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/asm.s: Assembler messages:
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/asm.s:11: Error: 
Expected comma after symbol-name: rest of line ignored.
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/asm.s:11: Error: Rest 
of line ignored. First ignored character is `0'.
ERROR: /home/fsirl/BUILD/gas-990324/ld/testsuite/ld-checks/asm.s: assembly 
failed


Running 
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-selective/selective.exp ...
gcc -w -O2 -ffunction-sections -fdata-sections 
-B/home/fsirl/BUILD/gas-990324/ld/tmpdir/gas/ 
-I/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-selecti
ve -g -O2 -c /home/fsirl/BUILD/gas-990324/ld/testsuite/ld-selective/1.c -o 
tmpdir/1.o
cc1: Invalid option `-fdata-sections'
ERROR: /home/fsirl/BUILD/gas-990324/ld/testsuite/ld-selective/1.c: 
compilation failed


Running /home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared/shared.exp ...
gcc -fpic
gcc: No input files
gcc -g -O2  -B/home/fsirl/BUILD/gas-990324/ld/tmpdir/gas/ 
-I/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared -g -O2 -c 
/home/fsirl/BUILD/gas-990
324/ld/testsuite/ld-shared/main.c -o tmpdir/mainnp.o
gcc -g -O2  -B/home/fsirl/BUILD/gas-990324/ld/tmpdir/gas/ 
-I/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared -g -O2 -c 
/home/fsirl/BUILD/gas-990
324/ld/testsuite/ld-shared/sh1.c -o tmpdir/sh1np.o
gcc -g -O2  -B/home/fsirl/BUILD/gas-990324/ld/tmpdir/gas/ 
-I/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared -g -O2 -c 
/home/fsirl/BUILD/gas-990
324/ld/testsuite/ld-shared/sh2.c -o tmpdir/sh2np.o
/home/fsirl/BUILD/gas-990324/ld/ld-new -o tmpdir/shnp.so 
-shared  tmpdir/sh1np.o tmpdir/sh2np.o
/home/fsirl/BUILD/gas-990324/ld/ld-new -m elf32ppc -o tmpdir/shnp 
-dynamic-linker /lib/ld.so.1 /usr/lib/crt1.o /usr/lib/crti.o 
/usr/lib/gcc-lib/ppc
-redhat-linux/egcs-2.91.66/crtbegin.o -rpath tmpdir tmpdir/mainnp.o 
tmpdir/shnp.so /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/libgcc.a -lc /usr
/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/libgcc.a 
/usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/crtend.o /usr/lib/crtn.o
tmpdir/shnp >tmpdir/shnp.out
diff tmpdir/shnp.out 
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared/shared.dat
PASS: shared (non PIC)
/home/fsirl/BUILD/gas-990324/ld/ld-new -o tmpdir/shnp.so -shared -T 
/home/fsirl/BUILD/gas-990324/ld/testsuite/ld-shared/elf-offset.ld tmpdir/sh1np.
o tmpdir/sh2np.o
/home/fsirl/BUILD/gas-990324/ld/ld-new -m elf32ppc -o tmpdir/shnp 
-dynamic-linker /lib/ld.so.1 /usr/lib/crt1.o /usr/lib/crti.o 
/usr/lib/gcc-lib/ppc
-redhat-linux/egcs-2.91.66/crtbegin.o -rpath tmpdir tmpdir/mainnp.o 
tmpdir/shnp.so /usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/libgcc.a -lc /usr
/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/libgcc.a 
/usr/lib/gcc-lib/ppc-redhat-linux/egcs-2.91.66/crtend.o /usr/lib/crtn.o
tmpdir/shnp >tmpdir/shnp.out
tmpdir/shnp: error in loading shared libraries: tmpdir/shnp.so: program 
headers not contained in any loaded segment
FAIL: shared (non PIC, load offset)


On the last on the only special thing about shnp.so I noticed is the 
following readelf output:

Program Headers:
  Type        Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD        0x010000 0x00100000 0x00100000 0x017d0 0x017d0 RWE 0x10000
  DYNAMIC     0x01176c 0x0010176c 0x0010176c 0x00050 0x00050 RW  0x4

AFAI remember there are usually 2 LOAD entries here, or?

Hope this helps,
Franz.

             reply	other threads:[~1999-03-24 15:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-24 15:38 Franz Sirl [this message]
1999-03-24 19:48 ` Ian Lance Taylor
1999-03-25  2:35   ` Franz Sirl
1999-03-25  8:40     ` Ian Lance Taylor
1999-03-25 18:00       ` Franz Sirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.2.0.32.19990325002220.03ae7f00@mail.lauterbach.com \
    --to=franz.sirl-kernel@lauterbach.com \
    --cc=gas2@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).