From 180d40b903774d6c7bd8110ce4f77a2f5fb06e7a Mon Sep 17 00:00:00 2001 From: Senthil Kumar Selvaraj Date: Mon, 27 Apr 2015 14:26:04 +0530 Subject: sim: avr: Fix 'multiple definition of sim_{read,write}' This patch does whatever was done in https://sourceware.org/ml/gdb-patches/2015-04/msg00437.html to fix broken gdb build for the AVR target. --- sim/avr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/avr/Makefile.in') diff --git a/sim/avr/Makefile.in b/sim/avr/Makefile.in index 80a1230..f0a9bcc 100644 --- a/sim/avr/Makefile.in +++ b/sim/avr/Makefile.in @@ -17,8 +17,8 @@ ## COMMON_PRE_CONFIG_FRAG SIM_OBJS = \ - $(SIM_NEW_COMMON_OBJS) \ interp.o \ + $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ sim-reason.o \ sim-resume.o \ -- cgit v1.1