diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-06-02 21:23:04 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-06-02 21:23:04 +0000 |
commit | 20deb2b813ec82a14855d2099ced48725949cb4d (patch) | |
tree | 8b555378283ee00fd13368c315497006c97ef0fe | |
parent | cdb9b172db166155676175555a864c05f6313a33 (diff) | |
download | gdb-20deb2b813ec82a14855d2099ced48725949cb4d.zip gdb-20deb2b813ec82a14855d2099ced48725949cb4d.tar.gz gdb-20deb2b813ec82a14855d2099ced48725949cb4d.tar.bz2 |
* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | config.sub | 5 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-06-02 Jim Blandy <jimb@redhat.com> + + * config.sub: Add cases for the Renesas m32c. (This patch has been + accepted into the master sources.) + 2005-06-02 Aldy Hernandez <aldyh@redhat.com> Michael Snyder <msnyder@redhat.com> Stan Cox <scox@redhat.com> @@ -273,6 +273,9 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; + m32c) + basic_machine=$basic_machine-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -351,6 +354,8 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; + m32c-*) + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) |