From 7806762e81b7e010282cb3022441a80443d07d27 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 22 Dec 2005 18:11:09 +0000 Subject: (read_section_stabs_debugging_info): Add $GDB_SYMBOLS$ entry to names[] array for SOM binaries. --- binutils/rddbg.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'binutils/rddbg.c') diff --git a/binutils/rddbg.c b/binutils/rddbg.c index 48fc5df..e977d8b 100644 --- a/binutils/rddbg.c +++ b/binutils/rddbg.c @@ -1,5 +1,5 @@ /* rddbg.c -- Read debugging information into a generic form. - Copyright 1995, 1996, 1997, 2000, 2002, 2003 + Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2005 Free Software Foundation, Inc. Written by Ian Lance Taylor . @@ -100,8 +100,13 @@ read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, { const char *secname; const char *strsecname; - } names[] = { { ".stab", ".stabstr" }, - { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" } }; + } + names[] = + { + { ".stab", ".stabstr" }, + { "LC_SYMTAB.stabs", "LC_SYMTAB.stabstr" }, + { "$GDB_SYMBOLS$", "$GDB_STRINGS$" } + }; unsigned int i; void *shandle; -- cgit v1.1