Home
last modified time | relevance | path

Searched refs:update_code_flag (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c137 static void update_code_flag (int, int);
2485 update_code_flag (int value, int check) in update_code_flag() function
2524 update_code_flag (value, 0); in set_code_flag()
13969 update_code_flag (CODE_64BIT, 1); in i386_target_format()
13976 update_code_flag (CODE_32BIT, 1); in i386_target_format()
13979 update_code_flag (CODE_32BIT, 1); in i386_target_format()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c141 static void update_code_flag (int, int);
2672 update_code_flag (int value, int check) in update_code_flag() function
2698 update_code_flag (value, 0); in set_code_flag()
16869 update_code_flag (CODE_64BIT, 1); in i386_target_format()
16878 update_code_flag (CODE_32BIT, 1); in i386_target_format()
16881 update_code_flag (CODE_32BIT, 1); in i386_target_format()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20101439 * config/tc-i386.c (update_code_flag): New.
1441 (i386_target_format): Replace set_code_flag with update_code_flag.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20101439 * config/tc-i386.c (update_code_flag): New.
1441 (i386_target_format): Replace set_code_flag with update_code_flag.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git25410 While update_code_flag() checks for LM / i386, set_cpu_arch() so far
25418 x86: re-order update_code_flag()