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

Sebastian Huber <sebastian.hu...@embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian.huber@embedded-br
                   |                            |ains.de

--- Comment #4 from Sebastian Huber <sebastian.hu...@embedded-brains.de> 
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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to