public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] metag: add extern C to header
@ 2016-05-25  5:11 tbsaunde+binutils
  2016-05-25 14:42 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: tbsaunde+binutils @ 2016-05-25  5:11 UTC (permalink / raw)
  To: binutils; +Cc: Trevor Saunders

From: Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

Hi,

seems kind of obvious if we think its reasonable to include these headers from C++.

built and regtested metag-elf, ok?

Trev

include/ChangeLog:

2016-05-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

	* opcode/metag.h: wrap declarations in extern "C".
---
 include/opcode/metag.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/opcode/metag.h b/include/opcode/metag.h
index 5bce87e..1ca6d9e 100644
--- a/include/opcode/metag.h
+++ b/include/opcode/metag.h
@@ -19,6 +19,10 @@
    Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 enum metag_unit
 {
   UNIT_CT,
@@ -2077,3 +2081,7 @@ static const insn_template metag_optab[] =
 unsigned int metag_get_set_size_bytes (unsigned int opcode);
 unsigned int metag_get_set_ext_size_bytes (unsigned int opcode);
 unsigned int metag_cond_set_size_bytes (unsigned int opcode);
+
+#ifdef __cplusplus
+}
+#endif
-- 
2.8.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] metag: add extern C to header
  2016-05-25  5:11 [PATCH] metag: add extern C to header tbsaunde+binutils
@ 2016-05-25 14:42 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2016-05-25 14:42 UTC (permalink / raw)
  To: tbsaunde+binutils, binutils

Hi Trev,

> include/ChangeLog:
> 2016-05-25  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
> 
> 	* opcode/metag.h: wrap declarations in extern "C".
 
Approved - please apply.

Cheers
  Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-25 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-25  5:11 [PATCH] metag: add extern C to header tbsaunde+binutils
2016-05-25 14:42 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).