mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
1999-12-15 Doug Evans <dje@transmeta.com>
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
This commit is contained in:
parent
48dfb43001
commit
7d7a673645
@ -1,3 +1,7 @@
|
||||
1999-12-15 Doug Evans <dje@transmeta.com>
|
||||
|
||||
* dis-asm.h: Enclose in extern "C" ifdef __cplusplus.
|
||||
|
||||
Sun Oct 24 19:11:32 1999 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* sim-d10v.h (SIM_D10V_TS2_DMAP_REGNUM): Define.
|
||||
|
@ -9,6 +9,10 @@
|
||||
#ifndef DIS_ASM_H
|
||||
#define DIS_ASM_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "bfd.h"
|
||||
|
||||
@ -246,4 +250,8 @@ extern int generic_symbol_at_address
|
||||
(INFO).display_endian = BFD_ENDIAN_UNKNOWN, \
|
||||
(INFO).insn_info_valid = 0
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* ! defined (DIS_ASM_H) */
|
||||
|
Loading…
Reference in New Issue
Block a user