summaryrefslogtreecommitdiff
path: root/overlay/mbinutils/bfd/pe-mdso.h
blob: bf0a853e792d960c31d6e6e9bb9aef0840f97030 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PEMDSO_H
#define PEMDSO_H

#define PE_DSO_SUFFIX		".so"
#define PE_DSOLIB_SUFFIX	".dso.a"
#define PE_IMPLIB_SUFFIX	".lib.a"

const char * pe_mdso_input_name(const char * input_name);

#endif