------- Additional Comments From nickc at redhat dot com  2008-01-09 10:24 
-------
Hi Daniel,

  Do you have a test case that reproduces this problem ?

  I tried the following:

  % cat fred.s
    .global foo
    .global bar
  foo:
    nop
  bar:
    nop

  % as fred.s -o fred.o
  % ld -e does-not-exist fred.o
  ld: warning: cannot find entry symbol does-not-exist; defaulting to
0000000000008000

ie a warning message *was* produced.

This was with an arm-eabi toolchain built from today's sources on a 64-bit host,
so maybe one of these factors is connected with the generation of the warning
message.

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

Reply via email to