src/gdb ChangeLog linespec.c
brobecke@sourceware.org
brobecke@sourceware.org
Wed Jan 4 13:23:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_4-branch
Changes by: brobecke@sourceware.org 2012-01-04 13:23:50
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&only_with_tag=gdb_7_4-branch&r1=1.13614.2.26&r2=1.13614.2.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linespec.c.diff?cvsroot=src&only_with_tag=gdb_7_4-branch&r1=1.134.2.3&r2=1.134.2.4
More information about the Gdb-cvs
mailing list