This is the mail archive of the binutils@sourceware.org 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]

[PATCH, ARM]: Fix missing BFD_RELOC_ARM_HVC definition


Last 23rd September Matthew Gretton-Dann added BFD_RELOC_ARM_HVC support and
made a definition for this in bfd/bfd-in2.h.  However bfd/bfd-in2.h is a
derived file (like bfd/libbfd.h) and an entry in bfd/reloc.c and an update
of bfd/libbfd.h was missing.

This trivial patch should fix it.  Please commit after positive review.

bfd/ChangeLog

2010-10-06  John Tytgat  <john@bass-software.com>

	* reloc.c (BFD_RELOC_ARM_HVC): Add.
	* libbfd.h: Regenerate.

John.
-- 
John Tytgat
John@bass-software.com

Attachment: arm.patch
Description: Text document


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