bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/5533] ld -e (--entry) is too quiet on bad symbol names


From: nickc at redhat dot com
Subject: [Bug ld/5533] ld -e (--entry) is too quiet on bad symbol names
Date: 9 Jan 2008 10:24:36 -0000

------- 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.




reply via email to

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