This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog procfs.c
- From: brobecke at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 27 Sep 2012 12:51:40 -0000
- Subject: src/gdb ChangeLog procfs.c
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2012-09-27 12:51:40
Modified files:
gdb : ChangeLog procfs.c
Log message:
Fix declaration of proc_find_memory_regions
This function is used as a target_ops callback. The function
implemention was recently changed, but the declaration wasn't
updated accordingly.
This fixes a build failure on Solaris.
gdb/ChangeLog:
* procfs.c (proc_find_memory_regions): Fix declaration.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14711&r2=1.14712
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/procfs.c.diff?cvsroot=src&r1=1.161&r2=1.162