* MAINTAINERS: Add rl78 to target ISA section.
authorKevin Buettner <kevinb@redhat.com>
Wed, 15 Feb 2012 22:17:02 +0000 (22:17 +0000)
committerKevin Buettner <kevinb@redhat.com>
Wed, 15 Feb 2012 22:17:02 +0000 (22:17 +0000)
* Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
(ALLDEPFILES): Add rl78-tdep.c.
* NEWS: Mention rl78 as a new target.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/Makefile.in
gdb/NEWS

index b1a1847e9808cc9cd12804e2886952945215d6ad..e04135bd693590cecd9a7b716fe073f40ad3013d 100644 (file)
@@ -1,3 +1,10 @@
+2012-02-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rl78 to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
+       (ALLDEPFILES): Add rl78-tdep.c.
+       * NEWS: Mention rl78 as a new target.
+
 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
 
        * frame.c (find_frame_sal): Initialize sal->pspace field from frame
index 0cb0fbb31a51d691ec2ca6dbfb531b4932b18892..508c0c97c37c5619493d814d7ef1cc2fd1eb3c3f 100644 (file)
@@ -309,6 +309,8 @@ the native maintainer when resolving ABI issues.
 
        powerpc         --target=powerpc-eabi ,-Werror
 
+       rl78            --target=rl78-elf ,-Werror
+
        s390            --target=s390-linux-gnu ,-Werror
 
        score   --target=score-elf
index 9f30a6182e42c7bf1b81fba60a25ea5f2244c10f..59a9700f4176cfd41e896c099fcf9e0921f36cef 100644 (file)
@@ -555,6 +555,7 @@ ALL_TARGET_OBS = \
        mt-tdep.o \
        nto-tdep.o \
        ppc-linux-tdep.o ppcnbsd-tdep.o ppcobsd-tdep.o ppc-sysv-tdep.o \
+       rl78-tdep.o \
        rs6000-aix-tdep.o rs6000-tdep.o \
        s390-tdep.o \
        score-tdep.o \
@@ -1489,6 +1490,7 @@ ALLDEPFILES = \
        remote-m32r-sdi.c remote-mips.c \
        remote-sim.c \
        dcache.c \
+       rl78-tdep.c \
        rs6000-nat.c rs6000-tdep.c \
        s390-tdep.c s390-nat.c \
        score-tdep.c \
index ec7863a782566af78b90e07881107f7991fdf6c9..6ed8fa7b22cfbd5ee5d34fccdc28444e3283811b 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   ** "enable count" can be used to auto-disable a breakpoint after
      several hits.
 
+* New targets
+
+Renesas RL78                   rl78-*-elf
+
 *** Changes in GDB 7.4
 
 * GDB now handles ambiguous linespecs more consistently; the existing
This page took 0.04674 seconds and 4 git commands to generate.