This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/sim/erc32 ChangeLog interf.c
- From: brobecke at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 1 Jun 2011 17:35:03 -0000
- Subject: src/sim/erc32 ChangeLog interf.c
CVSROOT: /cvs/src
Module name: src
Changes by: brobecke@sourceware.org 2011-06-01 17:35:02
Modified files:
sim/erc32 : ChangeLog interf.c
Log message:
Add `sim_complete_command' definition to erc32 sim
This patch fixes a build failure at link time due to
sim_complete_command being undefined. There was a recent change
that added this function to all the ports that do not use the
common/ subdir. But somehow, the erc32 port got missed.
sim/erc32/ChangeLog:
* interf.c (sim_complete_command): New stub function.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/ChangeLog.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/erc32/interf.c.diff?cvsroot=src&r1=1.9&r2=1.10