mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00

(time.h, sys/types.h, libbfd.h): Don't include. (cur_src_start_addr, cur_src_end_addr): Rename to current_source_start_addr, current_source_end_addr. (nlist_stream_global): Remove. (nlist_bfd_global): New global variable. (coff_symfile_read): Remove code that gets and uses fileno() directly. (read_coff_symtab, enter_linenos, process_coff_symbol): Add section_offsets parameter, add text/data section offset to appropriate symbols' values. (read_one_sym): Use bfd_read instead of fread. (init_stringtab, init_lineno): Change first parameter to a bfd, use bfd routines instead of raw I/O.
Description
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
Languages
C
51.8%
Makefile
22.4%
Assembly
12.3%
C++
6%
Roff
1.4%
Other
5.4%