mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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.
This commit is contained in:
parent
eb9d6cc91a
commit
180d40b903
@ -1,3 +1,8 @@
|
||||
2015-04-27 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
|
||||
|
||||
* Makefile.in (SIM_OBJS): Move interp.o
|
||||
above $(SIM_NEW_COMMON_OBJS).
|
||||
|
||||
2015-04-18 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sim-main.h (SIM_CPU): Delete.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user