src/gdb ChangeLog linespec.c
brobecke@sourceware.org
brobecke@sourceware.org
Wed Jan 4 13:15:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2012-01-04 13:15:20
Modified files:
gdb : ChangeLog linespec.c
Log message:
linespec: keep function descriptors during minimal symbol search
When discarding data (minimal) symbols, we need to be careful to
not throw away the function descriptors. This makes a difference
on platforms where these descriptors are used and live in a data
section.
gdb/ChangeLog:
* linespec.c (add_minsym): Preserve function descriptors.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13698&r2=1.13699
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&r1=1.140&r2=1.141
More information about the Gdb-cvs
mailing list