This is the mail archive of the binutils-cvs@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/bfd ChangeLog elf32-arm.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2004-08-17 08:12:27

Modified files:
	bfd            : ChangeLog elf32-arm.h 

Log message:
	(is_arm_mapping_symbol_name): New function - return true when a symbol name
	matches the requirements for an ARM mapping symbol name.
	(arm_elf_find_function): New function based on elf_find_function in elf.c but
	skipping ARM mapping symbols and including thumb function symbols.
	(elf32_arm_find_nearest_line): Use arm_elf_find_function.
	(elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.2666&r2=1.2667
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.h.diff?cvsroot=src&r1=1.135&r2=1.136


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]