mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-28 01:56:12 +00:00
* Rename bfd.h to avoid collision with system one aka Messy hack!
--HG-- rename : libr/asm/arch/include/bfd.h => libr/asm/arch/include/mybfd.h
This commit is contained in:
parent
b6258561f4
commit
92453e035f
@ -24,7 +24,7 @@
|
||||
|
||||
/* Start of qemu specific additions. Mostly this is stub definitions
|
||||
for things we don't care about. */
|
||||
#include "bfd.h"
|
||||
#include "mybfd.h"
|
||||
|
||||
#define bfd_mach_arm_iWMMXt2 0xffffff
|
||||
#define _ //printf
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef BFDLINK_H
|
||||
#define BFDLINK_H
|
||||
|
||||
#include <bfd.h>
|
||||
#include <mybfd.h>
|
||||
|
||||
/* Which symbols to strip during a link. */
|
||||
enum bfd_link_strip
|
||||
|
@ -33,7 +33,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "bfd.h"
|
||||
#include "mybfd.h"
|
||||
|
||||
typedef int (*fprintf_ftype) (void *, const char*, ...) ATTRIBUTE_FPTR_PRINTF_2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user