https://sourceware.org/bugzilla/show_bug.cgi?id=16787

Nick Clifton <nickc at redhat dot com> changed:

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

--- Comment #4 from Nick Clifton <nickc at redhat dot com> ---
Hi Ma,

  Thanks for the tt.c file.  I think however that this might be a bug that has
already been fixed.  Using today's FSF gcc and binutils mainline sources I
built your test case, but the linker gave the correct error messages:

 % arm-eabi-gcc tt.c t1234.o -o tt -static -g
  t1234.o: In function `t1':
  t1.c:2: undefined reference to `getgrgid'
  t1234.o: In function `t3':
  t3.c:2: undefined reference to `udf'

Which version of the binutils are you using ?  If it is the 2.24 release, then
please could you try the current mainline sources and see if the problem
persists.

Cheers
  Nick

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