Home
last modified time | relevance | path

Searched refs:DEFAULT_FDPIC (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-frv.c165 # define DEFAULT_FDPIC EF_FRV_FDPIC macro
167 # define DEFAULT_FDPIC 0 macro
174 static flagword frv_flags = DEFAULT_FLAGS | DEFAULT_FDPIC;
178 static const char *frv_pic_flag = DEFAULT_FDPIC ? "-mfdpic" : (const char *)0;
Dtc-bfin.c49 # define DEFAULT_FDPIC EF_BFIN_FDPIC macro
51 # define DEFAULT_FDPIC 0 macro
54 static flagword bfin_flags = DEFAULT_FLAGS | DEFAULT_FDPIC;
55 static const char *bfin_pic_flag = DEFAULT_FDPIC ? "-mfdpic" : (const char *)0;
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20041847 (DEFAULT_FDPIC): New.
1848 (frv_flags): Use DEFAULT_FDPIC.