diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-02 22:51:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-02 22:51:00 +0000 |
commit | ee84457a004c09e03aaabcd4d58ffcc2d58ea911 (patch) | |
tree | fae4041ea3c7513f8af30c5c401882cb74aa9349 /gdb | |
parent | 820542c970da46f15f9b691e77e7404a5c6fd734 (diff) | |
download | gdb-ee84457a004c09e03aaabcd4d58ffcc2d58ea911.zip gdb-ee84457a004c09e03aaabcd4d58ffcc2d58ea911.tar.gz gdb-ee84457a004c09e03aaabcd4d58ffcc2d58ea911.tar.bz2 |
2004-01-02 Andrew Cagney <cagney@redhat.com>
From 2003-12-18 Kazuhiro Inaoka:
* configure.host: Add m32r-linux target.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/configure.host | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6a0e09..49e19ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-01-02 Andrew Cagney <cagney@redhat.com> + + From 2003-12-18 Kazuhiro Inaoka: + * configure.host: Add m32r-linux target. + 2004-01-02 Michael Chastain <mec.gnu@mindspring.com> * top.c (print_gdb_version): Update year to 2004. diff --git a/gdb/configure.host b/gdb/configure.host index 723d87c..025e577 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -22,6 +22,7 @@ s390*) gdb_host_cpu=s390 ;; sh*) gdb_host_cpu=sh ;; x86_64*) gdb_host_cpu=i386 ;; xscale*) gdb_host_cpu=arm ;; +m32r*) gdb_host_cpu=m32r ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -147,4 +148,6 @@ x86_64-*-linux*) gdb_host=x86-64linux ;; x86_64-*-freebsd*) gdb_host=fbsd64 ;; x86_64-*-netbsd*) gdb_host=nbsd64 ;; +m32r*-*-linux*) gdb_host=linux ;; + esac |