bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/13991] powerpc-rtems ld failure [regression]


From: address@hidden
Subject: [Bug ld/13991] powerpc-rtems ld failure [regression]
Date: Mon, 23 Apr 2012 12:16:35 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13991

Sebastian Huber <address@hidden> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |address@hidden
                   |                            |ains.de

--- Comment #4 from Sebastian Huber <address@hidden> 2012-04-23 12:16:35 UTC ---
If I run the following script

rm -f log.txt
for i in `nm -g hello.exe | awk '/ T / {print $3}'` ; do
  sed s%__rtems_start%$i% < ppcboot.lds > ppcboot.lds.tmp
  if powerpc-rtems4.11-ld -o hello.ralf bootloader.o --just-symbols=hello.exe
-b binary rtems.gz -T ppcboot.lds.tmp -Map hello.map ; then
    echo good $i >> log.txt
  else
    echo bad $i >> log.txt
  fi
done

with the attached test case, then some symbols lead to the error and some not. 
It seems to be pretty arbitrary.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]