Home
last modified time | relevance | path

Searched refs:gcc_compiled (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstabs.c67 int gcc_compiled; member
453 info->gcc_compiled = 0; in parse_stab()
695 info->gcc_compiled = 2; in parse_stab()
697 info->gcc_compiled = 1; in parse_stab()
3393 || (info->gcc_compiled == 0 && info->n_opt_found)) in stab_record_variable()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c67 int gcc_compiled; member
439 info->gcc_compiled = 0; in parse_stab()
677 info->gcc_compiled = 2; in parse_stab()
679 info->gcc_compiled = 1; in parse_stab()
3369 || (info->gcc_compiled == 0 && info->n_opt_found)) in stab_record_variable()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dhppa.s9 ; gcc_compiled.:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog2587 (compile_file): Try to emit nop to separate gcc_compiled symbol.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog2587 (compile_file): Try to emit nop to separate gcc_compiled symbol.
H A DChangeLog-200124799 * config/pa/lib2funcs.asm: Delete gcc_compiled. label.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19914799 (define_symbol): Only believe line number if gcc_compiled.
H A DChangeLog-19982422 use the gcc_compiled variable.
H A DChangeLog-19933431 * dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19914799 (define_symbol): Only believe line number if gcc_compiled.
H A DChangeLog-19982422 use the gcc_compiled variable.
H A DChangeLog-19933431 * dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-92954833 (VMS_TBT_Routine_End): don't bother checking for `gcc_compiled.'
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-92954833 (VMS_TBT_Routine_End): don't bother checking for `gcc_compiled.'
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git116467 the gcc_compiled, true, and false globals from get_compiler_info,
116478 gdb/testsuite: remove global gcc_compiled from gdb.exp
116479 After this commit the gcc_compiled global is no longer exported from
116480 lib/gdb.exp. In theory we could switch over all uses of gcc_compiled
116495 In some of the tests e.g. gdb.dwarf2/*.exp, the $gcc_compiled flag was
116498 directly and removed all uses of gcc_compiled.
116501 uses of gcc_compiled. In these cases I set a new global gcc_compiled
119029 Finally, the legacy 'gcc_compiled' flag is now only set when we call
119031 the value of 'gcc_compiled' would change each time a new language is
119033 then gcc_compiled might be left false.