This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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]

gdb and binutils branch master updated. ec48dc8bd4d90fa5c1b7cb4088fbc60a33344688


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  ec48dc8bd4d90fa5c1b7cb4088fbc60a33344688 (commit)
      from  665bd7cfef61fc6afb7968920b590cccd258c6a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ec48dc8bd4d90fa5c1b7cb4088fbc60a33344688

commit ec48dc8bd4d90fa5c1b7cb4088fbc60a33344688
Author: Pierre Muller <muller@ics.u-strasbg.fr>
Date:   Fri Oct 3 09:29:57 2014 +0200

    [RFA] Stabs: Ignore N_BNSYM/N_ENSYM entry types
    
    Trying to debug gdb with itself,
    I stumbled on the following complaints
    Unknown symbol type 0x2e
    or
    Unknown symbol type 0x4e
    
    It appears that those corrspond to N_BNSYM and N_ENSYM,
    which are MacOS extensions of stabs debugging format.
    But these extensions have been used inside gcc probalby
    for a while already, see:
    https://gcc.gnu.org/ml/gcc/2004-08/msg00157.html
    
    As the only purpose of these entries is to allow for removal
    of stabs information if the function is removed,
    it can be safely ignored by GDB.
    
    This patch simply adds those two entry types to the list
    of ignored entry type in read_dbx_symtab function.
    
    Is this OK?
    
    Pierre Muller
    
    2014-10-03  Pierre Muller  <muller@sourceware.org>
    
    	* dbxread.c (read_dbx_symtab): Also ignore N_BNSYM/N_ENSYM.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/dbxread.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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