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]

Re: [PATCH] arc: prototype arc_get_mach in opcodes/arc.h


On Sun, Jun 26, 2016 at 06:21:59AM -0400, tbsaunde+binutils@tbsaunde.org wrote:
> include/ChangeLog:
> 
> 2016-06-26  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
> 
> 	* opcode/arc.h (arc_get_mach): New prototype.

This also is probably better put in a new bfd/elf32-arc.h, since it
really doesn't have anything to do with opcodes.

There are also mechanisms to put prototypes into libfd.h (see
INTERNAL_DEFINITION) or more appropriately in this case for a public
function, bfd.h (FUNCTION/SYNOPSIS).  I'm not a big fan of this scheme
but if you wanted to use it to declare arc_get_mach rather than using
a new header that would be OK too.  Same goes for the dlx patch.

-- 
Alan Modra
Australia Development Lab, IBM


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