This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA/PATCH] Add Mach-O support to read_section_stabs_debugging_info.


The bfd layer for Mach-O binaries gives all of the generated BFD sections names of SECTION_TYPE.section_name, to provide for a uniform naming scheme among the sections of Mach-O binaries. The following patch adds LC_SYMTAB.stabs and LC_SYMTAB.stabstr to the table of recognized sections for read_section_stabs_debugging_info, so that 'objdump' and friends can dump Mach-O stabs information.

2002-11-10 Klee Dienes <kdienes@apple.com>

* rddbg.c (read_section_stabs_debugging_info): Also recognize
LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of section names.

Attachment: rddbg.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]