mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* MAINTAINERS: Add rx to target ISA section.
* Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o. (ALLDEPFILES): Add rx-tdep.c.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-02-16 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* MAINTAINERS: Add rx to target ISA section.
|
||||||
|
* Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
|
||||||
|
(ALLDEPFILES): Add rx-tdep.c.
|
||||||
|
|
||||||
2012-02-16 Tom Tromey <tromey@redhat.com>
|
2012-02-16 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* symfile.c (symbol_file_add_main_1): Use inferior's
|
* symfile.c (symbol_file_add_main_1): Use inferior's
|
||||||
|
@ -311,6 +311,8 @@ the native maintainer when resolving ABI issues.
|
|||||||
|
|
||||||
rl78 --target=rl78-elf ,-Werror
|
rl78 --target=rl78-elf ,-Werror
|
||||||
|
|
||||||
|
rx --target=rx-elf ,-Werror
|
||||||
|
|
||||||
s390 --target=s390-linux-gnu ,-Werror
|
s390 --target=s390-linux-gnu ,-Werror
|
||||||
|
|
||||||
score --target=score-elf
|
score --target=score-elf
|
||||||
|
@ -557,6 +557,7 @@ ALL_TARGET_OBS = \
|
|||||||
ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
|
ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
|
||||||
rl78-tdep.o \
|
rl78-tdep.o \
|
||||||
rs6000-aix-tdep.o rs6000-tdep.o \
|
rs6000-aix-tdep.o rs6000-tdep.o \
|
||||||
|
rx-tdep.o \
|
||||||
s390-tdep.o \
|
s390-tdep.o \
|
||||||
score-tdep.o \
|
score-tdep.o \
|
||||||
sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \
|
sh64-tdep.o sh-linux-tdep.o shnbsd-tdep.o sh-tdep.o \
|
||||||
@ -1492,6 +1493,7 @@ ALLDEPFILES = \
|
|||||||
dcache.c \
|
dcache.c \
|
||||||
rl78-tdep.c \
|
rl78-tdep.c \
|
||||||
rs6000-nat.c rs6000-tdep.c \
|
rs6000-nat.c rs6000-tdep.c \
|
||||||
|
rx-tdep.c \
|
||||||
s390-tdep.c s390-nat.c \
|
s390-tdep.c s390-nat.c \
|
||||||
score-tdep.c \
|
score-tdep.c \
|
||||||
ser-go32.c ser-pipe.c ser-tcp.c ser-mingw.c \
|
ser-go32.c ser-pipe.c ser-tcp.c ser-mingw.c \
|
||||||
|
Reference in New Issue
Block a user