OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Tue May 03 2005 - 05:59:14 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2005/05/03 04:59:13

Modified files:
        gnu/usr.bin/binutils/bfd: elf32-arm.h

Log message:
When printing a function name for warning or error lines, prefer a global
symbol on arm, rather the local symbols ($a/$d/$t) the arm ELF ABI creates.

This makes ld unreferenced symbols error much more useable.

tweaks and ok kettenis, 2+ months ago but I forgot to commit...