--- Additional Comments From hjl dot tools at gmail dot com 2010-10-04
12:04 ---
I got
[...@gnu-6 lto-ar-emu]$ make
/export/build/gnu/gcc/release/usr/gcc-4.6.0/bin/gcc -O2 -flto-c -o main.o
main.c
/export/build/gnu/gcc/release/usr/gcc-4.6.0/bin/gcc -O2 -flto-c -o a.o a.c
/expor
--- Additional Comments From andi-bz at firstfloor dot org 2010-10-04
07:02 ---
Created an attachment (id=5032)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=5032&action=view)
test case demonstrating the ar problem
Full test case demonstrating the ar problem.
You will need a
--- Additional Comments From andi-bz at firstfloor dot org 2010-10-04
07:01 ---
I think that's because you didn't strip the ELF symbol table,
so it will fall back to the ELF table.
If you only "ONLYLTO" first and there is only LTO information (see #6) it
doesn't
work.
--
--- Additional Comments From hjl dot tools at gmail dot com 2010-10-04
12:21 ---
ONLYLTO looks odd to me. I made some changes and got:
[...@gnu-6 lto-ar-emu]$ cat ONLYLTO
#!/bin/sh
for s in $(readelf -S --wide $1 | grep lto | sed -e "s/.*\(.gnu.lto_.*\)[
\t]*PROGBITS.*/\1/")
do
secti
Hi Support
If I have the following (simplified testcase) assembler file for v850 assembler
asmtest.S
.text
.globl _start
_start:
movhi hi(data), r0, r10
movea lo(data), r10, r10
label1:
mov r0, r1
.data
data:
.word 0x
If I assemble and link this exa
--- Additional Comments From jamesmikedupont at googlemail dot com
2010-10-04 17:34 ---
This occurs on hurd as well.
GNU flubber 0.3 GNU-Mach 1.3.99/Hurd-0.3 i386-AT386 GNU
gcc -v
Using built-in specs.
Target: i486-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.4